/* UTF-8 à jamais */
.contenu_utile{
	margin:0 auto;
}
#corps{
	background:url('deco/entete-corps-fond.png') top center no-repeat;
	background-size:100% auto;
}
#corps .entete_corps{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;
	gap:10px;
	padding-bottom:40px;
}
.page #corps .entete_corps h3{
	font-family:"MixtaEssSharpItBold";
	font-size:1.75em;
	color:#51ae74;
	line-height: 0.86;
  text-align:center;
  width:760px;
  margin:40px auto 0;
}
.page #corps h1{
	font-family:"NeueHansKendrick-SemiBold";
	font-size:3.375em;
	color:#152551;
	line-height:1.11;
  letter-spacing:-0.6px;
  text-align:center;
  width:760px;
  margin:0 auto;
}
.page #corps .entete_corps p{
	font-family:"NeueHansKendrick-Medium";
	font-size:1.13em;
	line-height: 1.44;
  text-align: center;
	width:760px;
  margin:0 auto;
}
.page #pied{
	clear:both;
}
/* ==== Sections === */
.section{
	clear:both;
}
/* ---- 1 colonnes --- */
.section_1col{
	width:960px;
	margin:0 auto;
}
.section_1col #cmx_contenu{
	width:100%;
}
/* ---- 2 colonnes --- */
.section_2col{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.section_2col #cmx_contenu{
	width:576px;
	float:right;
}
.section_2col #cmx_encart{
	width:238px;
	padding-right:60px;
	text-align:right;
	float:left;
}
/* ---- 3 colonnes --- */
.cmx_3col{
	width:278px;
	padding-right:20px;
	float:left;
}
.cmx_3col.gauche{
}
.cmx_3col.centre{
}
.cmx_3col.droite{
	width:278px;
	padding-right:0;
}
/* ---- contact --- */
p.err_form_contact{
	color:#ff0000;
	font-weight:bold;
}