/* CSS Document */
#start { }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#FFFFFF; }
body, div, a, td { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; }
#page { 
	position: absolute;
	width: 1024px; /* selon la largeur voulue */ 
	margin-left: -520px; /* moitie de width */ 
	left: 50%;/* constant, toujours 50% */ 
	height: 0px; /* selon la quantite de texte */ 
	margin-top: 0px; /* moitie de height */ 
	top: 0px; /* constant, toujours 50% */ 
	background-color: #fff;
}
#contenu { 
		margin: 0em; 
}
#main { position: relative; top: 0px; left: 0px; border: solid 0px green; width: 977px; height: 473px; }
.form_txt { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; width: 220px; }
.form_txt_petit { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; width: 130px; }
.form_txt_jj { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; width: 25px; }
.form_txt_mm { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; width: 25px; }
.form_txt_aa { font-family:  Arial, Helvetica, sans-serif; color:#585858; font-size:12px; width: 60px; }
div.erreur{font:bold 11px arial,helvetica, sans-serif;color:#ff0000;}
#cgv{
	position: absolute; 
	left: 350px;
	top: 258px;
	width: 485px;
	z-index: 10;
}
#desinscr_form{
	position: relative;
	left: 40px;
	top: 0 px;
}
#valider_desinscription {
	background:none;
	border:none;
	font-size:27px;
	height:80px;
	margin-left:170px;
	margin-top:30px;
	width:230px;
	cursor:pointer;
}
#valider_inscription {
	background:none;
	border:none;
	font-size:27px;
	height:80px;
	margin-left:110px;
	margin-top:0px;
	width:230px;
	cursor:pointer;
}
#inscription{
	 position: absolute;
	 left: 275px; 
	 top: 220px;
	 z-index: 10;
}
.majcgu{
	 position: relative;
	 margin-left:0;
	 margin-top:0;
}
.civilite{
	margin : 6px 2px 0 25px;
	margin-top:6px;
	margin-right:2px;
}

#confirmation_insc {
	position: absolute; 
	left: 300px; 
	top: 300px; 
	width: 400px; 
	z-index: 20; 
	text-align: center;
}
#confirmation_insc a {
	text-decoration: underline; 
	color: rgb(131, 32, 37);
}