/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                       CSS - Module d'identification                       |
|---------------------------------------------------------------------------|
| id_nouveau.php                                                            |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                              Benjamin COIFFARD - mai 2008 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


#nom {
	position: absolute;
	top: 84px;
	left: 190px;
	width: 193px;
}
#prenom {
	position: absolute;
	top: 125px;
	left: 190px;
	width: 193px;
}
#jour {
	position: absolute;
	top: 167px;
	left: 188px;
	font-size: 0.9em;
}
#mois {
	position: absolute;
	top: 167px;
	left: 233px;
	font-size: 0.9em;
	border: none;
}
#annee {
	position: absolute;
	top: 167px;
	left: 329px;
	font-size: 0.9em;
}
#email {
	position: absolute;
	top: 207px;
	left: 190px;
	width: 193px;
}
#envoyer {
	position: absolute;
	top: 258px;
	left: 215px;
	width: 155px;
	height: 28px;
	background: url(../image/bt_envoyer.gif) no-repeat 0 0;
}
#envoyer:hover {
	background: url(../image/bt_envoyer.gif) no-repeat 0 -28px;
}
a#annuler {
	position: absolute;
	top: 258px;
	left: 28px;
	height: 28px;
	width: 155px;
	background: url(../image/bt_annuler.gif) no-repeat 0 0;
}
a#annuler:hover {
	background: url(../image/bt_annuler.gif) no-repeat 0 -28px;
}
#fondDate {
	position: absolute;
	left: 186px;
	top: 163px;
	z-index: 20;
}
#dateC {
	position: absolute;
	left: 190px;
	top: 166px;
	z-index: 40;
	font-size: 1.0em;
	color: #663300;
	font-family: arial, helvetica, verdana, sans-serif;
}
.calendrier {
	text-align: center;
	font-size: 1.2em;
}
