/* CSS Document */

/* ------------------------------------------------------------------------- Introduction */
	#contenu p.introduction {
		border-left-color:#DE1C12
	}
/* ------------------------------------------------------------------------- Mise en avant */
	#contenu p.mis_en_avant {
		background:#DE1C12;
		color:#FFF
	}
/* --------------------------------------------------------------------------------------------- Liens */
	#contenu a {
		color:#231F20
	}
	
	#contenu p a {
		color:#5B9400
	}
	
	#contenu a:hover {
		text-decoration:none
	}
/* --------------------------------------------------------------------------------------------- Listes */
/* ------------------------------------------------------------------------- Premier niveau */
	#contenu ul, #contenu ol {
		background:#FBE9E8;
		margin-bottom:10px
	}
/* --------------------------------------------------------------------------------------------- Tableaux */
	#contenu table.tableau_donnees tr th {
		background-color:#DE1C12;
		color:#FFF
	}
	#contenu table.tableau_donnees tr td.mis_en_avant {background:#F8D2D0 url(../../images/elements/dotted_gris.gif) repeat-x}
/* --------------------------------------------------------------------------------------------- Titres */
	h1 {
		background: url(../../images/structure/background/titre_recherche_log.gif) no-repeat left top;
		color:#FFF
	}
	h2 {
		background: url(../../images/structure/background/titre_h2_recherche_log.gif) no-repeat left top;
		color:#231F20
	}
	h3 {
		color:#231F20
	}
/* ------------------------------------------------------------------------- Haut de page */
	#main #contenu div.haut_page a {color:#DE1C12}
/* ------------------------------------------------------------------------- Newsletter */
	#newsletter {background:url(../../images/structure/background/newsletter_bas_rouge.gif) no-repeat left bottom}
	#newsletter h3 {background:#DE1C12 url(../../images/structure/background/h3_newsletter_rouge.gif) no-repeat right top}
	#newsletter span {
		border-left:1px solid #DE1C12;
		border-right:1px solid #DE1C12
	}
	#newsletter #newsletter-form {
		border-left:1px solid #DE1C12;
		border-right:1px solid #DE1C12
	}
/* --------------------------------------------------------------------------------------------- Bouton */
	#contenu div.actions input.bouton , #contenu div.conteneur input.bouton{background:#DE1C12}
