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


/* Formulaire
-----------------------------------------------------------------------------
	Spécifie les principales règles assurant la cohérence de l'ensemble du
	module.
---------------------------------------------------------------------------*/

form p {
	position: absolute;
	width: 400px;
	top: 178px;
	left: 0px;
	text-align: center;
	color: #282587;
	font-family: verdana, arial, helvetica, sans-serif;
}
a#enveloppe {
	position: absolute;
	width: 45px;
	height: 25px;
	left: 334px;
	top: 225px;
	background: url(../image/enveloppe.gif) no-repeat 0 0;
}
a#enveloppe:hover {
	background: url(../image/enveloppe.gif) no-repeat 0 -25px;
}
#login {
	position: absolute;
	top: 112px;
	left: 189px;
	width: 193px;
}
#pass {
	position: absolute;
	top: 147px;
	left: 189px;
	width: 193px;
}
#valider {
	position: absolute;
	left: 123px;
	width: 155px;
	height: 28px;
	background: url(../image/bt_valider.gif) no-repeat 0 0;
}
#valider:hover {
	background: url(../image/bt_valider.gif) no-repeat 0 -28px;
}
#outils {
	position: absolute;
	top: 257px;
	left: 23px;
	height: 17px;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
}
#outils a {
	float: left;
	width: 118px;
	height: 17px;
}
#outils a:hover {
	background-color: #663300;
	color: #f9cb85;
}
