/*
STYLE SPECIFIQUE
UTILISE POUR LES PAGES GEREES PAR L'EDITEUR
*/


td,p {
	font-family: verdana;
	font-size: 11px;
        line-height: 15px;
}
.contenu {
	font-family: verdana;
	font-size: 11px;
        line-height: 15px;
}
.titre_rouge {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E4342A;
}

.titre_vert{
	font-family: verdana;
	font-size: 12px;
	color: #0E9090;
	font-weight: bold;
	font-style:italic;
}
.sous_titre_rouge{
	font-family: verdana;
	font-size: 11px;
	color: #E4342A;
}
.titre_partie {
	color:#0e9090;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #2683df;
	text-decoration: none;
}

a:hover {
	color: #2683df;
	text-decoration: underline;
}