/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*//* Corps du site --------------------------------------*/*{	margin:0;	padding:0;	font-size:100%;}body{	background-color:#CEDCBB; 	font-size:12px;	font-family:Verdana,Arial,Helvetica,sans-serif;	color:#FEFFE4;	margin:0;	padding:0;}/* Rollover des boutons de la speed barre--------------------------------------*/a.button{	display:block;	float:left;	color:#edfff0;	height:26px;	text-decoration:none;	background:#4C6749 url("images/button.gif") no-repeat bottom right;		text-align:center;	padding:0px 20px;	padding-top:10px;	border-left:1px solid #ACB46D;	border-right:1px solid #ACB46D;}a:hover.button{	background:#557152 url("images/button_click.gif") no-repeat bottom right;	color:#edfff0;	text-decoration:none;}/* Conteneurs --------------------------------------*/div#header {	background:#FEFFED url("images/header.gif") repeat-x;}div#sub_header{	height:40px;		background:url("images/sub_header.gif") repeat-x;	margin-top:-2px;}div#sub_header_left{	height:40px;	width:10.75em;	background:url("images/sub_header_l.jpg") no-repeat;	float:left;	margin-top:-1px;}div#sub_header_right{	height:39px;	float:right;	padding-top:1px;}div#compteur{	position:absolute;	top:20px;	right:0px;	color:#4C6749;}div#left_menu{	float:left;	width:156px;	margin:0;	margin-right:0px !important;	margin-right:-3px;	margin-left:5px;	}div#main{	min-width:450px;	overflow:hidden !important;	height:auto !important;	overflow:visible;	height:1%;	padding-bottom:30px;}div#right_menu{	float:right;	width:156px;	margin-left:0px !important;	margin-left:-3px;	margin-right:5px}div#links{	width:96%;	margin:auto;	background:#9CB18F;	margin-top:10px;	margin-bottom:10px;	padding-top:2px;	padding-bottom:4px;	border:1px solid #7C7D6A;	font-weight:bold;}div#footer{	background-color:#4C6749;	text-align:center;	border:solid 1px #000000;	padding:0.75em;	clear:both;}div#footer span{	font-size:11px;	background:#6C855D;}