/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*//* Corps du site --------------------------------------*/*{	margin:0;	padding:0;	font-size:100%;}body{	background:#000000;	font-size:12px;	font-family:Verdana,Arial,Helvetica,sans-serif;	color:#FFFFFF;	margin:0;	padding:0;	margin-bottom:20px;}/* Conteneurs --------------------------------------*/div#global{	background:url("images/main.jpg") no-repeat;	background-position:0px 177px;	border:3px solid white;	width:980px;	margin:auto;}div#header {	background:#FEFFED;}div#sub_header{	height:52px;		background:url("images/sub_header.jpg");	margin-top:-2px;	padding-left:180px;	padding-top:4px;}div#compteur{	position:absolute;	top:20px;	right:0px;	color:#4C6749;}div#left_menu{	width:268px;	float:left;	height:1178px;}body>html #left_menu{	height:auto;	min-height:1178px;}div#main{	width:708px;	height:687px;	padding-top:11px;	margin-bottom:25px;	clear:right;	overflow:hidden !important;	height:auto !important;	overflow:visible;	height:1%;}div#right_menu{	float:right;	width:708px;	padding-top:10px;	margin-top:0px !important;	margin-top:10px;}div#links{	width:420px;	margin:auto;	text-align:center;	padding-top:4px;	padding-bottom:4px;	color:white;	font-weight:bold;}div#footer{	background-color:#000000;	text-align:center;	border-top:solid 3px #FFFFFF;	padding:0.75em;	clear:both;}div#footer span{	font-size:11px;	background:#000000;}