html,body{
	margin: 0;
	padding: 0;
	background: #102376 url("/images/gradientbg.jpg") repeat-x;
}
#bandeauhaut{
background-image:url("/images/haut.gif");
height:83px;
width:770px;
}
#txtorange{
margin-left:175px;
padding-top:23px;
}
#txtorange a:hover{
font-weight:normal;
}

.txthaut {
font-size:11px;
font-family: verdana;
color:orange;
text-decoration :none;
}

.langues {
font-size:11px;
font-family:verdana;
color:#ffffff;
text-decoration:none;
}
.txtmenu {
font-family:arial;
}


#menu1 {
  font: bold 11px verdana;
  width:620px;
  padding:0; 
  margin:0 auto; 
  margin-left:147px;
  margin-top:17px;
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:118px;
  height:23px;
  padding-left:5px;
  background-image:url("images/boutonmenu_on.png");
  background-position: center right;
  background-repeat: no-repeat;
  }
#menu1 a {
  display:block;
  width:118px;
  color:#102376; 
  text-align:center; 
  padding-top:6px; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  height:23px;
  background-image:url("images/boutonmenu.png");
  background-position: center right;
  background-repeat: no-repeat;
  }



