body {
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
}

/* CSS PARTIE PUBLIQUE */
#header {
	width:100%;
	height:190px;
}

#logo {
	width:100%;
	height:103px;
	background-color:#FFDAB9;
}

#menuh {
	width:100%;
}

/* Paramètre du menu horizontal */
.menuh a, .menuh li{  /* Met en ligne la liste à puce */
	float:left;
	display:block;
	white-space:normal;
	width:118px;
}

#menuh a{	/* Format des onglets */
	padding:7px 0px 20px 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background: url(../multimedia/menu/onglet-bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menuh a:hover{   /* Format des onglets au passage souris */
	color: #8D0208;
	text-decoration:underline;
	font-weight: bold;
	background: url(../multimedia/menu/onglet-bg-hover2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* Fin du menu horizontal */

/* CSS MENU GAUCHE */
ul#menug {
	margin:0;
	padding:0;
	width:200px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}

ul#menug li {
	list-style-type:none;
}

ul#menug li a {
	width:auto;
	width:100%;
	padding:7px 0px 7px 35px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	text-decoration:none;
	color:#FFF;
	background-image:url(../multimedia/menu/ongletvertical.gif);
	background-repeat:no-repeat;
}

ul#menug li a:hover {
	color:#8D0208;
	text-decoration:underline;
	background-image:url(../multimedia/menu/ongletvertical-hover.gif);
	background-repeat:no-repeat;
}

#menu {
	float:left;
	width:200px;
	background-color:#FFDAB9;
	min-height:600px;
	overflow:hidden;
}

#news {
	width:100%;
	margin:1px;
	height:280px;
	vertical-align:top;
	position: relative;
	overflow:hidden;
}

#liens {
	width:100%;
	height:auto;
	vertical-align:top;
}

#facebook  .fb-like{
	background-color:#FFDAB9;
	width:100%;
	vertical-align:middle;
	padding-left:70px;
	padding-top:10px;
	height:30px;
	background-image:url(../multimedia/facebook_mini2.png);
	background-repeat:no-repeat;
	/* background-repeat:no-repeat; */
}

/* CSS CONTENU PAGE */	
#contenu {
	width:800px;
	float:right;
}

#devis {
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	text-decoration:none;
	font-size:12px;
}

#devis .titre {
	text-align:center;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
}

#devis .ligne {
	text-align:right;
}

.titre {
	text-align:center;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
}
	
#mentions {
	margin-left: 10px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	clear:both;
}

.mentions {
	margin-left:40px;
}

/* CSS PIED PAGE */
#foot {
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	text-decoration:none;
	text-align:center;
	font-size:12px;
/*	font-weight: bold; */
	font-style:italic;
	background-color:#FFDAB9;
	clear:both;
}






/* ============ CSS PARTIE ADMIN ============== */
#headadmin {
	width:1000px;
	height: 200px;
	background: url(../multimedia/logoadmin.png);
	background-repeat: no-repeat;
	background-position: center;
}

.bgadmin {
	background-color:#FFDAB9;
	color: red;
	text-decoration: underline;
}

/* Paramètre du menu horizontal administration */
.menuhadmin a, .menuhadmin li{  /* Met en ligne la liste à puce */
	float:left;
	display:block;
	white-space:nowrap;
	width:150px;
}

#menuhadmin a{	/* Format des onglets */
	padding:7px 0px 20px 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background: url(../multimedia/menu/onglet-bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menuhadmin a:hover{   /* Format des onglets au passage souris */
	color: #8D0208;
	font-weight: bold;
	background: url(../multimedia/menu/onglet-bg-hover2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.menuh-onglet{
	text-align:center;
}

#menuhor{
	width:1000px;
}
/* Fin du menu horizontal */

#admin_count_gubook{
	text-align:center;
	color:#8D0208;
}


/* 
Recaptcha Style Captcha 
=======================
 re-Captcha Style Captcha with php and jQuery 
 
 Created By: Zeeshan Rasool 
 URL : http://www.99Points.info 
 
 Get JQuery, PHP, AJAX, Codeigniter and MYSQL Tutorials and Demos on Blog
 */
 
#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	/* float:left; */
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
	/* margin-left:80px; */
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}
 
#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(../multimedia/logos.jpg) top right no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

