/* --------------------------------------		design.cssContient les conteneur, fortement dépendant du design.--------------------------------------*/ /* Corps du site --------------------------------------*/* {    margin:0;    padding:0;    font-size:100%;}#facebook{	background:#f2f2f2;}body {    background:url(/images/body.png) repeat; font-family: Helvetica, Arial, Sans-Serif;	   font-size: 11px;	   vertical-align: baseline;	   font-weight: normal;	   font-style: normal;       color:#333;    margin:0;    padding:0;    height:100%;}/* Conteneurs --------------------------------------*//* ##### Conteneur global du site ###### */div#global {		box-shadow:0px 0px 20px  #222;	width:1000px;    margin:auto;    background:url(/images/bg.png) repeat-x #f2f2f2;}/* ##### Entéte de la page ###### */div#header_container,div#header_admin_container {    //background: url(/images/top.png) no-repeat;	background: url(/images/background_top.png) bottom center no-repeat;	width: 900px;	height: 110px;	color: white;}/* ##### Entéte de la page ###### */div#header,div#header_admin {    height:128px;}/* #####  Conteneur en dessous de l'entéte ###### */div#sub_header,div#sub_header_admin {   float:right;  	border:1px solid grey;	border-top:0px;	border-right:0px;    padding:5px;}div#sub_header p,div#sub_header_admin p{		margin-bottom:0px !important;	}div#sub_header p a {    color:grey;}div#sub_header p a :last {    color:orange;}#div_total{	}/* 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;    	 float:right;	margin-right:50px;	text-align:right;}/* ##### Menu de gauche ###### */div#left_menu {    float:left;    //width:200px;    margin:0;   // margin-right:2px !important;   // margin-right:-1px;  //  border:1px grey solid;   // border-bottom:0px;    //-moz-border-radius-bottomleft:10px;	//-webkit-border-bottom-left-radius: 10px; 	//-moz-border-radius-topleft:10px;	//-webkit-border-top-left-radius: 10px;       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:100%;    padding:0;    margin:0;    float:none;}/* ##### Contenu central ###### */div#main_content {    width:auto;    padding-left:5px;    border-spacing:1px;    //border:1px grey solid;      //background:#F7F8F5 url(images/contentbg.png) repeat-x;    //-moz-border-radius-bottomright:10px;	//-webkit-border-bottom-right-radius: 10px; 	//-moz-border-radius-topright:10px;	//-webkit-border-top-right-radius: 10px;   }/* ##### 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 {	clear:both;    padding:0px;    text-align:right;   	max-height:200px;    width:100%;    overflow:hidden; 	background:url(/images/footer.png) repeat-x left bottom #f2f2f2 ;}div#footer span {      font-size:11px;   margin-right:2px;}div#footer span a {       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;}.datenews{		color:grey;			}		.news a{		color:black !important;	}	.news{		line-height:20px;	}	.news a:VISITED {	text-decoration:  underline;}.news a:VISITED:HOVER {	text-decoration:none;  }#news{	float:left;	width:43%;	margin-left:2%;}#match_mini{float:right;	width:53%;	margin-right:2%;	}
