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

body {
text-align: left;
margin: 0px;
font-size: 0.8em;
font-family : Verdana,Arial,Geneva,Helvetica,sans-serif; 
overflow: auto;
}
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(190,186,124);
font-size: 1.8em;
font-weight: bold;}

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

#picto_presse {
position: absolute;
top: 85px;
left: 50px;
z-index: 5;
width:58px;
height:92px;
}
.chemin {
font-size: 0.8em;
color: rgb(136,73,68);
background-color: rgb(190,186,124);
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:hover {
font-weight: normal;
color: #ca0000;
}

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

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

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

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

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

#menu a.normal:hover {
color: #ca0000;
} 

#menu a.blanc {
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: #ca0000;
} 

#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(136,73,68);
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;
text-align: left;
color: rgb(0,0,0);
}

/* cadre contenant tous les articles */   	
#articles {
text-align: left;
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; 
}  

.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;
padding-right: 15px;

}

.spip_documents_right {
float: right;
padding-left: 15px;    
}
     
/* 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.8em;
text-align: right;
border-top: 1px rgb(200,200,200) dashed;
margin-top: 5px;
padding: 5px 0px 10px 0px;
}