
#principal {
	height: 800px;
	width: 950px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50px;
}
#bandeau {
 	height: 100px;
	width: 950px;
	background-image:url(image/bandeau.jpg);
}
#milieu {
	height: 650px;
	width: 950px;
}
#menu {
	float: left;
	height: 670px;
	width: 150px;
	background-image:url(image/menu.jpg);
	}
#menu1
{
 width: 150px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 left: 0;


}
#menu1 li
{
 float: left;
 width: 140px;
 margin: 0;
 padding: 0;
 border: 0;
}
 #menu1 li a:link
 {
 text-align: center;
 font-family: "Arial", "Times New Roman", "serif";
 font-weight: bold;
 display: block;
 height: 40px;
 color: #006b00;
 background: transparent;
 margin: 0;
 text-decoration: none;
}
 #menu1 li a:visited
{
 	 text-align: center;
 font-family: "Arial", "Times New Roman", "serif";
 font-weight: bold;
 display: block;
 height: 40px;
  color: #006b00;
  text-decoration: none;
background-color: transparent;
}
#menu1 li a:hover { 
	 text-align: center;
 font-family: "Arial", "Times New Roman", "serif";
 font-weight: bold;
 display: block;
 height: 40px;
  color: #ffffff;
  text-decoration: none;
background-color: transparent; 
}
#menu1 li a:active {
 text-align: center;
 font-family: "Arial", "Times New Roman", "serif";
 font-weight: bold;
 display: block;
 height: 40px; 
  color: #006b00;
  text-decoration: none;
background-color: transparent;
 }
#texte {
	float: left;
	height: 670px;
	width: 800px;
	color: #006b00;
	font-size: 14px;
	font-style: normal;
	background-image:url(image/fond.jpg);
}
#pied {
	height: 30px;
	width: 950px;
	background-image:url(image/pied.jpg);
}
#pied a:link
{
color: #5F879D;
text-decoration: none;
}
#pied a:visited
{
color: #5F879D;
text-decoration: none;
}
#pied a:hover
{
color: #000000;
text-decoration: underline;
}
#pied a:active
{
color: #5F879D;
text-decoration: none;
}
