/* --------------------------------------		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;}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {	margin:auto 5px;	margin-bottom:15px;    margin:auto;}/* ##### Entéte de la page ###### */div#header_container {    background-position:20px 0px;	text-align:center;}/* ##### Pied de page ###### */div#footer_top{	height:40px;		background:url("images/header_top.png") repeat-x;	padding-top:1px;	}div#footer_top_center{margin:auto;width:615px}div#footer_top_left{	margin-right:0px !important;	margin-right:-3px;	height:41px;	width:198px;	background:url("images/header_top_r.png") no-repeat;	float:left;}div#footer_top_right{	margin-left:0px !important;	margin-left:-3px;	height:41px;	width:198px;	background:url("images/header_top_l.png") no-repeat;	float:right;}/* ##### Entéte de la page ###### */div#header{    height:258px;	text-align:center;}/* #####  Conteneur en dessous de l'entéte ###### *//* Rollover des boutons de la speed barre--------------------------------------*/a.button{	display:block;	float:left;	color:#7daa6c;	height:13px;	text-decoration:none;		padding:0px 20px;	margin-top:10px;    border-left:2px solid #16160C;}a:hover.button{	color:#6ac410;	text-decoration:none;}div#sub_header p a {    color:#FFF;}div#sub_header{	height:40px;		margin-top:-2px;	background:url("images/sub_header.gif") repeat-x;	margin:auto;	width:1000px;	border-right:1px solid #999999;	border-left:1px solid #999999;}div#sub_header_left{	height:40px;	padding-left:219px;}div#sub_header_right{	height:38px;	float:right;	padding-top:2px;}/* Lien du subheader */div#header .dynamic_menu h5.links {    background:none;    border:none;    color:#edfff0;    width:134px;    background:url(images/button.png) no-repeat;    padding:5px 0px;    font-size:11px;    margin-right:1px;}div#header .dynamic_menu h5.links:hover {    color:#edfff0;    cursor:default;    background:url(images/button_click.png) no-repeat;}div#header .dynamic_menu h5 a {    color:#FFFFFF;    text-decoration:none;}/* ##### Compteur de visites  ###### */div#compteur {    color:#4C6749;    position:absolute;    top:50px;	right:0;	font-size:11px;    margin-right:15px;	text-align:right;}/* ##### Menu de gauche ###### */div#left_menu {    float:left;    width:210px;    margin:0;    margin-top:10px;    margin-right:2px !important;    margin-right:-1px;    padding:0;}/* ##### Menu droit ###### */div#right_menu {    float:right;    width:210px;    margin:0;    margin-top:10px;    margin-left:10px !important;    margin-left:7px;}/* #####  Contenu de la page ###### */div#main {    width:auto;    min-width:450px;    overflow:hidden !important;    height:auto !important;    overflow:visible;    height:1%;    padding-left:10px;    margin:0;    float:none;}/* ##### Contenu central ###### */div#main_content {    width:auto;    margin-top:-15px;    padding-top:1px;    -moz-border-radius:12px;    -khtml-border-radius:12px;    -webkit-border-radius:12px;    border-radius:12px;}/* ##### Barre de lien rapide ###### */div#links { /*width:96%;*/	width:96%;	margin:auto;	border:1px solid #999999;	font-weight:bold;	background:#454545;    text-indent:10px;    margin-bottom:20px;}/* ##### Emplacement au dessus de contenu de la page ###### */div#top_contents {    margin-bottom:8px;}/* ##### Emplacement en dessous de contenu de la page ###### */div#bottom_contents {	margin-top:8px;    margin-bottom:8px;}/* ##### Bloc au dessus du pied de page ###### */div#top_footer {    clear:both;    padding:0.75em;}/* ##### Pied de page ###### */div#footer{	text-align:center;	clear:both;	height:30px;		background:url("images/footer.png") repeat-x;	padding-top:12px;}div#footer_left{	height:38px;	width:198px;	background:url("images/footer_l.png") no-repeat;	float:left;	margin-top:-12px;}div#footer_right{	height:38px;	width:198px;	background:url("images/footer_r.png") no-repeat;	float:right;	margin-top:-12px;}/* ##### Liens rapides ###### */div#links_vertical {    display:block !important;    display:none;    position:fixed;    background:url(images/vertical_menu_repeat.png) repeat-y;    top:15%;	float:right;    width:34px;    text-align:center;    padding-left:2px;	-moz-border-radius:16px;    -khtml-border-radius:16px;    -webkit-border-radius:16px;    border-radius:16px;}div#links_vertical_top {    width:34px;	height:29px;    background:url(images/vertical_menu_top.png) no-repeat;    text-align:center;    margin-left:-2px;    padding-top:8px;}div#links_vertical_central {    width:27px;    text-align:center;    margin-left:-2px;    padding:4px 0px;}div#links_vertical_bottom {    width:34px;	height:29px;    background:url(images/vertical_menu_bottom.png) no-repeat;    text-align:center;    margin-left:-2px;}.bglinks {    background:url(images/bgmenu_links.jpg) no-repeat bottom right;    margin:0px;    padding:0px;    list-style-type:none;    padding-bottom:7px;    margin-bottom:5px;}