/* M_entete_rubrique */

/* @auteur	Alsacreations, VP  */
/* @cree	2009-07-17           */
/* @modif	2009-07-20           */
/* @gabarit	documentation + chiffrescles     */
/* @version	2                  */

#P_documentation #M_entete_rubrique {
	border-bottom: 14px solid #164F80;
	margin-top: 9px;
}

#P_chiffrescles #M_entete_rubrique {
	border-bottom: 14px solid #164F80;
	margin-top: 9px;
}


/* =titreS IR */

/* bloc commun à deux gabarits */
#P_documentation #M_entete_rubrique h2 {
	background: url(../img/M_entete_rubrique_titre.documentation.png) left top no-repeat;
}

#P_chiffrescles #M_entete_rubrique h2 {
	background: url(../img/M_entete_rubrique_titre.chiffrescles.png) left top no-repeat;
}

#M_entete_rubrique h2 {
	height: 36px;
}


/* partenaire superposé au titre, texte+image modifiables dans le code HTML */
.M_entete_rubrique_partenariat {
	float: right;
	width: 400px;
	text-align: right;
	font-weight: bold;
	color: #164F80;
	margin: 0;
}


