
/***************************
	structure
****************************/ 

#conteneur {
	width:1306px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#blocGauche  { 
	width:171px;
	height:1012px;
	float:left;
	background:url(structure/le-petit-bois-02.jpg) no-repeat;
}
#blocCentre {
	width:964px;
	height: auto;
	float:left;
	background:#FFFFFF;
 }
#head {
	width:964px;
	height:370px;
	background: url(structure/le-petit-bois-03.jpg) no-repeat top;
	float:left;
 }
#accueil {
	width:964px;
	height:312px;
	float:left;
	}
#corpAccueil {
	width:964px;
	height:497px;
	background: #FFFFFF url(structure/le-petit-bois-06.jpg) no-repeat;
	float:left;
	padding-top:1px;
	}
#corp {
	width:964px;
	height: auto;
	z-index:1;
	background: #FFFFFF url(structure/fond.png) center top no-repeat;
	float:left;
	}
#corpGauche {
	width:400px;
	height: auto;
	float:left;
	margin-left:20px;
	padding:10px;
	}
#corpDroit {
	width:450px;
	height: auto;
 	float:left;
	margin-left:10px;
	padding:10px;
	}
#Actu { 
	width:230px;
	height:375px;
	margin-top:60px;
	margin-left:652px;
	/*background:#000000;*/
	text-align:justify;
	color:#FFFFFF;
	padding:10px;
	}
#pied  {
	width:964px;
	height:145px;
	background:url(structure/le-petit-bois-07.jpg) no-repeat;
	float:left;
	}
#blocDroit { 
	width:171px;
	height:1012px;
	float:left;
	background: url(structure/le-petit-bois-04.jpg) no-repeat;
} 

/***************************
	menus
****************************/ 

/************ Bloc princial **************/
#Menu {
	width:900px;
	height: 58px;
	font-size:12px;
	z-index:22;
	margin-left:30px;
/*	margin-left:auto;
	margin-right:auto;*/
	float:left;
	}
	
/************ Menu **************/

#listeMenu {
	width:964px;
	list-style-type: none;
	position:relative;
	z-index:23;
	text-align:center;
	}

#listeMenu li {
	float: left;
	width: 150px;
	color:#FFFFFF;
	list-style-type: none;
	z-index:24;
	border-right: #FFFFFF solid 1px;
	font-size:16px;
	line-height:50px;
	}
#listeMenu li:hover {
	/*border:none;*/
	padding-top:5px;
	background:url(structure/le-petit-bois-onglet1.jpg) no-repeat;
	/*color:#c64a12;*/
	border:none;
	width: 151px;
	}
#listeMenu li a {
	color: #FFFFFF;
	}
	
#listeMenu li a:active, #listeMenu li a:hover { 
	color:#fed300;
	}

/************ Sous Menu **************/

#listeMenu .SsMenu {
	display:none;
	margin:0px;
	/*margin-top:10px;*/
	padding:0px;
	width:120px;
	border:none;
	text-align:left;
	z-index:24;
	border-left:solid 1px #CCCCCC;
	border-top:none;
	}
#listeMenu .SsMenu li {
	float: left;
	background: #FFFFFF;
	height:30px;
	width:145px;
	line-height:30px;
	padding:0px;
	padding-left:20px;
	font-size:12px;
	text-transform:none;
	text-align:left;
	border:none;
	border-bottom:#C54714 dashed 1px;
}

#listeMenu .SsMenu li a {
	color:#C54714;
	}
#listeMenu .SsMenu li a:hover {
	color: #FFFF00;
	}
#listeMenu .SsMenu li:hover {
	width:140px;
	background:#C54714;
	border-left: #FFFF00 solid 5px;
	}
#listeMenu .SsMenu li:hover a {
	color:#FFFFFF;	
	}
#listeMenu .SsMenu li:hover a:hover {
	color:#FFFF00;
	}

#listeMenu .SsMenu a {
	border:none;
}
/**********/

#listeMenu li:hover > .SsMenu { 
	display: block;
}



/*********** Menu bas de page ***********/
ul#menu2 {
margin-left:180px;
padding-top:20px;
	}
ul#menu2 li {
	float:left;
	width:110px;
	border-left:#990000 solid 1px;
	text-align:center;
	}
ul#menu2 li a {
	color: #993300;
	}
ul#menu2 li a:hover {
	color:#C54714;
	}
