/* CSS Document */
body {
	background-color: #595959;
}
#contener{
    background: url(images/fon.gif);
	position: absolute;
	width: 796px;
	margin-left: -373px;
	left: 50%;
	top: 0px;
	background-color: #FFFFFF;
}

#header{
	width:772px;
	height:170px;
	margin-left:12px;
	background: url(images/bg_header.png) no-repeat;
}

#nav{
	position:absolute;
	top:131px;
	left:262px;
	width:520px;
	height:26px;
}
    #nav ul{
		width:520px;
		height:26px;
		list-style:none;
		margin:0;
		padding:0;
    }
	
	#nav ul li{
		padding:0 24px;
		line-height:26px;
		float:left;
    }
	
	#nav ul li a{
		padding: 0 5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		font-weight:bold;
		background-color:#595959;
    }
	
	#nav ul li a:hover{
		padding: 0 5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ef9f35;
		font-weight:bold;
		background-color:#595959;
    }
	
#gauche2{
    float:left;
	margin-left: 20px;
	margin-top: 20px;
	width: 450px;
}	

#cadregauche{
	background-image:url(images/cadrorange.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float:left;
	width:268px;
	margin-left: 20px;
	margin-top: 20px;
}
#menubas{
	background-color: #595959;
	float:left;
	margin-top: 5px;
	width: 764px;
}

#pied{
	float:left;
	padding-left: 16px;
	margin-top: 0px;
	width: 764px;

}

