/**
 * @version $Id$
 * @author IVèS
 * @copyright Copyright (C) 2006 - 2008 IVèS
 * Style specifique à la page d'index
 */
 .left 
 {
 	background-image:url(../images/commun/08plein_small.gif);
 }
/*  ####################   Formulaire   #####################  */
form.login {
	color: #000000;
	font-size: 1.1em;
	margin: 0px;
	padding:0px;
}
form.login p {
	clear: both;
	font-size: 1.4em;
	text-align:right;
	font-weight:normal;
}
form.login p a {
	color: #fff;
	text-decoration:underline;
}
form.login p a:hover, form.login p a:active, form.login p a:focus {
	color: #8CC341;
	background-color: #fff;
	text-decoration: none;
}
form.login label {
	color: #000;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 2px 2px 0 2px;
}

#login_area 
{
	position:relative;
    margin: 10px auto;
    text-align:center;
    align:center;
    width:100%;
}

#login_area a {
	text-align: center;
	font:0.7em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}

#login_area a:hover, a:active, a:focus {
	color:#000000;
}

#login_area fieldset 
{
	position:relative;
	margin:auto;
	text-align:center;
	padding:10px;
	border:none;
}

#login_area p.errormsg{
	color:#FF0000;
	/*Le arial ne passe pas en bold sous IE*/
	font-weight:bold;
	font-size:1.1em;
	padding:0;
	text-align:center;
}

#login_area p.authent {
	color:#FFFFFF;
	text-align:center;
	font-size:1.2em;
	padding:0px;
}

#login, #pwd 
{
	position:relative;
	background: url(../images/commun/saisie.png) no-repeat;
	clear:both;
	width:202px;
	height:30px;
	border:none;
	padding: 0px;
}
#ident_password, #ident_email
{
       	font-size:1.1em;
       	font-weight: bold;
		position:relative;
		clear:both;
		width:200px;
		height:22px;
		border:none;
		padding: 4px 0 0 0;
	    margin: auto !important; 
       
}
#login_area form .authent_login
{
		background: left url(../images/fr/auth_login.gif) no-repeat; 
}
#login_area form .authent_passwd
{
		background: left url(../images/fr/auth_passwd.gif) no-repeat;
}

#login_area form .authent_login_on, #login_area form .authent_passwd_on
{
	background: left #ffffff no-repeat;
	font-size:1.3em;
}

#oublie 
{
	width:200px;
	text-align:left;
}