/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ /* Corps du site 
--------------------------------------*/
* {
    margin:0;
    padding:0;
    font-size:100%;
}

body {
    background:#2d5aa0;
	background-position: top center ;
	background-attachment: fixed;
    font-size:12px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, 'Bitstream Vera Sans', Times, serif;
    color:#0E2A48;
    margin:0;
    padding:0;
}

.tableheader {
width:998px; 
margin:auto; 
background: url(images/headerfond.png) no-repeat ;
}


/* Conteneurs 
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
	/* Extensible
	margin:auto 5px;
	margin-bottom:15px;
	*/
	width:998px;
    margin:auto;
    background: url(images/main.png) repeat-y;
}

 div#global_container {
}
   
div#global_end {
	height:6px;
    background:url(images/bottom_content.png) bottom;
}	
div#top_end {
	height:6px;
    background:url(images/top_content.png) bottom;
}	
	
/* ##### Entéte de la page ###### */
div#header_container {
	/* Extensible
	margin:auto 5px;
	margin-bottom:15px;
	*/
	width:998px;
    margin:auto;
    background: url(images/header.png) no-repeat;
}

div#header_admin_container {
    margin-left:115px;
    background: url(images/headeradmin.png) no-repeat;
}

/* ##### Entéte de la page ###### */
div#header,div#header_admin {
    height:111px;
}
/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
}

div#header a {
    color:#edfff0;
}
div#header a:hover {
    text-decoration:none;
}

/* Lien du subheader */
div#header .dynamic_menu h5.links {
    background:none;
    border:none;
    color:#edfff0;
    width:134px;
    padding:5px 0px;
    font-size:11px;

}

div#header .dynamic_menu h5.links:hover {
    color:#edfff0;
    cursor:default;
}

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:195px;
    margin:0;
    margin-top:0px;
    margin-right:2px !important;
    margin-right:-1px;
    padding:0;
}
/* ##### Menu de gauche ###### */
div#left_menu2 {
    background: url(images/backmenu.png) repeat-y;
}

/* ##### Menu droit ###### */
div#right_menu {
    float:right;
    width:190px;
    margin:0;
    margin-top:0px;
    margin-left:10px !important;
    margin-left:7px;
}

/* #####  Contenu de la page ###### */
div#main {
    min-width:450px;
    min-height:760px; 
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    padding:0;
    margin:0;
    float:none;zoom:1
}

/* ##### Contenu central ###### */
div#main_content {
    margin-top:5px;
    padding-top:5px;
    padding-left:10px;
    padding-right:15px;
    padding-bottom:25px;
}

/* ##### Barre de lien rapide ###### */
div#links { /*width:96%;*/
    text-indent:10px;
    margin-bottom:25px;
}

/* ##### Emplacement au dessus de contenu de la page ###### */
div#top_contents {
	margin-top:8px;
    margin-bottom:8px;
	padding:0px 10px;
	padding-right:15px;
}

/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
	margin-top:8px;
    margin-bottom:8px;
	padding:0px 10px;
	padding-right:15px;
}

/* ##### Bloc au dessus du pied de page ###### */
div#top_footer {
    clear:both;
    padding:0.75em;
}

/* ##### Pied de page ###### */
div#footer {
	clear:both;
	background:#FFFFFF url(images/footerfond.png) repeat-x;
}
div#footer span {
    color:#646464;
    font-size:10px;
}
div#footer span a {
    color:#646464;
    font-size:10px;
}

.bglinks {
    margin:0px;
    padding:0px;
    list-style-type:none;
    padding-bottom:7px;
    margin-bottom:5px;
}

