/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	height: 100%;
	/*background: #fff url(img/bg.jpg) repeat-x;*/
    background: #eee;
    background-image: url(img/back.jpg);
    background-position: 95% bottom;
    background-repeat: no-repeat;
    background-attachment:fixed;
	}

a { text-decoration: none; color: #b06010; font-size: 1em; padding: 1px 2px; }
a:hover {color: #333; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header for main page
**------------------------------------------------------------*/	
   
#header  { 
    width: 699px;
    margin: 0 auto;
    padding-bottom: 102px;
	position: fixed;
	top: 0px; left: 50%; 
	margin-left: -350px;
	background: #eee;
	z-index:0;
    }  

#header img {
	z-index:1;
	} 
    
/*#conteneurmenu div.menu{text-align: center; padding-bottom:0px; float:left; width:106px;}*/
    
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 110px;
	}
    
* html #content { padding-bottom: 60px; }	

#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 18px;
	color: #333;
	font-weight: normal;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2.underline {
	border-bottom: 1px solid #b06010;
	}
#content h2.tinyspace {
	margin: 0 0 10px 0;
	}
#content div.arborescence
        {margin-top: 7px;}

#content h4 {
    font-size: 11px;
	margin: 0 0 1px 0;
	}
#content h2 em { 
	color: #b06010; 
	font-style: normal;
	}
#content p {
	/*text-indent: 3em;*/
	line-height: 1.5em;
	/*letter-spacing: 0.1em;	*/
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content ul.tinyspace {
	margin: 0 0 20px 0;
	}
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 15px;
	line-height: 2em;
	/*letter-spacing: 0.1em;	*/
	}	
    
#content blockquote { 
	background-color: #F5F5F5; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #b06010;
	border-bottom: 1px solid #b06010;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px -7px;
	padding: 0;
	width: 100%;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	/*margin: 30px;*/
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 1px solid #b06010; margin: 7px; }
#content ul.thumbs li a:hover img { border: 1px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }

#mini_img a img { border: 1px solid #b06010; }
#mini_img a:hover img { border: 1px solid #333;}	

#content img.border { border: 1px solid #b06010; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
    padding: 0;
    margin: 0;
	width: 190px;
	text-align: left;
	margin-right: 0px;    
    position: fixed;
	top: 110px; left: 50%; 
	margin-left: -350px;
	z-index:0;
	}
    
#left img {padding: 5px 0 20px 0; }
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 500px;	
	text-align: left;	
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	width: 100% !important;
	padding: 5px 0;
	margin: 0;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
    position: fixed;
    bottom: 0; left: 0;
	}	

#footer p {margin: 0 0; text-align: center; }	
#footer a:hover { background-color: #222; }

/*------------------------------------------------------------*
**  Admin
**------------------------------------------------------------*/
#admin li {
	list-style-type: none;
	padding: 0 0 0 35px;
	line-height: 35px;
	/*letter-spacing: 0.1em;	*/
	}	