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

body {
    background:#E9ECEF url(images/global.jpg)  no-repeat center fixed;
    font-size:12px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, 'Bitstream Vera Sans', Times, serif;
    color:#000;
    margin:0;
    padding:0;
}

/* Conteneurs 
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
	/* Extensible
	margin:auto 5px;
	margin-bottom:15px;
	*/
	width:1000px;
    margin:auto;
}

/* ##### Entéte de la page ###### */
div#header_container,div#header_admin_container {
    background: url(images/header.png) no-repeat;
    background-position:0px 0px;
	height: 190px;
}

/* ##### Entéte de la page ###### */
div#header,div#header_admin {
    height:0px;
	float:left;
	padding-top:80px;
}

/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
    height:10px;
	padding:0;
    
}

div#sub_header p a {
    color:#fff;
}

div#sub_header_bottom {
		text-align:left;
		height:65px;
		padding-top:90px;
		padding-left:0px;
 }

	a.button {	
	color:#fff;	
	border-right:0px solid #000;
	border-left:0px solid #000;
	padding:2px 130px 2px;	
	text-align:left;	
	text-decoration:none;	
	width:110px;

}
	
	a.button:hover {	
	color:#999999;	
	padding:2px 130px 2px;	
	background:url(images/a.boutton.png)repeat-x;
	text-align:left;	
	text-decoration:none;	
	width:110px;
}

/* Lien du subheader */
div#header .dynamic_menu h5.links {
    background:none;
    border:none;
    color:#edfff0;
    background:url(images/button.png) no-repeat;
    padding:5px 0px;
    font-size:11px;
	margin-top:15px;
}

div#header .dynamic_menu h5.links:hover {

}

div#header .dynamic_menu h5 a:hover{
    color:#FFF;
    background:url(images/a.boutton.png)repeat-x;
	text-align:center;	
	height:56px;
}

div#header .dynamic_menu h5 a {
	margin:auto;
	color:#315EB0;	
	border-right:1px solid #315EB0;
	border-left:1px solid #315EB0;
	padding-left:40px;
	padding-right:40px;
	text-align:center;	
	text-decoration:none;	
	height:56px;
	margin-left:40px;
	padding-top:15px;
	padding-bottom:15px;
}

div#header  h3.menu_vertical_0 a {
	margin:auto;
	color:#315EB0;	
	border-right:1px solid #315EB0;
	text-align:center;	
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;	
	padding-top:15px;
	padding-bottom:15px;
	margin-top:auto;
}

div#header  h3.menu_vertical_0 a:hover {
    color:#FFF;
    background:url(images/a.boutton.png)repeat-x;
	text-align:center;	
}


/* ##### Compteur de visites  ###### */
div#compteur {
    color:#FFF;
    position:absolute;
    top:50px;
	right:0;
	font-size:11px;
    margin-right:15px;
	text-align:right;
}


/* #####  Contenu de la page ###### */
div#main {
    width:auto;
    min-width:450px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
	background:url(images/content.png) repeat-y;
    height:1%;
    padding:0;
    margin:0;
    float:none;
}

/* ##### Contenu central ###### */
div#main_content {
    width:auto;
    padding:20px 30px;
    padding-top:5px;
    border-spacing:1px;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

/* ##### 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:190px;
	clear:both;
    margin:auto;
    margin-top:0px;
    padding:0px;
    padding-top:10px;
    text-align:center;
	float:center;
	background: url(images/footer.png) no-repeat center;
}
div#footer span {
    color:#FFF;
    font-size:10px;
}
div#footer span a {
    color:#FFF;
    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;
}


