/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ 

/* Corps du site 
--------------------------------------*/
* { margin: 0; padding: 0; outline: 0; }
body {
	background: #caced1;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 15px 0;
}

/* Conteneurs 
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

/* ##### Entéte de la page ###### */
div#header_container{
	position: relative;
	height: 131px;
	padding: 0;	
	color: #fff;	
}

div#header_perso{
	height:123px;
	padding-top:8px;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
	}

/* ##### Entéte de la page ###### */
div#header,div#header_admin {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}

/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
	clear: both;	
	margin: 0 auto; padding: 0;
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 790px;	
}

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

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

}
/*LIENS DE LA BARRE DE NAVIGATION (FIN) */

div#header .dynamic_menu h5.links:hover {
	color:#FFF;
	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:#5E5E5E;
	position:absolute;
	top:55px;
	margin-left:900px;
}

/* ##### Menu de gauche ###### */
div#left_menu{
	float: right;
	width: 195px;
	padding: 0; margin: 10px 0 0 0;	
	color: #777;	
}
div#left_menu h3 a {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}

div#left_menu h3 a:hover {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}

h3.menu_vertical_0 a:hover {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
	border-color:#A9D4EF;		
}


div#left_menu ul ul li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
  }
  
div#left_menu a {	
	text-decoration: none;	
    font-weight:normal;			
  }
  
div#left_menu li{	
	color:#777777;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 2px;
	padding:4px 0 4px 5px;
}
div#left_menu a:hover {
  color: #333;
  background:none;
  text-decoration: none;
  font-weight:normal;
  }

div#left_menu p {
  padding: 2px 0;
  font-size: 9pt;
  color: #444;
  }



/* #####  Contenu de la page ###### */
div#main{
	clear: both;
	width: 760px;	
	margin: 5px auto;
	padding: 0; 	
}

div#main ul li{
}


div#content_main{
	width: 790px;
	margin: 0 auto;
	text-align: left;
}


/* ##### Contenu central ###### */
div#main_content {
	float: left;
	width: 555px;
	margin: 0; padding: 20px 0 0 0; 
	display: inline;
}




/* ##### 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:15px;
	margin-bottom:15px;	
	border-spacing:1px;
	border:1px #cccccc solid;
	background-color:#ffffff;
}

/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
	margin-top:25px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;	
	border-spacing:1px;
	border:1px #cccccc solid;
	background-color:#ffffff;
}


/* footer */
#footer {
	clear: both;
	width: 790px;
	height: 57px;
	text-align: center;	
	font-size: 90%;	
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* ##### 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;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	float:right;
	margin-right:12px;
	
	padding: 5px 0 5px 0;	
	width: 180px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 110px;
	margin:0px;
	color: #777; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	color: #fff;
}



/*
.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;
}*/
