/* CSS Document */
.bordurehaut{
	  border: 1px solid #FFFFFF;
	  width:800px;
}
.baniere{
	background-image: url("ban_haut.jpg");
	background-repeat:no-repeat;
	position:center;
	height:120px;
	width:750px;
	}
.ecriture{
	color:white;
	text-align: right;
	font-family: Arial;
	font-size: 11px;

}
.ecriture2{
    color:blue;
	text-align: justify;
	font-family:Verdana;
	font-size: 11px;
}
.ecriture3{
    color:white;
	text-align: justify;
	font-family:Verdana;
	font-size: 12px;
}
.ecriture4{
    color:blue;
	text-align: justify;
	font-family:Verdana;
	font-size: 12px;
	outline:#000000;
}

	.inputbox {
	color:#0A6C3A;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height=8px;

	}
	.inputbutton {
	color:#004000;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height=8px;

	}
.menu{
text-decoration:none ; 
position:center;
color:white;
font-size: 12px;
border-right: 2px solid #369;
margin-left:8px;


}
.menu:hover{
text-decoration:underline ; 
position:center;
color:yellow;
font-size: 12px;
border-right: 2px solid #369;
margin-left:8px;

}
a{
text-decoration:none ;
color:#FFFFFF;
}
a:hover{
text-decoration:underline;
color:#FFFFFF;
}
.bar_actualite{
	  background-color:#FFCC00;
	  width:160px;
	  text-align:center;
	     color:black;
		 	font-family:Verdana;
	font-size: 11px;
}
.lien{
text-decoration:none ;
color:blue;
}
.lien:hover{
text-decoration:underline;
color:green;
}
.separateur{
	background-color:#00CC00;
	width:565px;
	height:2px;

}
.separateur_vertical{
	background-color:#00CC00;
	width:1px;
}