html, body
{
	color: black;
	background: #FFFFFF;
	font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin:0;
	padding:0;
	height:100%;
	font-size:13px;
}
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------PAGE D'ACCUEIL----------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------*/
/*-------------------------------PLACEMENT DES BLOCS-------------------------------*/
/*---------------------------------------------------------------------------------*/
#home
{
	margin-left: auto;
	margin-right: auto;
	width:570px;
	height:430px;
	background: #EFECE2 url(img/loginbg.png) center top;
}
#login 
{
	-moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -khtml-border-radius: 12px; 
    border-radius: 12px; 
    behavior: url(border-radius.htc);
	float:right;
	margin-top:311px;
	width:300px;
	height:80px;
	color:white;
}
#loginformplace
{
	position:relative;
	margin-top:10px;
	margin-left:0px;
	width:220px;
	height:30px;
}
/*---------------------------------------------------------------------------------*/
/*------------------------------FORMULAIRE DE LOGIN--------------------------------*/
/*---------------------------------------------------------------------------------*/
/*Taille et placement du formulaire de login*/
#formlogin
{
	position:absolute;
	margin-top:0px;
	margin-left:2px;
	/*margin-bottom:-40px;*/
	width:220px;
	height:30px;
}
/*Label*/
#formlogin .login_label
{
	width: 60px;
	float: left;
	margin-top:4px;
	color:#FFFFFF;
	margin-left:-129px;
	padding-right: 1%;
	text-align: left;
	letter-spacing: 0.5px;
	
}
/*Zone de saisie*/
#formlogin .login_input
{
	display:inline; 
	width:120px; 
	margin-top:3px;
	margin-left:-35px;
	text-align:left; 
	font-size:12px; 
	margin-bottom:5px;
}
/*Bouton de validation de connexion*/
#formlogin .login_submit
{
	position:absolute;
	-moz-border-radius: 9px; 
    -webkit-border-radius: 9px; 
    -khtml-border-radius: 9px; 
    border-radius: 9px;
    behavior: url(border-radius.htc);
	background:url(img/oknew.png) no-repeat;
	color:grey;
	font-size:18px;
	display:inline;
	width:50px; 
	height:52px; 
	margin-top:-27px;
	margin-left:100px;

}
/*Changement de couleur des éléments lorsqu'on sélectionne (focus) ou passe dessus (hover)*/
#formlogin input:hover, #formlogin input:focus
{
	background-color: #DDEECC;
	
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
</style>
