/* 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---*/
	background-color:#488BB5;
}

body{
	font-size:62.5%;
	background-image:url(../images/charte/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#488BB5;
}

#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:990px;
	margin:0 auto;
	background-image:url(../images/charte/bg-container.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#488BB5;

}


#header{
	width:990px;
	height:183px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:990px;
	padding-bottom:39px;
 	float:left;
}

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

#menu{
	width:194px;
	height:300px;
	padding-left:16px;
	float:left;
	display:block;
}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	width:750px;
	float:left;
  font-family:Verdana, Helvetica, sans-serif;
	color:#ffffff;
  font-size: 12px;
  line-height: 18px;
	padding: 0 10px 0 0px;
  text-align: justify;
	
}


h1{
	margin:10px 0;
	font:bold 1.5em Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

 h2{
 padding: 15px 0px 3px 0px ;
 margin-bottom: 5px;

	font:bold 12px Verdana, Helvetica, sans-serif;
	color:#edc301;
  border-bottom: 1px dashed #edc301;
  text-transform: uppercase;
}


#contenuTexte a{
	color: #edc301;
	text-decoration:none;
}
#contenuTexte a:hover{
	color: #5D9FBF;
	text-decoration:none;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#fff;
}

/*---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: -39px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:990px;
	height:39px;
	font:bold 1em Verdana, Helvetica, sans-serif;
	color: #006699;
	clear:both;
	background-image:url(../images/charte/bg-footer.jpg);
}

#footer-menu{
padding-top:10px;
	height:29px;
	color:#006699;
	text-align:center;
}
#footer-menu a {
	font:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color: #006699;
}
#footer-menu a:hover {
text-decoration:underline;

}
#footer-menu a.sousrubz{
	color: #5D9FBF;
	font-weight:normal;
}
#idep{
background-image:url(../images/charte/idep.jpg);
float:left;
width:175px;
height:39px;
}

a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00; opacity:1.00;
border: 0px;
}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;
border: 0px;

}

.inputForm{
	font-family: Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 180px;
	border: 1px solid #A09C91;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F6F9FA;
	width: 180px;
	border: 1px solid /*#A73364;*/#A09C91;
}


#frmDevis{ /* dedicated ID for "contact form"*/
width:600px;
background-color:#488CB9;
 padding:5px;
border:1px solid #2E6D9B;



}
#frmDevis label.devis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}

#frmDevis input.champsdevis, select.champsdevis, select:focus{
		font-family:  Arial, Courier, monospace;

	background-color:#F6F9FA;
	width: 180px;
	border: 1px solid /*#A73364;*/#A09C91;
	width:180px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;}

#frmDevis textarea, .comentaire , #frmDevis textarea .inputFormOver{
	width:450px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;}
	
.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #2E6D9B;
	background-position: bottom left;
	background-color: #386E91;
	vertical-align: bottom;

}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #2E6D9B;
	background-position: bottom left;
	background-color: #2E6D9B;
	vertical-align: bottom;

}





.frmContact{ /* dedicated ID for "contact form"*/
width:600px;
background-color:#488CB9;
 padding:5px;
border:1px solid #2E6D9B;



}


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

#Devis{
float:left; 
width:690px;  
padding-top:15px; 
padding-bottom:25px;
}
