/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                               FEUILLE DE STYLE                               |
|------------------------------------------------------------------------------|
|                                                                              |
| index.php                                                                    |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3.0.0                                       Benjamin COIFFARD - juillet 2013 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/* -----------------------------------------------------------------------------
	Fenêtre d'identification
------------------------------------------------------------------------------*/
#identification
{
	position: relative;
	float: left;
	width: 600px;
	margin: 50px 0 0 230px;
}

#identification .label
{
	position: relative;
	float: left;
	width: 190px;
	margin-top: 20px;
	line-height: 20px;
	font-style: italic;
	color: gray;
}

#identification .champ
{
	position: relative;
	float: left;
	width: 300px;
	margin-top: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid black;
}

#identification input#valider
{
	width: 90px;
	height: 20px;
	margin: 40px 0 0 205px;
	background: url(../../image/bouton/valider.png) no-repeat 0 0;
}


