
/* ----------------------------------------------------------------------------------------- */
/*                         Partie concernant la page enregistrer_concours.php                     */
/* ----------------------------------------------------------------------------------------- */
/*
Design "exterieur" du formulaire.
*/
form {
	width: 80%;
	margin: auto;
}
fieldset {
	border: solid 1px #a8cee2;
	padding: 2.5%;
	margin-top: 1%;
}
fieldset .explication_champ {
	font-weight: bold;
	color: #00aacc;
}
legend {
	color: #00aacc;
	font-size: 1.3em;
}


/*
Design "interieur" du formulaire.
*/

.champs {
	display: block;
	width: 250px;
	float: left;
	text-align: left;
	margin-right: -35%;
}
#formulaire_date_debut {
	display: block;
	float: left;
	width: 25%;
	margin-right: 0;
}
#formulaire_date_resultats {
	display: block;
	float: right;
	width: 25%;
	margin-left: 0;
}
#formulaire_date_fin {
	display: block;
	width: 25%;
	margin: auto;
}
.date_participation {
	width: 50px;
	display: block;
	float: left;
}
.renseignements {
	display: block;
	margin: 2%;
}
.envoi {
	margin-top: 2%;
}
.champs_obligatoires {
	font-size: 0.9em;
	font-style: italic;
}
