/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*/ /* Corps du site --------------------------------------*/* {    margin:0;    padding:0;    font-size:100%;}body {    background:#4696ba url(images/global.png)  repeat-x;    font-size:12px;    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, 'Bitstream Vera Sans', Times, serif;    color:#0E2A48;    margin:0;    padding:0;}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {	margin:auto 15px;	padding:0px 15px; 	margin-bottom:0px;}div#global_top {	background:#ecf7f9;	border:1px solid #346b7e;	margin-left:0px;	margin-right:0px;	-moz-border-radius:8px;	-khtml-border-radius:8px;	-webkit-border-radius:8px;	border-radius:8px;}/* ##### Entéte de la page ###### */div#header_container,div#header_admin_container {    background: url(images/header.png) no-repeat;    background-position:50px -3px;	margin-bottom:0px;}/* ##### Entéte de la page ###### */div#header,div#header_admin {    height:140px;}/* #####  Conteneur en dessous de l'entéte ###### */div#sub_header,div#sub_header_admin {    height:27px;    padding:0;    padding-top:10px;    padding-left:50px;}div#sub_header p a {    color:#FFF;}	div#sub_header_bottom {	background:url(images/sub_header.png) no-repeat center;		height:46px;	padding-top:10px;	margin-top:-11px;}	a.button {		color:#ffffff;		padding:1px 15px 2px;		text-align:center;		text-decoration:none;		width:110px;}		a.button:hover {		color:#ffa422;		padding:1px 15px 2px;		text-align:center;		text-decoration:none;		width:110px;}/* 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:250px;    margin:0;    background: url(images/module_top_r.png) no-repeat;    margin-top:10px;    margin-left:10px !important;    margin-left:10px;    margin-right:10px;}div#right_menu_bottom {	background: url(images/module_bottom_r.png) no-repeat;	height:38px;	margin-top:-10px;}div#right_menu_content {	background: url(images/module_content_r.png) repeat-y;	margin-top:38px;}/* #####  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;}/* ##### 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:30px;	clear:both;    margin:auto;    margin-top:0px;    padding:0px;    padding-top:10px;    text-align:center;}div#footer span {    color:#FFF;    font-size:10px;}div#footer span a {    color:#FFF;    font-size:10px;}.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;}

