/* FORMULAIRE */
#contact {
	position: absolute;
	top: 10px;
	width: 375px;
	left: 465px;
	text-align: left;
}
#contact h2 {
	background-image: url(../images/titre_contact.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* CHAMPS */
.champs{
	width: 100%;
	background-color: #FDFBF5;
	border: 1px solid #006FA4;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #00496C;
}
.champs:focus{
	background-color: #EFF4FA;
	color: #00496C;
}
/* BOUTON */
.bouton{
	position: absolute;
	width: 85px;
	height: 22px;
	color: #006FA4;
	background-color: #EFF4FA;
	border: 1px outset #006FA4;
	left: 120px;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
}
.bouton:hover{
	background-color: #D9E4F2;
	color: #006FA4;
}
/* ACCESSIBILITE */
#accessibilite{
	position: absolute;
	top: 120px;
	width: 375px;
	left: 35px;
}
#accessibilite h2{
	background-image: url(../images/titre_accessibilite.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* EVALUATION */
#evaluation{
	position: absolute;
	top: 280px;
	width: 375px;
	left: 35px;
	height: 175px;
}
#evaluation h2{
	background-image: url(../images/titre_evaluation.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#notation{
	text-align: center;
	margin-top: 10px;
}
#notation img{
	cursor: pointer;
}
#message_mail_positive,#message_note_positive{
	position: absolute;
	top: 200px;
	left: 240px;
	width: 220px;
	height: 65px;
	color: #408080;
	background-color: #E2F1F1;
	border: 2px outset #408080;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-image: url(../images/information.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	text-align: left;
}
#message_mail_negative,#message_note_negative{
	position: absolute;
	top: 200px;
	left: 240px;
	width: 220px;
	height: 65px;
	color: #CC0000;
	background-color: #FFD2D2;
	border: 2px outset #CC0000;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-image: url(../images/erreur.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#b1, #b3{
	position: absolute;
	top: 53px;
	left: 110px;
	width: 60px;
	color: #408080;
	padding: 2px;
	background-color: #E2F1F1;
	border: 1px outset #408080;
	font-weight: bold;
	font-size: 10px;
}
#b2, #b4{
	position: absolute;
	top: 53px;
	left: 110px;
	width: 60px;
	color: #CC0000;
	padding: 2px;
	background-color: #FFE1E1;
	border: 1px outset #CC0000;
	font-weight: bold;
	font-size: 10px;
}
#b1:hover, #b3:hover{
	color: #408080;
	background-color: #D1E9E9;
	border: 1px outset #408080;
}
#b2:hover, #b4:hover{
	color: #CC0000;
	background-color: #FFB3B3;
	border: 1px outset #CC0000;
}