/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*//* Corps du site --------------------------------------*/*{	margin:0;	padding:0;	font-size:100%;}body{	background-color:#FFFFFF; 	font-size:12px;	font-family:Verdana,Arial,Helvetica,sans-serif;	color:#2E3B5F;	margin:0;	padding:0;}/* Rollover des boutons de la speed barre--------------------------------------*/a.button{
	color: #000000;
	height: 36px;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px;
	font-size:11px;
}
a:hover.button{
	color: #FFFFFF;
	height: 36px;
	width: auto;
	background: url(images/speedbar-corps-alt.png) repeat-x center 3px;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px 8px;
	font-size:11px;
}/* Conteneurs --------------------------------------*/div#header {
	height: 110px;
	background: url(images/header_fond.png) repeat-y left;
	background-color: #39A8FF;
	text-align: center;
	border-bottom:solid 1px #C9C9C9;
}div#sub_header{
	height: 36px;
	background: url(images/speedbar-corps.png) repeat-x;
}
div#sub_header_left{
	height: 36px;
	width: auto;
	float: left;
}
div#sub_header_right{
	height: 36px;
	width: auto;
	float: right;
}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;	margin-bottom:10px;	padding-top:2px;	padding-bottom:4px;	font-weight:bold;}div#footer{	background: url(images/footer-degr.png) repeat-x top;
	background-color:#BFBFBF;	text-align:center;
	margin-top:5px;	border-top:solid 1px #333333;	padding:0.75em;	clear:both;}div#footer span{	font-size:11px;}