/*================================================= 
	STYLES PERSONALIS�S Squelette R�CIT-FP Partenaire
		
	NOTE IMPORTANTE:
	
	- Cette feuille de style permet de faire des 
	  modification de base.  Pour aller plus loin
	  voir le fichier "style.css".
	
	- Les boutons d'admin de SPIP se modifient dans
	  le fichier squelettes/spip_admin_perso.css
	  
	- Pour modifier le format de la page, r�cup�rer
	  le css dans squelettes/css/styles.css
	  
	Modifi� le 28 sept 2005 (PB)
==================================================*/

/*========================================================== 
   					BANDEAU
============================================================*/
#entete p {

	background-image: url(images/entete-bandeau_2009.gif); /* L'image */
	height: 111px; /* Hauteur du bandeau */
	width: 1024px; /* Largeur du bandeau */
	} 
	

/*=================================================== 
   		COULEURS DES LIENS PAR D�FAUT
  ==================================================*/
a:link, 
a:visited, 
a:active { 

	color: #0066CC; /* Couleur */ 
	} 




/* ======================================== 
	MENU VERTICAL 
 ======================================== */

/*=============================================================
	COULEURS DES TITRES DE NOUVEAUT�S (ACCUEIL) ET DES PAGES
 ==============================================================*/
 
 
#colcentre h3, /* Titre des nouveaut�s sur la page d'accueil  */
#contenu h2 /* Titre de la page d'un article */ {
	color: #FFFFFF; /* couleur du titre */
	background-color: #bdd541; /* couleur du fond */
	}
	
#contenant #boite-logo-article {
	width: 175px; 
	display: block; 
	float: right; 
	margin: 0 0 20px 20px; 
	background-color: #444444; 
	line-height: normal;
	}

/* recuperes du site de 
le #  : pour les tags avec id d�fini
le .  : pour les class
----------------------------------------------- */
h6 { 
margin: 0; 
font-size:130%;
font-weight:bold;
text-align:center;
color:#FFFFFF;
background-color:#BDD742;
padding:2px;
}

#coeur {
margin-bottom: 1em;
font-size: 0.80em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.2em;
list-style-type: none;
text-align: left;
}

#contenu h4 {
	margin: 0; 
	font-size:110%;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background-color:#E7EFBD;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contenu h5 {
	margin: 0; 
	font-size:110%;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background: url(images/puce-expositions.gif) no-repeat top left;;  
	background-color:#8C4D9C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #FF6600;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }


