/*les cartouches modulables*/
#cartouche_mes_selections {
	height:50px;
	width:130px;
}
#cartouche_mes_selections h5 {
	margin:10px 0 20px 8px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#corps_texte_inscription {
	width:550px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#403B30;
	text-decoration:none;
}
#col_identification {
	width:270px;
	float:left;
	position:relative;
}
#col_inscription {
	width:270px;
	float:right;
	margin-left:10px;
	position:relative;
}
/*formulaire inscription*/

#form_indentification {
	height:180px;
}
#form_indentification h3 {
	margin:10px 0 20px 8px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#form_indentification label {
	color:#FFFFFF;
	margin-left:20px;
	width:80px;
	font-size:10px;
	font-weight:bold;
}
#form_indentification input.email {
	width:130px;
}
#form_indentification input.pwd {
	width:130px;
}
#form_indentification input.valid {
	margin-top:10px;
	float:right;
	position:relative;
}
#form_indentification a {
	color:#fff;
	text-decoration:underline;
}
/*formulaire perte email*/
#perte_identifiant {
	margin-left:20px;
}
#form_perte {
	height:140px;
	display:none;
	background:url(../medias/fond/fond-form-inscription.png) bottom left repeat-x;
	color:#000;
}
#form_perte h3 {
	margin:10px 0 20px 8px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#form_perte label {
	color:#fff;
	margin-left:20px;
	width:60px;
	font-size:10px;
	font-weight:bold;
}
#form_perte input.email {
	width:130px;
	color:#000;
}
#form_perte input.valid {
	margin-top:10px;
	float:right;
	color:#000;
}
#form_inscription {
	height:200px;
	background:url(../medias/fond/fond-form-inscription.png) bottom left repeat-x;
}
#form_inscription h3 {
	margin:10px 0 20px 8px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#form_inscription label {
	color:#FFFFFF;
	margin-left:20px;
	width:90px;
	font-size:10px;
	font-weight:bold;
}
#form_inscription input.email {
	width:130px;
}
#form_inscription input.pwd {
	width:130px;
}
#form_inscription input.nom {
	width:130px;
}
#form_inscription input.prenom {
	width:130px;
}
#form_inscription input.valid {
	margin-top:10px;
	float:right;
}
