/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*/ /* Corps du site --------------------------------------*/* {    margin:0;    padding:0;    font-size:100%;}body {    background:#D2C098 url(images/background.png) repeat-y center;    color:#000000;    font-family:Verdana,Arial,Helvetica,sans-serif;    font-size:12px;    margin:0;    padding:0;}/* Cadre du forum */.forumline {    border:1px solid #7D554B;    background:#CFBAA3 url(images/contentbg2.png) repeat-x scroll 0 0;    -moz-border-radius:12px;    -khtml-border-radius:12px;    -webkit-border-radius:12px;    border-radius:12px;	}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {    margin:auto;	width:1000px;}/* ##### Conteneur HAUT du site ###### */div#global_header {    background:transparent url(images/header2.png) no-repeat center top;	height:200px;}div#global_header_admin {    background:transparent url(images/header_admin.png) no-repeat center top;	height:200px;}div#title {/*background:transparent url(images/title.png) no-repeat scroll center top;*/height:32px;margin-left:-599px;margin-top:20px;}a.button {color:#602215;font-size:10px;height:28px;padding:13px 15px 12px;top: 4pxtext-align:center;text-decoration:none;width:10.75em;}/* ##### Entéte de la page ###### */div#header_container,div#header_admin_container {}/* ##### Entéte de la page ###### */div#header {	width:200px;}div#header_admin {	border-bottom:1px solid #747474;}/* #####  Conteneur en dessous de l'entéte ###### */div#sub_header {	background:url("images/sub_header_lll_r1.png") repeat-x;	height:38px;    padding:7px 0 0 0px;}div#sub_header_bis {border-bottom:medium none;border-top:medium none;height:127px;padding:10px 0 0 5px;width:200px;}div#sub_header_left{	height:77px;	width:10.75em;	background:url("images/sub_header_ll1.jpg");	background-position:left;	float:left;	margin-left:-10px;}div#sub_header_right{float:right;height:38px;padding-top:2px;}div#sub_header_admin {    height:auto;    padding:0;    padding-top:2px;    padding-left:5px;}div#sub_header p a {    color:#602215;}/* 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:#D2C098;font-size:11px;font-weight:bold;position:absolute;top:165px;width:172px;}/* ##### Menu de gauche ###### */div#left_menu {    float:left;    width:200px;    margin:0;    margin-top:10px;    margin-right:2px !important;    margin-right:-1px;	margin-left:5px;    padding:0;}/* ##### Menu droit ###### */div#right_menu {    float:right;    width:190px;    margin:0;    margin-top:10px;    margin-left:10px !important;    margin-left:7px;	margin-right:5px;}/* #####  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:-16px;}/* ##### Barre de lien rapide ###### */div#links { /*width:96%;*/margin:17px auto;}/* ##### 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:36px;    padding-right:20px;    text-align:center;    background:#000000 url(images/footer.png) repeat-x;}div#footer span {    color:#602215;    font-size:10px;}div#footer span a {    color:#602215;    font-size:10px;}/* ##### 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;    border:1px #cccccc solid;    background-color:#ffffff;    -moz-border-radius:12px;    -khtml-border-radius:12px;    -webkit-border-radius:12px;    border-radius:12px;    background:#F7F8F5 url(images/contentbg.png) repeat-x;}

