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

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

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

/* ##### 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:208px;
    margin:0 0 0 10px;
    padding:0;
}

/* ##### Menu droit ###### */
div#right_menu {
    float:right;
    width:208px;
    margin:0;   
	margin:0 10px 0 0;
}

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

/* ##### Contenu central ###### */
div#main_content {
    width:auto;
    margin-top:10px;
    padding:20px 2px;
    padding-top:5px;
    border-spacing:1px;
	margin:0 5px 0 5px
}

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

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

/*Cadre de fond de l apage*/


#contenu_haut {
    height:23px; 
	background:url(images/contenu_haut.png);
	margin:30px auto 0 auto;
	width:1024px;
	-moz-border-radius:10px 10px 0px 0px;
	-khtml-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
    border-radius:5px;
} 			

#contenu_fond  {
    background:url(images/contenu_fond.png);
	width:1024px;
	margin:0 auto 0 auto	
	
} 
 
#contenu_bas  {
    background:url(images/contenu_bas.png) ;
	height:25px;
	width:1004px; 
	margin:0 auto 0 auto;
	text-align:right; 
	padding:0 20px 0 0;	
    -moz-border-radius:0px 0px 20px 20px ;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px; 	
	color:#113f8a;
}  	  

#titre  {
    background:url(images/titre.png);width:204px;height:78px}

	table{margin:0 auto;padding:0;border:0;text-align:center}

ul{text-decoration: none }	

