/* --------------------------------------		design.cssContient les conteneur, fortement d�pendant du design.--------------------------------------*//* Corps du site --------------------------------------*/*{	margin:0;	padding:0;	font-size:100%;}body{	background:#e3fffd url(images/finmenus.jpg)repeat-y;	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{display:block;	float:left;	color:#000000;	height:16px;	text-decoration:none;			text-align:center;	padding:10px 20px;	padding-top:60px;	border-left:2px solid #000000;}a:hover.button{	//background:#CDCDCD;	//color:#000000;	//text-decoration:none;}/* Conteneurs --------------------------------------*/div#header {}div#sub_header{	height:92px;		background:url("images/sub_header.png") repeat-x;	margin-top:-2px;}div#sub_header_left{	height:92px;	width:215px;	background:url("images/sub_header_l.png") no-repeat;	float:left;}div#sub_header_right{	height:38px;	float:right;	padding-top:2px;}div#compteur{	position:absolute;	top:20px;	right:0px;	color:#4C6749;}div#left_menu{	float:left;	width:215px;	background-image: url(images/web%20disign%20fontmenus.png);	margin-right:0px !important;	margin-right:-3px;	margin-left:0;	margin-top:-10px;	padding-top:10px;	}div#main{background:url(images/news_top.gif) repeat-x;	min-width:450px;	overflow:hidden !important;	height:auto !important;	overflow:visible;	height:1%;	padding-bottom:30px;}div#right_menu{	float:right;	width:0px;	margin-left:0px !important;	margin-left:-3px;	margin-right:5px;		padding-top:10px;}div#links{	width:96%;	margin:auto;	margin-top:10px;	margin-bottom:10px;	padding-top:2px;	padding-bottom:4px;	font-weight:bold;}div#footer{	text-align:center;	border:solid 1px #000000;	padding:0.75em;	clear:both;background:url("images/sub_header.png") repeat-x;}div#footer span{	font-size:11px;}