html { /* Force Scrollbar trick for Mozilla browsers 
 height: 100%;
 margin-bottom: 1px;*/
 }
body {
	background: url(../img/fond2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	/*color: #CCCCCC;*/
	padding: 0px;
	margin: 0px;
}
#corps {
	width: 780px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	padding: 40px 0 0 0;
}
.ombre {
	float:left;
	clear:left;
	background: url(../img/ombre.gif) no-repeat bottom right;
	/*margin: 12px 0 12px 12px !important;*/
	margin: 0px 0 12px 20px;
	width: 754px; 	
}

.boite {
	position:relative;
	background: url(../img/fondBG.gif) repeat-y bottom left;/*eventuellement pour remplir en bas à G*/
	bottom:8px;
	right: 8px;
	border: 1px solid black ;
}
img {margin: 0px;padding: 0px; }
#gauche{
	position: absolute;
	left: 0px; 
	top: 0px;  
	width: 117px;
}
#gauche img{float: left;border-bottom: 1px solid black;} 
#droite{
	margin-left: 117px;
	border-left: 1px solid black;
}
#menu{
	border : solid black;
	border-width: 0px 0px 1px 0;
	padding-top: 30px;
	clear: both;
}
#texte{
	position: relative;
	padding: 140px 150px 30px 50px; 
}
#pied{
	background: url(../img/fond-bas3.jpg) repeat-x;
	border-top: 1px solid black;
	text-align: center;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;padding:  0px; margin:5px 0px;
}
a{

	text-decoration: none;

	color: #993300;
	}
a:hover{
	color: #CC3333;

}
#onglet1, #onglet2 {
	position:relative;
	width: 250px;
	height: 25px;
	top: -46px;
	padding: 0px;
	margin: 0px ;
	text-align: center;
	background-image: url(../img/onglet.gif);
	overflow: hidden;
	border-bottom: 1px solid white;

	
}
#onglet1 {	 float: left; }
#onglet2 {	 float: right;} 

#onglet1.av a,#onglet2.av a {color: black;}
#onglet1.av a:hover, #onglet2.av a:hover{	color: black;}

#onglet1.ar, #onglet2.ar {border-bottom: 1px solid black;}
#onglet1.ar a, #onglet2.ar a {color: #999; }
#onglet1.ar a:hover, #onglet2.ar a:hover{	color: #CC3333;}

div, ul, li{
	 padding: 0px;
	 margin: 0px;
 }
/*li{border: 1px solid #000;}/*sinon bug affichage IE*/

p{
	 padding: 5px 0;
	 margin: 0px;
 }
#contenant {
	 position: absolute;
	 top:0px;
	 left: 0px;
	 width: 100%;
 }


#menu{
	/*float: left;
	clear: left;*/	
	width: 117px;
	
}
#menu a{
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	font-weight: bold;
	color: #660000;
	background-color: #FFFFFF;
	
	border-top: 1px solid lightgrey;
	
}

#menu a.actif{
	color: black;
	background: url(../img/fond-a-actif.jpg);



}
#menu a:hover{
	background-color: #FCDFA6;
	color: #CC0033;
}
/*images*/
.img_G{ 
	float: left;
	margin: 2px 15px 0px 2px;
}
.petit{
	font-size: 9px;
}
.img_G img {
	border: 1px solid #CCC;
}
#vignettes img { margin: 5px;border: 1px solid  #CCC;}
#image {text-align: center; height: 300px;}
#image img {border: 1px solid  #CCC;}
.titrechantier{
	font-weight: bold;font-size: 10px;
}