/*************/
/**  GENERAL  **/
/*************/

body {
	font-family : Helvetica Neue, Arial, sans-serif;
	font-size : 12px;
	color : #333333;
	background-color : #e0e5f0;
	background-image:url('../img/fond_comite_sully.jpg');
	background-repeat:repeat-x;
}

body, img, form, table { border: 0px; margin: 0px; padding: 0px; }

a {
	font-family : Helvetica Neue, Arial, sans-serif;
	font-size : 12px;
	color : #000099;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}


/**************************/
/**  BOX D'AUTHENTIFICATION  **/
/**************************/

#authentification_titre {
	position : relative;
	padding : 10px 0px 10px 40px;
	background-color : #ffffff;
	border-bottom : 2px solid #DBE0CB;

	font-family : Helvetica Neue, Arial, sans-serif;
	font-size : 28px;
	font-weight : normal;
	color : #254b9c;
	text-decoration : none;
	letter-spacing : -1px;
}

#authentification_logo {
	margin : 20px 0px 0px 40px;
	background-color : #FFFFFF;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
}

#authentification_box {
	width : 300px;
	margin-top : 150px;
	padding : 20px 0px 20px 0px;
	background-color : #ffffff;

	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;

	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #254b9c;
	text-decoration : none;
}


#authentification_box .sous_titre {
	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #254b9c;
	text-decoration : none;
}

#authentification_box .lien {
	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #254b9c;
	text-decoration : none;
}

#authentification_box .lien:hover {
	text-decoration : underline;
}


#authentification_box input {
	width : 220px;
	height : 21px;
	border : 1px solid #DDDDDD;
	background-color : #e0e5f0;
	padding : 4px 10px 0px 10px;
	margin-top : 2px;
	border-radius : 24px;
	-moz-border-radius : 24px;
	-webkit-border-radius : 24px;

	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #343434;
}


#authentification_box input:focus {
	outline : none;
}

#authentification_box .input_submit {
	width : 120px;
	height : 25px;
	border : 0px solid #C7C7C7;
	padding-bottom : 5px;
	background-color: #254b9c;
	border-radius : 24px;
	-moz-border-radius : 24px;
	-webkit-border-radius : 24px;

	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

#authentification_box .input_submit:hover {
	background-color : #999999;
}


#authentification_erreur {
	padding-bottom : 15px;

	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

#authentification_confirmation {
	padding : 0px 20px 15px 0px;

	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
