/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	display: none;
}
h2 {
	font-size: 1em;
	color: #003366;
	margin-top: 0px;
}
p {
	font-size: 0.9em;
}
div#logo{
	position: absolute;
	top:7px;
	left:10px;
	width:174px;
	height:66px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
div#barre{
	position: absolute;
	top:80px;
	left:0px;
	width:100%;
	height:25px;
	background: #003366;
}
div#formulaire{
	position: absolute;
	top:120px;
	left:10px;
}
.instructions{
	text-align: justify;
	width: 405px;
	padding: 15px;
	background-color: #ECEDFF;
	border: 1px dashed #003366;
}
div#reception{
	position: absolute;
	top:120px;
	left:10px;
}

input{
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
input:hover {
	background-color: #ECEDFF;
	border: 1px solid #003366;
}