.champ_passif{
	color:					silver;
	font-style:				italic;
}
.login_input{
	font-size:				15px;
	width:					144px;
}
.submit{
	font-size:				11px;
	width:					40px;
}


a{
	color:					gray;
	text-decoration:		none;
}

a:hover{
	color:					silver;
}

.error{
	color:					red;
}

.input_error{
	border:					solid 2px red;
	background-color:		#FFE8E9;
}

h1, h2{
	margin-top:				0;
}

#evenement_date{
	background-image:		url(../administration/images/icone_calendrier.jpg);
	background-position:	right;
	background-repeat:		no-repeat;
	cursor:					auto;
}

