/*************/
/**  GENERAL  **/
/*************/

body {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #333333;
}

body, img, form, table { border: 0px; margin: 0px; padding: 0px; }

a {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #000099;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}


/**************************/
/**  BOX D'AUTHENTIFICATION  **/
/**************************/

#authentification_box_logo {
	z-index : 0;
	position : relative;
	width : 480px;
	margin : 0px;
	padding : 130px 0px 5px 0px;
	background : transparent url('/img/authentification_entete.png') no-repeat center top;
}

#authentification_box {
	z-index : 0;
	position : relative;
	width : 480px;
	height : 230px;
	margin : 0px;
	padding : 20px 0px 50px 0px;
	background : transparent url('/img/authentification_corps.png') repeat-y center bottom;

	font-family : Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	text-decoration : none;
}


#authentification_box .txtBlanc {
	font-family : Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

#authentification_box .txtGris {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	color : #444444;
	text-decoration : none;
}

#authentification_box .txtGris:hover {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
}


#authentification_box .input_text {
	width : 230px;
	height : 22px;
	border : 0px;
	background : transparent url('/img/champ_gauche.png') no-repeat left top;
	padding : 4px 0px 0px 5px;

	font-family : Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #333333;
}

#authentification_box .input_text_fin {
	background : transparent url('/img/champ_droite.png') no-repeat right center;
	padding-right : 5px;	
}

#authentification_box .input_submit {
	width : 145px;
	height : 32px;
	border : 0px;
	background : transparent url('/img/bouton_se-connecter_off.png') repeat-x left bottom;
	padding : 0px 10px 4px 10px;

	font-family : Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : none;
}

#authentification_box .input_submit:hover {
	background : transparent url('/img/bouton_se-connecter_on.png') repeat-x left bottom;
}

#authentification_box .input_submit:active {
	background : transparent url('/img/bouton_se-connecter_actif.png') repeat-x left bottom;
}


#authentification_box .input_text:focus, #authentification_box .input_submit:focus {
	outline : none;
}


#authentification_erreur {
	padding-bottom : 15px;

	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

#authentification_confirmation {
	padding-bottom : 15px;

	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #009900;
	text-decoration : none;
}


/***************/
/**  COPYRIGHT  **/
/***************/

#copyright {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
}

#copyright .powered_by {
	font-family : Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #7C7C7C;
	text-decoration : none;
}
