/* Les titres de la page */
/* niveau 1 */
.contenu h1 {
	color : #0072c6;/*#0f79c4;*/
}

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

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

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

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

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

.contenu .collectivite {
	font-family : lucida, trebuchet, sans-serif;
	line-height : 15px;
	margin-left : -36px;
	padding-left : 36px;
	background-color : #f1ede1;
	color : #0072c6;
	font-weight : bold;
}

.contenu .lieu {
	line-height : 15px;
	font-family : lucida, trebuchet, sans-serif;
	color : #0072c6;
}

.contenu .nom {
	font-family : lucida, trebuchet, sans-serif;
	line-height : 15px;
	padding-left : 20px;
}

.contenu .fonction {
	font-family : trebuchet, sans-serif;
	font-style : italic;
	line-height : 15px;
}

.contenu .titre {
	color : #0072c6;
}

.contenu .region {
	line-height : 15px;
	font-weight : bold;
	font-family : lucida, trebuchet, sans-serif;
	background-color : #dde3df;
	color : #0072c6;
}

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