/* CSS Document */
*{
	/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body {
	background-color: #FFFFF;
	text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.saisie_form {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.bandeauhaut {
	max-width: 100%;
	height: 15px;
	display: block;
	background-color: #c90a1e;
	margin-bottom: 30px;
}
.bandeaumilieu {
	max-width: 100%;
	height: 65px;
	display: block;
	background-color: #c90a1e;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	font-size: 24px;
	padding: 5px;
	margin-top: 20px;
}
.bandeaubas {
position: absolute; 
bottom: 0; 
left: 0; 
right: 0;
background-color: #c90a1e;
height: 15px;
}

a:link {
	text-decoration: none;
	color: #c90a1e;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

p {
	margin-bottom: 5px;
}
