/* CSS Document */

/* ------------------------------------------------------------------------- Introduction */
	#contenu p.introduction {border-left-color:#0092DB}
/* ------------------------------------------------------------------------- Mise en avant */
	#contenu p.mis_en_avant {
		background:#61B5DF;
		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:#E2F0F6;
		margin-bottom:10px
	}
/* --------------------------------------------------------------------------------------------- Tableaux */
	#contenu table.tableau_donnees tr th {background-color:#0092DB}
	#contenu table.tableau_donnees tr td.mis_en_avant {background:#CCE9F8 url(../../images/elements/dotted_gris.gif) repeat-x}
/* --------------------------------------------------------------------------------------------- Titres */
	h1 {
		background: url(../../images/structure/background/titre_entreprise.gif) no-repeat left top;
		color:#FFFFFF
	}
	h2 {
		background: url(../../images/structure/background/titre_h2_entreprise.gif) no-repeat left top;
		color:#231F20
	}
	h3 {color:#231F20}
/* ------------------------------------------------------------------------- Haut de page */
	#main #contenu div.haut_page a {color:#0092DB}
/* ------------------------------------------------------------------------- Newsletter */
	#newsletter {background:url(../../images/structure/background/newsletter_bas_bleu.gif) no-repeat left bottom}
	#newsletter h3 {background:#98d400 url(../../images/structure/background/h3_newsletter_bleu.gif) no-repeat right top;}
	#newsletter span {
		border-left:1px solid #0092DB;
		border-right:1px solid #0092DB
	}
	#newsletter #newsletter-form {
		border-left:1px solid #0092DB;
		border-right:1px solid #0092DB
	}
/* --------------------------------------------------------------------------------------------- Bouton */
	#contenu div.actions input.bouton , #contenu div.conteneur input.bouton{background:#61B5DF}
