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

/* Début des styles FORMULAIRE DE CONTROLE DE L'AGE */

#container {
	width: 600px;
	padding: 16px 0px 0px 16px;
	/*height: 420px;*/
}
#container p, h1, h2 {
	margin: 14px 0px 0px 0px;
	padding:0;
}
#container h1 {
	margin: 0;
}

#form_yearValidation{
	width:500px;
	margin: 20px 0px;
}

.p_advice {
	color : #333333;
	font-size : 12px;
	line-height : 16px;
}

.h_advice {
	color : #333333;
	font-size : 36px;
	line-height : 36px;
	font-weight: normal;
}

.h2_advice {
	color : #333333;
	font-size : 14px;
}

.h3_advice {
	color : #333333;
	font-size : 18px;
}

#form_yearValidation input {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}
#form_yearValidation input.type1 {
	width: 30px;
	height: 24px;
}
#form_yearValidation input.type2 {
	width: 50px;
	height: 24px;
}
#form_yearValidation input.pseudobutton {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	text-decoration: none;
}
#form_yearValidation input.pseudobutton:hover,
#form_yearValidation input.pseudobutton:focus {
	color: #ff0000;
	text-decoration: underline;
}
#form_yearValidation p.message {
	margin: 0px 0px 16px 0x;
	color:#ff0000;
}

/* FIN FORMULAIRE DE CONTROLE DE L'AGE */


