#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 ul ul {
padding-top: 0px;
padding-bottom: 5px;
}
                   
#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;}             

#nav img {
     vertical-align: middle;
}

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

div.concert {
border-bottom : solid 2px #600 ;
margin-top : 5px ;
margin-bottom : 5px ;
padding : 3px ;
min-height : 143px ;
}

div.concert div.affiche {
width : 100px ;
float : left ;
margin-right : 10px ;
}

div.concert div.affiche img {
width : 100% ;
}

div.concert h2 {
text-align : center ;
border-bottom : 0;
border-top : 2px solid #600;
}

p.affiche {
text-align : center ;
}

p.affiche img {
width : 70% ;
}

/* 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 : 140% ;
color : #300 ;
border-bottom : 2px solid #600 ;
} 

h2 a {
text-decoration : none ;
}

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

h4 {
padding-left: 10px;
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;
}

img.ratp {
height: 1.5em;
vertical-align: middle;
}

img.noborder {
border: none;
}

/* Listes */

div.groupes {
/* environnement multi-colonnes */
column-count : 3;
-moz-column-count : 3;   /* hack pour mozilla */
-webkit-column-count : 3;   /* hack pour Safari */
}

div.groupes ul {
list-style-type: none;
}

div.groupes ul li {
margin : 5px 0 10px 0;
}

.tech {
    padding: 0 4ex 0 4em;
}

.tech p {
    text-indent: 0;
    margin-bottom: 0;
    border-left: solid #333;
}

.tech ul {
    border-left: solid #333;
    margin-top: 0;
    list-style-type: square;
}

