/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*/ /* Corps du site --------------------------------------*/* {    margin:0;    padding:0;    font-size:100%;}body {        background:#fff url("images/global.png") repeat-y center;   	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #000;    margin:auto;	padding:0;	width : 980px;		}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {	/* Extensible	margin:auto 5px;	margin-bottom:15px;	*/   margin:auto ;   margin-bottom:0px;   padding-left:10px;			   padding-right:30px;	}/* ##### Entéte de la page ###### */div#header_container,div#header_admin_container {    background: url(images/header.png) no-repeat center;    margin-top:0px;	padding-top:0px;	padding-bottom:0px;    width:990px;    margin-left:-17px;	height:180px;}/* ##### Entéte de la page ###### */div#header,div#header_admin {    height:120px;    padding-right:20px;	}/* #####  Conteneur en dessous de l'entéte ###### */div#sub_header,div#sub_header_admin {    height:auto;    padding:0;    padding-top:2px;    padding-left:5px;	margin-left:15px;	margin-right:15px;}div#sub_header p a {    color:#2880a7;	margin-right:20px;}/* Lien du subheader */div#header .dynamic_menu h5.links {   color:#2880a7;   background:#edfbfd;	border:3px solid #d9f3fb;	margin-right:2px;	-moz-border-radius-topleft:12px;    -khtml-border-radius-topleft:12px;    -webkit-border-radius-topleft:12px;    -moz-border-radius-bottomright:12px;    -khtml-border-radius-bottomright:12px;    -webkit-border-radius-bottomright:12px;    border-radius:12px;}div#header .dynamic_menu h5.links:hover {    color:#2880a7;    background:#edfbfd;	border:3px solid #3dc6eb;}div#header .dynamic_menu h5 a {    color:#2880a7;    text-decoration:none;}/* ##### Compteur de visites  ###### */div#compteur {    color:#1E88D2;    position:absolute;    top:65px;	right:0;	font-size:11px;    margin-right:20px;}/* ##### Menu de gauche ###### */div#left_menu {    float:left;    width:200px;    margin:0;    margin-top:0px;    margin-right:10px !important;    margin-right:7px;    padding:0;}/* ##### Menu droit ###### */div#right_menu {    float:right;    width:200px;    margin:0;    margin-top:0px;    margin-left:10px !important;}/* #####  Contenu de la page ###### */div#main {    width:auto;    min-width:450px;    overflow:hidden !important;    height:auto !important;    overflow:visible;    height:1%;    padding:0;    margin:0;    float:none;}/* ##### Contenu central ###### */div#main_content {    width:auto;    margin-top:0px;    padding:20px 10px;    padding-top:5px;    border-spacing:1px;	    border:8px solid #d9f3fb;    background:#fff;    -moz-border-radius:12px;    -khtml-border-radius:12px;    -webkit-border-radius:12px;    border-radius:12px;}/* ##### Barre de lien rapide ###### */div#links { /*width:96%;*/    text-indent:10px;    margin-bottom:20px;}/* ##### Emplacement au dessus de contenu de la page ###### */div#top_contents {	margin-top:8px;    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 {	height:212px;	clear:both;    margin:auto;    margin-top:0px;    padding:0px;    padding-top:36px;    padding-left:80px;    text-align:left;	background:#fff url(images/footer.png) repeat-x ;	text-decoration: bold;	margin-left:-10px;}div#footer span {    color:#FFF;    font-size:13px;}div#footer span a {    color:#FFF;    font-size:3;	}/* ##### Liens rapides ###### */div#links_vertical {    display:block !important;    display:none;    position:fixed;    background:url(images/vertical_menu_repeat.png) repeat-y;    top:45%;    margin-left:989px;    width:27px;    text-align:center;    padding-left:2px;}div#links_vertical_top {    width: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:29px;    background:url(images/vertical_menu_bottom.png) no-repeat;    text-align:center;    height:32px;    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;}.block {    margin:10px auto;    padding:10px;    border-spacing:1px;    background:#edfbfd;	border:5px solid #d9f3fb;    -moz-border-radius:12px;    -khtml-border-radius:12px;    -webkit-border-radius:12px;    border-radius:12px;}