/* --------------------------------------		design.cssContient les conteneur, fortement d�pendant du design.--------------------------------------*//* Corps du site --------------------------------------*/*{	margin:0;	padding:0;	font-size:100%;}body{	background:#ffffff url("images/joueur.gif") repeat;	font-size:12px;	font-family:Verdana,Arial,Helvetica,sans-serif;	color:#000000;	margin:0;	padding:0;}/* Rollover des boutons de la speed barre--------------------------------------*/a.button{	color:#edfff0;	width:10.75em;	height:40px;	text-decoration:none;	background:url("images/sub_header.gif") repeat-x;		padding:13px 15px 12px;	text-align:center;	border-left:2px solid #A4A4A4;}a:hover.button{	width:10.75em;	height:40px;	text-decoration:none;	background:url("images/sub_header2.gif") repeat-x;	padding:13px 15px 12px;	text-align:center;	border-left:2px solid #A4A4A4;}/* Conteneurs --------------------------------------*/div#header {	background:#FEFEFE url("images/header.gif") repeat-x;	text-align: right;}div#sub_header{	height:40px;		background:url("images/sub_header.gif") repeat-x;	margin-top:-2px;}div#sub_header_left{	padding-left:10px;	padding-top:10px;	height:30px;	width:50.75em;	color:#e89209;	background:url("images/sub_header_l.jpg") no-repeat;	float:left;}div#sub_header_right{	height:28px;	float:right;		padding-top:12px;}div#compteur{	position:absolute;	top:20px;	left:10px;	color:#ffffff;}div#left_menu{	float:left;	width:156px;	margin:0;	margin-right:0px !important;	margin-right:-3px;	margin-left:0px;	padding-top:10px;	padding-left:5px;	background-color:#ffffff;}div#main{	min-width:450px;	overflow:hidden !important;	height:auto !important;	overflow:visible;	height:1%;	padding-bottom:30px;}div#right_menu{	float:right;	width:160px;	margin-left:0px !important;	margin-left:-3px;	margin-right:0px;		padding-top:10px;	background-color:#ffffff;}div#links{	width:96%;	margin:auto;	background:#e89209;	margin-top:10px;	margin-bottom:10px;	padding-top:2px;	padding-bottom:4px;	border:1px solid #000000;	font-weight:bold;}div#footer{	background-color:#010b53;	text-align:center;	border:solid 1px #000000;	margin-left:1px;	margin-right:1px;	padding-top:1px;	clear:both;}div#footer a{	color:#ffffff;}div#footer span{	font-size:11px;	background:#010b53;	color:#c0c0c0;}