/* CSS Document */
form{
	font-weight:bolder;
	color:#810040; 
}
fieldset {
	border: 2px solid #810040;
	padding:10px 10px 10px 10px;
	margin-top:10px;
}
legend {
	color: #E2007A; 
	font-style:italic;
	font-weight: bolder;
	margin-bottom:5px;
}
input:focus, textarea:focus, select:focus {
	background:#F5CDE2;
}
input, select, textarea {
	border: black 1px solid;
}
/************************** MODULE CONTACT *********************************/
#select_civilite, #text_nom, #text_prenom,#text_tel, #text_email  {
	position: absolute;
	left:150px;
}
/************************** MODULE COMPATIBILITE *********************************/
#sex {
	position: absolute;
	left:200px;
}
#label_designe{
	position: absolute;
	left:320px;
	margin-top:5px;
}
#sign {
	position: absolute;
	left:400px;
}
/************************ MODULE ASCENDANT *************************************/
#asc_jour, #asc_heure, #asc_place{
	position: absolute;
	left:205px;
}
#asc_mois, #asc_minute {
	position: absolute;
	left:260px;
}
#asc_annee {
	position: absolute;
	left:370px;
}
#asc_slash, #asc_deuxpts {
	position: absolute;
	left:250px;
	padding-top:3px;
}
#asc_slash2 {
	position: absolute;
	left:360px;
	padding-top:3px;
}