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


#champ {
	position: absolute;
	top: 202px;
	left: 25px;
	text-align: center;
	width: 350px;
}
#envoyer {
	position: absolute;
	top: 259px;
	left: 216px;
	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: 259px;
	left: 29px;
	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;
}
#alerte {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 380px;
	text-align: center;
	color: #282587;
	font-family: verdana, arial, helvetica, sans-serif;
}

