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

body {
	background:url(images/home-bg.png) repeat-x;
	background-attachment: fixed;
	font-size:12px;
	font-family:"trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, 'Bitstream Vera Sans', Times, serif;
	color:#000000;
	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:20px 0px;
	margin-bottom:8px;
	height:200px;
	padding-left: 50px;
	padding-top:5px;
}

/* ##### Entéte de la page ###### */
div#header{
    height:90px;
	margin-top:2px;
}
#header_admin {
margin-top:-95px;
 height:90px;
}

/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
    height:27px;
    padding:0;
    padding-top:10px;
    padding-left:5px;
}
/* #####  couleur des liens admin en page accueil ###### */
div#sub_header p a {
	color:#000000;
}
	
div#sub_header{
margin-top:80px;

height:50px;
background: none;

}

/* Lien du subheader */
div#header .dynamic_menu h5.links {
    background:none;
    border:none;
    color:#edfff0;
    width:135px;
    background:none;
    padding:5px 0px;
    font-size:14px;
    margin-right:1px;
	
}

div#header .dynamic_menu h5.links:hover {
	color:#66FF00;
	cursor:default;
	background:url(images/hover.png) no-repeat;
	width:135px;
}

div#header .dynamic_menu h5 a {
	color:#FF6600;
	text-decoration:none;
}

/* ##### Compteur de visites  ###### */
div#compteur {
	color:#E9ECD9;
	position:absolute;
	top:10px;
	right:200px;
	font-size:14px;
	margin-right:15px;
	text-align:right;
}

/* ##### Menu de gauche ###### */
div#left_menu {
    float:right;
    width:200px;
    margin:0;
    margin-top:30px;
    margin-left:20px !important;
    margin-left:-1px;
    padding:0;


}

/* ##### Menu droit ###### */
div#right_menu {
    float:right;
    width:190px;
    margin:0;
    margin-top:10px;
    margin-left:0px !important;
	margin-right:20px;
    margin-left:7px;
	background: none;
}
.contenu_r {
 
	/*background: url(images/menuy.png) repeat-y ;*/
	width:240px;
	padding:20px;
    padding-top:5px;
	margin-top:-8px;
	

    
}

.right_top {
    height:120px;
	width:225px;
    font-weight:bold;
    text-align:center;
	padding-top:25px;
	/*background: url(images/menutop.png) no-repeat top;*/
	margin-top:-10px;
	margin-left:6px;
	


}

.right_contents {
    border-top:none;
    border-bottom:none;
    text-align:center;
    padding:4px;
    padding-top:5px;
    padding-bottom:0px;
}

.right_bottom { /* Bordure inférieure des modules minis */
    height:100px;
	width:260px;
	/*background: url(images/bottomr.png) no-repeat ;*/
	margin-left:6px;
}

/* #####  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;
	margin-top:40px;
}

/* ##### Contenu central ###### */
div#main_content {
	width:auto;
	margin-right:0px;
	margin-left:0px;
	

}
.main_content_borderl{
	/*background:url(images/left_left.png) repeat-y left;*/
	padding-left:8px;
	padding-right:8px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;	
}
.main_content_borderr{
	/*background:url(images/right_right.png) repeat-y right;*/
	padding-left:0px;
	padding-right:0px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;	
	
}
.main_top_l{
	margin-right:22px !important;
	
	width:22px;
	height:41px;
	/*background:url(images/top_l.png) no-repeat left;*/
	float:left;
}
.main_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:21px;
	height:41px;
	/*background:url(images/top_r.png) no-repeat right;*/
	float:right;
}
.main_top{
	height:35px;
	/*background: url(images/top_top.png) repeat-x;*/
	padding-top:6px;
	padding-left:6px;
		margin-left:22px !important;
	margin-left:0px;
	margin-right:21px !important;
	margin-right:0px;
}
.main_bottom_l{

	width:22px;
	height:25px;
	/*background:url(images/bottom_l.png) no-repeat left;*/
	float:left;
	margin-top:-20px;
}
.main_bottom_r{
	width:22px;
	height:25px;
	/*background:url(images/bottom_r.png) no-repeat right;*/
	float:right;
	margin-top:-20px;
	margin-right:8px;
}
.main_bottom{
	height:31px;
	/*background: url(images/bottom_bottom.png) repeat-x bottom;*/
	margin-right:5px;
	margin-left:22px !important;
	margin-left:0px;
	margin-right:28px !important;
	margin-right:0px;
	margin-top:-26px;
}
.contenu { /* pour la couleur du contenu */
    
	/*background:#0000C0;*/
	margin-left:10px;
	margin-right: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 {
	height:30px;
	clear:both;
    margin:auto;
    margin-top:0px;
    padding:0px;
    padding-top:36px;
    padding-right:20px;
    text-align:right;
	background:#000;
}
div#footer span {
	color:#99FF00;
	font-size:11px;
}
div#footer span a {
    color:#878787;
    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;
}

