/** PAGE FRANCHISES COULEUR ROUGE FONCE : 90143b */

/* CONNEXION ESPACE FRANCHISE */
.connexion{
	background: url(images/fond_connexion.gif) repeat-x top left;
	height: 69px;
}
.connexion .left{
	float: left;
	width: 227px;
	text-align: right;
	margin-right: 72px;
}
.connexion .right{
	float: left;
}
.connexion span{
	display: block;
	color:#90143b;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}
.connexion span a{
	color:#90143b;
}
.connexion .border{
	border-bottom: solid 1px #969799;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.connexion .boutons, .connexion .champs{
	float: left;
}
.connexion .boutons, .connexion .erreur{
	display: block; 
	padding-top:5px;
}
.connexion .paddingtop{
	padding-top: 15px;
}
.connexion .champs p{
	height: 30px;
	clear: both;
}
.connexion .champs label{
	display: block;
	width: 82px;
	text-align: right;
	float: left;
	margin-right: 10px;
}
.connexion .champs input{
	float: left;
	border: solid 1px #8d8b8d;
	width: 93px;
}

.connexion .forgot{
	padding-top: 33px;
	float: left;
	width: 130px;
	text-align: left;
	margin-left: 8px;
}
.connexion .boutons input{
	background: url(images/fond_bouton.gif) repeat-x top left;
	height: 25px;
	width: 113px;
	border: solid 1px #a2a2a4;
	margin-top: 10px;
	cursor: pointer;
}


/* TEXTES */
.textes {
	margin-top: 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: #90143b;
	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;
}


