#en_tete
{   
   width: 800px;
   height: 1018px;
   background-image: url("images/drens2.jpg");
   background-repeat: no-repeat;
   position: absolute;
   margin-bottom: 1px;
}
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}
.menu
{
	display: block;
	/*background-image: url("images/bouton_a.gif");*/
	width : 300px;
	height: 20px;
	position: absolute;
	left: 240px;
	top : 910px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : yellow;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.menu2
{
	display: block;
	/*background-image: url("images/bouton_a.gif");*/
	width : 300px;
	height: 20px;
	position: absolute;
	left: 240px;
	top : 940px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : yellow;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.menu3
{
	display: block;
	/*background-image: url("images/bouton_a.gif");*/
	width : 80px;
	height: 20px;
	position: absolute;
	left: 80px;
	top : 540px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : yellow;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.menu4
{
	display: block;
	width : 280px;
	height: 20px;
	position: absolute;
	left: 260px;
	top : 970px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : yellow;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.menu5
{
	display: block;
	width : 280px;
	height: 20px;
	position: absolute;
	left: 260px;
	top : 1000px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : yellow;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

.libel1
{
	display: block;
	width : 805px;
	height: 20px;
	position: absolute;
	left: 5px;
	top : 1030px;
	/*text-align: center;
	line-height : 120px; */
	color: red;
	background-color : white;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

