@charset "utf-8";
/* CSS Document */
BODY {
	background-color:#0f2f60;
	color:#FFFFFF;
	text-align: center; /* pour corriger le bug de centrage IE */
}
BODY,TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
LABEL {
	cursor:pointer;
}
DIV.erreur {
	color:#FF0000;
	font-weight:bold;
	text-align:left;
}
DIV.formulaire {
	width:800px;
	margin:auto;
}
DIV.question {
	font-weight:bold;
}
DIV.description {
	text-align:left;
}
FONT.etoile_obligatoire {
	color:#FF0000;
}
H1 {
	color:#f69503;
	margin:0px;
	margin-bottom:1em;
	text-align:center;
}
LEGEND {
	color:#f69503;
	margin-top:0.6em;
	margin-bottom:1em;
	font-weight:bold;
	font-size:1.2em;
}
FIELDSET {
	margin-bottom:1em;
	text-align:left;
}
HR {
	width:300px;
}
INPUT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
INPUT.text {
	width:250px;
}
INPUT.submit {
	border:2px outset#F69504;
	background-color:#F69504;
	color:black;
	font-weight:bold;
	margin-left:1em;
	cursor:pointer;
}
TEXTAREA {
	width:500px;
	height:80px;
}
A {
	color:#f69503;
	text-decoration:none;
}
A:hover {
	color:#f69503;
	text-decoration:underline;
}
DIV.info_redirection {
	font-size:0.8em;
	color:#f69503;
}
#Liste_Repondu {
	display:none;
	position:absolute;
	background-color:#0F2F88;
	border:2px solid #F69504;
	left:10px;
}
#La_Liste {
	overflow: auto;
	width:200px;
	height:400px;
}
#Liste_Bt_Close {
	text-align: right;
	width:194px;
	margin-top: 4px;
	height:18px;
}
.pair {
	background-color : #2043a4;
}