/* Les titres de la page */

/* niveau 1 */
.contenu h1 {
	color : #AF87C4;/*#a08abd;*/
	background-image : url(../Images/ornements/ornement_500.gif);
}

/* Niveau 2 */
.contenu h2 { color : #AF87C4; }

/* Entete de la page (qui en annonce le contenu) */
#header .entete { color : #AF87C4; }

/* numéro des pages, en bas de la 520 */
.numPage {
	color : #AF87C4;
	font-size : 10px;
	line-height : 12px;
	font-family : lucida, trebuchet, sans-serif;
	padding : 5px 0px 10px 0px;
	text-transform : uppercase;
}

/* numéro de la page en cours de visualisation dans la 520 */
.pageVu {
	color : #f0597a;
}

/* Les Liens */
#contenu a { color : #AF87C4; }

.contenu .revue1, .contenu .revue2 {
	background-repeat : no-repeat;
	background-position : 2px 3px;
	margin : 0px 0px 0px -2px;
	padding : 3px 0px 2px 0px;
}
.contenu .revue1 table, .contenu .revue2 table {
	margin : 0px 0px 0px 0px;
	padding : 0px;
	color : #666666;
}
.contenu .revue1 table td, .contenu .revue2 table td {
	vertical-align : top;
}
.contenu .revue1 { background-color : #faf8f0; }

h4 {
    color : #ffffff;
	margin : 0px 0px 0px -36px;
	background-image : url(../Images/ornements/ornement_500.gif);
	background-repeat : no-repeat;
	font-family : lucida, trebuchet, sans-serif;
	font-size : 14px;
	line-height : 20px;
	font-weight : normal;
	padding : 3px 3px 1px 36px;
}

.contenu h5 {
	color : #AF87C4;
	background-color : #e0d7d9;
	padding : 2px 2px 2px 80px;
	margin : 10px 0px 0px -2px;
	font-size : 13px;
	line-height : 17px;
	font-weight : bold;
}

/* Thème des collaborations régulières */
.contenu .titre {
	/*color : #AF87C4;*/
	font-size : 13px;
	line-height : 17px;
	font-weight : bold;
	font-family : lucida, trebuchet, sans-serif;
}
.contenu .titreGroupe {
	color : #AF87C4;
	font-size : 13px;
	line-height : 17px;
	font-weight : bold;
	font-family : lucida, trebuchet, sans-serif;
}

/* Date d'un article */
.contenu .revue1 .date, .contenu .revue2 .date {
	font-size : 11px;
	line-height : 15px;
	font-weight : normal;
	font-style : normal;
	font-family : lucida, trebuchet, sans-serif;
}

.contenu .revue1 .texte, .contenu .revue2 .texte {
	font-family : georgia;
	font-size : 11px;
	line-height : 15px;
	margin : 3px 0px 0px 0px;
}

.contenu .date {
	font-family : trebuchet;
	font-style : italic;
}
.contenu .texte {
	padding-left : 20px;
}

.contenu .annonce {
	background-color : #faf8f0;
	font-family : lucida, trebuchet, sans-serif;
	margin : 6px 0px 2px -2px;
	padding : 2px 2px 2px 5px;
}

.contenu .annonce a { font-weight : normal; }

/* Note dans le texte de la page */
.contenu .note { color : #AF87C4; }

div.contenu .document { background-image : url(../Images/000_nav4_500_off.gif); }

.contenu .petiteAnnonce {
	color : #AF87C4;
	font-weight : bold;
	font-family : lucida, trebuchet, sans-serif;
}
/* Style des documents insérés dans les articles */

.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; margin-top: 5px }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }
/* Style de la galerie de sommaires de la page 540 */
div#galerie
{
	width: 410px ;
	background: #eed ;
	
	padding: 15px ;
	margin: 15px 0px ;
	text-align: center ;
	font: 1.4em Georgia, serif ;

}
ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	font-size: 130%;
	
}
ul#galerie_mini li
{
	float: left ;
}
dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 1.1em/1.9em Georgia, serif ;
	
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
