/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/

	
	
}
a img{
	border:none;
}
body{
	font-size:62.5%;
	background:url(../images/charte/bg.gif) repeat-x;
	font-family:"trebuchet MS", Arial, sans-serif;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:771px;
	margin:0px auto;
	background: url(../images/charte/bg3.gif) repeat-y;
}

#header{
	width:771px;
	height:275px;
	margin:-2px 0;
	
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:771px;
	padding-bottom:53px;
	display:table;
	background:url(../images/charte/sheet.gif) no-repeat;
	margin:-20px 0px 0px 12px!important;
	margin:-70px 0px 0px 12px
}	

/***************** MENU *****************/

#menu {
	float:left;
	width:771px;
	height:50px;
	padding:0px 0px 0px 0px;
	font-size:1.2em;
	background:url(../images/charte/bg.gif) repeat-x;
}
.active{
	color:#FFCC00;
}
#menu #bt1 a{
	float:left;
	margin:25px 0px 0px 275px;
	width:90px;
	height:25px;
	padding:2px 0px 0px 5px;
	color:#FFFFFF;
	background:url(../images/charte/bt1.gif) no-repeat;
	text-decoration:none;
}
#menu #bt1 a:hover{
	background: url(../images/charte/bt1Hover.gif) no-repeat;
}
#menu #bt2 a{
	float:left;
	width:100px;
	height:25px;
	margin:25px 0px 0px 0px;
	padding:2px 0px 0px 5px;
	background:url(../images/charte/bt2.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
#menu #bt2 a:hover{
	background: url(../images/charte/bt2Hover.gif) no-repeat;
}
#menu #bt3 a{
	float:left;
	width:144px;
	height:25px;
	margin:25px 0px 0px 5px;
	padding:2px 0px 0px 10px;
	background:url(../images/charte/bt3.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
#menu #bt3 a:hover{
	background: url(../images/charte/bt3Hover.gif) no-repeat;
}
#menu #bt5 a{
	float:left;
	width:60px;
	height:25px;
	margin:25px 0px 0px 0px;
	padding:2px 0px 0px 7px;
	background:url(../images/charte/bt4.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
#menu #bt5 a:hover{
	background: url(../images/charte/bt4Hover.gif) no-repeat;
}
#menu #bt4 a{
	float:left;
	width:60px;
	height:25px;
	margin:25px 0px 0px 0px;
	padding:2px 0px 0px 7px;
	background:url(../images/charte/bt4.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
#menu #bt4 a:hover{
	background: url(../images/charte/bt4Hover.gif) no-repeat;
}
/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	margin:0px 0px 0px 0px;
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	float:left;
	padding:0px 40px 0px 20px;	

}

#contenuTexte a{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#6A4116;
	font-weight:bold;

}

#contenuTexte a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336633;
		font-weight:bold;


}


#contenuTexte h1{
	margin:25px 0px 0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-bottom:3px;
	text-align:left;
	color:#336633;
	border-bottom:1px dashed #336633;
}

#contenuTexte h2{
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.5em;
	text-align:left;
	color: #663300;
}

#contenuTexte h3{
	color:#336633;
	font-size:12px;
}


#link1{
	width:300px;
	height:130px;
	border-right:1px dashed #333333;
	float:left;
    margin:20px 0px 0px 10px;
}
#link2{
	width:285px;
	height:130px;
	float:left;
	margin:20px 10px 0px 15px;
}
.linktxt{
	width:270px;
	font-size:11px;
	text-align:justify;
    color:#336633;
}
 #certif{
 	float:left;
	width:62px;

	margin:15px 10px 20px 0px;
 }
 #txt{
 	float:left;
	margin:-40px 0px 0px 0px!important;
 } 
 #call{
 	float:right;
 }
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	/*---margin top = - hauteur du footer---*/
	width:765px;
	
	height:37px;
	margin: -53px auto 0px auto;
	
	text-align:left;
	padding-top:5px;
	border-top:1px dashed #694015;
	border-bottom:10px solid #694015;

}


#footer a {
font-family:Arial, Helvetica, sans-serif;
	
	text-decoration:none;
	color: #870000;
	font-size:12px;
}
#footer a:hover {
text-decoration:underline;

}
#footer a.sousrubz{
	color: #fcf308;
	font-weight:normal;
}
#idep{
	float:right;
	margin-top: 5px;
	margin-right:15px;
}
#adresse{
	float:left;
	padding-left:15px;
	color:#FF9900;
	font-size:12px;
}

#mentions{
	float:left;
	padding-top: 8px;
	padding-left:90px;
	color:#FF9900;
	font-size:12px;
}
.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 150px;
	border: 1px solid #C2C2C2;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F2F6F3;
	width: 150px;
	border: 1px solid /*#A73364;*/#C2C2C2;
}

.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	border: 1px solid #C2C2C2;
	width:80px;
	background-position: bottom left;
	background-color: #E7E7E5;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	border: 1px solid #C2C2C2;
	width:80px;
	background-position: bottom left;
	background-color: #C2C2C2;
	vertical-align: bottom;
}

.frmContact{ /* dedicated ID for "contact form"*/
	width:580px;
	background-color:#F4F4F4;
	border: 1px solid #C2C2C2;
	display: table;
}
.frmContact .Label, .frmContact label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align:left;
}

.notice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
	text-align:center;
}


