/*	################################################## */
/*	Styles ajoutés */
/*	################################################## */

/* 1 - contenu_centre = class des balises DIV du centre des pages "statiques" */
.contenu_centre {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	background-color: white;
	padding-top: 0px;
	clear:both;	/* permet d'afficher les DIV sans qu'ils se chevauchent */
}

.contenu_centre img {
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.contenu_centre H4 { /* Titre orange */
	color:#FF7500;
	font-size: 14px;
	text-transform: uppercase;
}

.en_savoir_plus a {
	font-family: Tahoma;
	font-size: 12px;
	float:right;
	color: #666666;
	text-decoration: none;
}

.en_savoir_plus a:hover {
	color: #FF7500;
}

/* 2 - titre_gris = class des titres DIV des pages "statiques" */
.titre_gris {
	height: 30px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-image: url(../img_def/puce_titre.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	border-bottom:1px dotted #CCCCCC;
	letter-spacing: 1px;
	background-color: white;
	clear:both;	/* permet d'afficher les DIV sans qu'ils se chevauchent */
}
