/** PAGE FRANCHISES COULEUR BLEU : 44abe8 */

/* TEXTES */
.textes {
	margin-top: 25px;
	margin-left: 25px;
}
.textes .bloc, .textes .blocgauche{
	margin-bottom: 25px;
}
.textes .bloc .photo{
	float: left;	
	/*width: 387px;
	margin-right: 26px;*/
}
.textes .blocgauche .photo{
	float: right;
	width: 387px;
}
.textes .bloc .texte h1,.textes .bloc .textefloat h1, .textes .blocgauche .texte h1{
	color: #44abe8;
	font-size: 12px;
	font-weight: bold;
}
.textes .bloc .textefloat h1{
	margin-bottom: 15px;
}
.textes .bloc .textefloat{
	text-align: justify;
	padding-right: 10px;
}
.textes .bloc .texte{
	text-align: left;
	width: 377px;
	float: left;
	padding-left: 9px;
	padding-top: 10px;
}
.textes .blocgauche .texte{
	text-align: right;
	width: 387px;
	margin-right: 26px;
	float: right;
	padding-top: 10px;
}
.textes .blocgauche .texte a.lien, .textes .bloc .texte a.lien{
	color: #284866;
	display: block;
	letter-spacing: -1px;
	text-align: right;
	margin-top: 5px;
}
.textes .bloc .textefloat a.lien{
	color: #284866;
	display: block;
	letter-spacing: -1px;
	text-align: right;
	margin-top: 5px;
}
.textes .retour{
	text-align: center;
}
.textes .retour a{
	color: #284866;
	font-size: 14px;
	font-weight: bold;
}


