@charset "utf-8";
/* CSS Document */

@import url(layout.css);
@import url(form.css);

#principale div#page div#gauche form#enregistrement legend {
	display: none;
}

#principale div#page div#gauche form#enregistrement label {
	width: 150px;
}

#principale div#page div#gauche form#enregistrement input {
	width: 350px;
}

#principale div#page div#gauche form#enregistrement input#conditions {
	width: auto;
	margin: 0px 0px 0px 152px;
}

#principale div#page div#gauche form#enregistrement input#valider {
	background: url(../../img/layout/bouton_gris.png) top left no-repeat;
	width: 314px;
	height: 77px;
	line-height: 78px;
	margin: 15px auto 0px auto;
	color: #ccc;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	-moz-outline: none;
	border: 0px;
}

#principale div#page div#gauche form#enregistrement input#valider:hover {
	background-image: url(../../img/layout/bouton_vert.png);
	color: #fff;
}

div.informations {
	margin: 10px auto 10px auto;
	background-color: #ff0;
	color: #000;
	padding: 5px;
	width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* INSCRIPTION */

#principale div#page div#gauche h3#felicitation {
	color: #d40050;
	font-style: italic;
}

#principale div#page div#gauche p {
	margin: 0px 10px 10px 10px;
	text-align: justify;
}
