/* ---------------------------------------------------------------------
     styles propres aux pages d'inscription
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#inscription {

	background-image:url(../elements/fonds/fond_inscription.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;

}
#inscription2 {

	background-image:url(../elements/fonds/fond_inscription2.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;

}
#inscription3{
	background-image:url(../elements/fonds/fond_inscription3.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;

}
#contenu{
	position : absolute;
	left:270px;
	top : 290px;
	color : #000;
	font-size : 12px;
	font-family : "Trebuchet MS";
	text-align : left;
	width : 450px;
	color : #1e1f9c;
}
#contenu p{
	margin : 1em 0;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:190px;
	top : 540px;
	width : 99px;
	height : 35px;
}
#valider {
	position : absolute;
	left:190px;
	top : 550px;

}
em{
	color : green;
	font-style:normal;
}
.selection{
	width : 70px;
}
form td{
	padding : 0 1em;
}
label{
	
	padding-left : 0.5em;
}
#checkboxes{
	margin-top : 20px;
	list-style-type : none;
}

#legendes{
	margin-top : 13px;
	list-style-type : none;
	font-style : italic;
	font-size : 11px;
}
sup{
	font-style : italic;
}
#erreurs{
	list-style-type : none;
	color : #900;
}





