@charset "utf-8";
/* css Document */

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000099;
}

body {
	background: url(../Photos/bdfdmenuhaut.jpg) no-repeat left top;
}

#Bandeau {
	float:left;
	width:100%;
    line-height:normal;
    }
	
#Bandeau ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
	
#Bandeau li {
  float:left;
  background:url(left_both.gif)
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }

#Bandeau a {
/* Pour IE Mac uniquement \*//*/  
    float:left;
/**/
  display:block;
  width:.1em;
  background:url("right_both.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  
#Bandeau #current {
  background-position:0% -150px;
  border-width:0;
  }
  
#Bandeau #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
  
#Bandeau li:hover, #Bandeau li:hover a {
  background-position:0% -150px;
  color:#333;
  }
  
#Bandeau li:hover a {
  background-position:100% -150px;
  }
  
#Bandeau > ul a {width:auto;}

#Layer1 {
	position:absolute;
	width:220px;
	height:45px;
	z-index:2;
	left: 0;
	top: 0;
	visibility: visible;
}
#Layer3 {
	position:absolute;
	width:98%;
	height: 30px;
	z-index:1;
	left: 0;
	top: 150;
}

