#theme { 
color: #200;
background-color: #050505;
font-family: Verdana, Charcoal, Geneva, "Luxi Sans", sans-serif;
font-size: 12px;
margin-top: 0;
margin-left: 0;
}
     
/***********************/             
/* Barre de navigation */
/***********************/
     
#conteneur {
padding:0 0 0 0;
margin:0 0 0 0;
background-color: #050505;
}
 
#nav { 
float: left;
height: 100%;
padding: 10px 10px 10px 10px;
background-color: #000;
border-left: solid 2px #000;
border-top: solid 2px #000;
border-right: solid 0 #000;
border-bottom: solid 1px #000;
margin: 0 0 0 10px;
min-height: 560px;
width: 160px;
text-indent: 0;
}


               
#nav ul {  
background-color: #000;
list-style-type: none;  
padding-top: 10px;
padding-left: 5px;
margin: 5px 0 5px 0;
text-indent: 0;
}
                   
#nav li {
background-color: #000;
font-weight: bold;
text-indent: 0;
margin : 5px 0 10px 0;
padding: 0 0 0 5px;
}
                       
#nav a:link { color: #a00; }
                       
#nav a:visited { color: #a00; }
                       
#nav a.actif { color: #a00; }
          
#nav a { text-decoration: none;}             

/************/
/* Bannière */
/************/

#banniere {
background-color: #000;
padding: 30px 50px 10px 50px;
border-left: solid 1px #200;
border-top: solid 2px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
margin-top: 20px;
margin-left: 192px;
max-width: 680px;
height:540px;
}

#banniere h1{ 
color: #600;
font: normal 300% "Trebuchet MS", Verdana, sans-serif;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
text-align: center;
} 
/******************/
/* Corps du texte */
/******************/

                       
#corps { 
background-color: #900;
border-left: solid 1px #000;
border-top: solid 2px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
margin-top: 20px;
margin-left: 192px;
min-height: 550px;
padding: 30px 50px 0 50px;
max-width: 680px;
}

/* Liens */
                                                             
a:link { color: #000; }   /* lien non encore visité */
                                
a:visited { color: #000; } /* lien visité */
                                
a:hover { text-decoration: underline; } /* lien survolé par le curseur de la souris */
                                
/* Hiérarchisation : titres, sous-titres */
                                
h1 { 
color: #300;
font: normal 300% "Trebuchet MS", Verdana, sans-serif;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
text-align: center;
} 
                                            
h2 { 
padding-left : 25px ;
line-height : 25px ;
font-size : 1.4em ;
color : #300 ;
border-bottom : 1px solid #300 ;
} 

h3 {
padding-left: 10px;
line-height: 15px;
font-size: 1.2em;
color:#200;
}             

h4 {
padding-left: 10px;
font-size: 1.0em;
font-style: italic;
color:#666699;
}                               					
/* Texte */
                                            					
p { 
color: #110000;
margin-right: 0;
padding-left: 10px;
text-align: justify;
text-indent : 2em ;
line-height : 1.5em ;
}
                                            					      
p#footer 
{
margin: 0 ;
font: normal 100% "Trebuchet MS", Verdana, sans-serif;
padding-right: 10px ;
line-height: 30px ;
text-align: right ;
color: #aaaadd ;
}
                                            					      						
/* Images */
                                            					      						
img { 
border-width: 1px;
border-color: #000;
}

