/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*/ /* Corps du site --------------------------------------*/* {    margin:0;    padding:0;    font-size:100%;}body {    background:#E8EDF3 url(images/global.png) repeat-x;    font-size:12px;    font-family:"Trebuchet MS", Verdana, 'Bitstream Vera Sans', Times, serif;    color:#3F5164;    margin:0;    padding:0;}html, body{	height: 100%;}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {	width:1000px;    margin:auto;    min-height: 95%;}/* ##### Entête de la page ###### */div#header_container {    background-position:20px 0px;	margin-bottom:8px;	height:170px;}div#logo {	float: left;	margin: 20px 20px 0px 35px;	background: url('images/logo.png') no-repeat;	height: 90px;	width: 90px;}div#site_name {	float:left;	max-width: 600px;	font-size: 40px;    margin-top: 50px;    text-shadow: #e8edf3 1px 1px 20px;    font-family:"Trebuchet MS";}/* ##### Entête de la page ###### */div#header{    height:139px;}/* #####  Conteneur en dessous de l'entète ###### */div#sub_header {    height: 35px;}div#sub_header p a {    color:#FFF;}/* 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:#E9ECD9;    position:absolute;    top:50px;	right:0;	font-size:11px;    margin-right:15px;	text-align:right;}/* ##### Menu de gauche ###### */div#left_menu {    float:left;    width:200px;    margin:0;    margin-top:10px;    margin-right:2px !important;    margin-right:-1px;    padding:0;}/* ##### Menu droit ###### */div#right_menu {    float:right;    width:190px;    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:0;    margin:0;    float:none;}/* ##### Contenu central ###### */div#main_content {    width:auto;    margin-top:10px;    padding:20px 10px;    padding-top:5px;    border-spacing:1px;    border:1px #bebebe solid;    background:#ffffff;}/* ##### 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: 10px auto;}/* ##### 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:40px;	clear:both;    margin-top:0px;    padding:10px 20px 0px 0px;    text-align:right;    border-top:#336397 2px solid;	background:#212121;	min-width:1000px;}div#footer span {    color:#FFF;    font-size:10px;}div#footer span a {    color:#FFF;    font-size:10px;}