/* Style *//*COULEURSNOIR				#000000BLANC				#FFFFFFJAUNE				#FFCC00JAUNE FONCE 		#D2A023TAUPE				#D7CBB0GRIS CLAIR			#6f6f6fGRIS MOYEN			#444444GRIS FONCE			#333333*/body {	background-color:#FFFFFF;	background-image:url(../img/fond.jpg);	background-position:center top;	background-repeat:no-repeat;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#000000;}#wrapper {	margin: 0 auto;	width: 980px;	background-color: #D7CBB0;	position: relative;	text-align: left;	background:url(../img/menu/fd_menu.png) no-repeat;}.clear {	clear:both;}#content {	margin:0 10px;}/*   FOOTER ////////////////////////// */#footer {	color:#333333;	margin-bottom:20px;	margin-left:178px;	margin-top:12px;}#footer.home {	margin-top:0px;	margin-left:360px;}#footer .contact,#footer .contact a {	font-size:11px;	color:#333333;	text-decoration:none;}/*   LANG ////////////////////////// */.lang {	width:128px;	background-color:#333333;	font-size:10px;	padding:2px 6px 2px 6px;}.lang a {	color:#DDD;	text-decoration:none;}.lang a:hover {	color:#FFFFFF;	text-decoration:none;}/* BAR DE MENU A GAUCHE ////////////////////////// */.leftbar {	width:140px;	float:left;	margin-right:16px;}.leftbar .menu {	width:140px;	background-color:#FFCC00;	margin-bottom:10px;}.leftbar .menu ul {	padding:14px 12px 14px 12px;}.leftbar .menu li {	font-size:12px;	font-weight:bold;}.leftbar .menu li a {	text-decoration:none;	color:#FFFFFF;}.leftbar .menu li a.selected {	color:#000000;}.leftbar .menu li a:hover {	color:#000000;}