/***************************/
/**** ELEMENTS DE BASE  ****/
/***************************/

body {
text-align: left;
margin: 0px;
font-size: 0.8em;
font-family : Verdana,Arial,Geneva,Helvetica,sans-serif; 
overflow: auto;
background-repeat: repeat-y;
background-image:url(../IMG/fond_body.gif);
}
a, a:link, a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: rgb(136,73,68);
	}
	
a:active {
	text-decoration: none; 
	color: rgb(136,73,68);
	font-weight: bold;
	}
	
a:hover { 
	text-decoration: none; 
	color: #ca0000;
	font-weight: normal;
	}
img {
border-style: none;
}
#contenu {
position: absolute;
top: 0px;
left: 0px;
color: rgb(50,50,50);
width: 960px;
font-size: 0.9em;
}
/*************************/
/**** BANDEAU EN HAUT ****/
/*************************/
 
#bandeau {
position: absolute;
color: rgb(136,73,68);
width: 960px;
height: 170px;
top: 20px;
left: 0px;
text-align: right;
z-index: 1;
}

.titre {
position: absolute;
top: -15px;
right: 0px;
z-index: 2;
color: rgb(32,82,104);
font-size: 1.8em;
font-weight: bold;}

.image {
position: absolute;
top: 15px;
left: 0px;
z-index: 1;
}	  

#picto_presse {
position: absolute;
top: 55px;
left: 20px;
z-index: 5;
width:58px;
height:92px;
}
.chemin {
font-size: 0.8em;
color: rgb(103,148,195);
background-color: rgb(32,82,104);
position: absolute;
top: 155px;
right: 0px;
text-align: right;
padding-left: 2em;
padding-right: 1em;
padding-top: 0.3em;
padding-bottom: 0.3em;
z-index: 2;
}

.chemin a {
font-weight: normal;
color: #CCCCCC;
}
.chemin a:link {
font-weight: normal;
color: #FFFFFF;
}
.chemin a:visited {
font-weight: normal;
color: #FFFFFF;
}
.chemin a:hover {
font-weight: normal;
color: #FFFFFF;
}

/* Menu contextuel de gauche */	 
#menu {
position: relative;
font-size: 0.8em;
width: 160px;
left: 10px;
color: rgb(136,73,68);
padding: 190px 0px 0px 0px; 
text-align: left;
z-index: 2;
}

.titre_menu {
position: relative;
font-size: 1.3em;
font-weight: bold;
text-align: left;
color: rgb(190,186,124);
padding: 10px 0px 10px 0px;   
}	

#menu ul {
border-top: 1px rgb(136,73,68) solid;
list-style-type: none;
text-align: left;
margin: 0px 0px 20px 0px;
padding: 0;  
color:#FFFFFF;    
}

#menu ul ul {
list-style-type: none;
text-align: left;
margin: 0px 0px 0px 15px;
padding: 0;
border-top: 0px rgb(136,73,68) solid;
color:#FFFFFF;}  

#menu li {
text-align: left;
padding: 0px;      
border-bottom: 1px rgb(136,73,68) solid;
color:#FFFFFF;  
} 

#menu li li {
text-align: left;
border-top: 1px rgb(136,73,68) solid;
color:#FFFFFF;}

#menu a {
padding: 2px 0px 2px 10px;
display: block;
color:#FFFFFF;   }               

#menu a.normal:hover {
color: #CCCCCC;
background-color:#6794C3;   
} 

#menu a.on {
font-weight: bold;
background-color: rgb(136,73,68);
color: white;
}

#menu a.gras {
font-weight: bold;
color: rgb(136,73,68);
background-color: rgb(190,186,124);
}

#menu a.gras:hover {
color: #CCCCCC;
} 

#menu a.normal {
font-weight: normal;
color: rgb(136,73,68);
background-color: rgb(190,186,124);
}

/*****************************/
/****** PARTIE DROITE  *******/
/*****************************/ 

#droite  { 
position: absolute; 
top: 200px; 
right: 0px; 
color: rgb(50,50,50);
}   

         
.breve {
background-color: rgb(240,240,240);
width: 150px;
text-align: left;
border: 1px rgb(200,200,200) solid;
padding: 5px;
margin: 20px 0px 20px 0px;
}

.breve_titre {
color: rgb(255,255,255);
font-size: 10px;
font-weight: bold;
background-color: rgb(32,82,104);
padding: 5px;
margin-bottom: 0px;
}

.breve_texte {
font-size: 9px;
font-weight: normal; 
text-align: left;
padding: 5px 5px 0px 5px;
}

#droite .spip {
font-size: 9px;          
}
         
#img_droite {
width: 150px;
text-align: right;
padding: 5px;
margin: 0px;
overflow: hidden;
} 

/*********************************/
/****** CONTENU DE LA PAGE *******/
/*********************************/  

 
#contenu_article {
position: absolute;
top: 200px;
left: 220px;
color: rgb(50,50,50);
width: 540px;
font-size: 0.9em;
}
  
#contenu_article p { 
margin-top: 0px;
margin-bottom: 5px;

color: rgb(0,0,0);
}

/* cadre contenant tous les articles */   	
#articles {
text-align:justify;
top: 0;
left: 0;
height: 100%;      
}

.article {
margin-bottom: 20px;
}

.titre_article {
font-size: 1.5em;
font-weight: bold;
margin-top: 0px;
margin-bottom: 15px;
color: rgb(190,186,124); 
}

.chapo_article {
font-size: 1em;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px; 
}  
.logo_article  {
       margin-top:0px;
       width: auto;
       height: auto;
       float: left;
       border:0px solid #7E964C;
       font-size: 100%;
       vertical-align: middle;
       text-align:center;
	   padding-right:15px;
	   padding-bottom:5px;
       }
.texte_article {
font-weight: normal;
margin-top: 0px;
margin-bottom: 15px;
}

.abstract {
background-color: rgb(0,00,0);
margin-bottom: 5px;
padding: 5px;
}

.bref {
padding-bottom: 5px;
}

.date_article {
font-weight: bold;     
font-size: 9px;
padding: 2px;
} 
         
/* mise en forme des racourcis typographiques de spip */ 
.spip {
color: rgb(50,50,50);   
}

/* paragraphe spip */
p.spip {
color: rgb(50,50,50);
padding-bottom: 3px;
} 

/* intertitre spip */        
h3.spip {
font-size: 14px;
color: rgb(190,186,124);
padding-top: 5px;
font-weight: bold;                    
}

.spip_documents {
text-align: center; 
}

.spip_documents_left {
float: left;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 5px;    
border: 1px rgb(200,200,200) solid;
background-color: rgb(240,240,240);
text-align: center;;

}

.spip_documents_right {
float: right;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;    
border: 1px rgb(200,200,200) solid;
background-color: rgb(240,240,240);
text-align: center;}
     
/* cadre contenant les photos associ? ?n article comme dans les images pour la presse */
.titre_portfolio {
font-size: 14px;
color: rgb(190,186,124);
font-weight: bold;
padding: 5px;
margin-bottom: 10px;
} 

/* cadre entourant chaque photo dans le portfolio */       
.document {
width: 160px;
height: 210px;        
margin: 5px;
padding: 10px 0px 3px 0px; 
border: 1px rgb(200,200,200) solid;
float: left;
text-align: center;
overflow: auto;
border: 1px rgb(200,200,200) solid;
background-color: rgb(240,240,240);
}
#footer {
color: rgb(150,150,150);
font-size: 0.9em;
text-align: right;
border-top: 1px rgb(200,200,200) dashed;
margin-top: 5px;
padding: 5px 0px 10px 0px;
}
/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */



