.bas_page {

  clear:both;
  width:100%;
  height:30px;
  background-image:url('../images/bas.png');
  background-repeat:no-repeat;

}

.menu_bas { 

  margin-left:280px;   
  font-family:Trebuchet MS, arial;   

}

.menu_bas li {

  float:left;
  list-style-type:none;
  width:150px;
  height:30px;
  text-align:center;


}

.menu_bas li a {

  line-height:30px;
  text-decoration:none;
  color:rgb(255,255,255);
  


}

.menu_bas li a:hover {

  font-weight:bold;

}

#liens {
  margin-top:3px;
  margin-right:30px;
  float:right;
  height:25px;
  
}

#liens a:hover {

  margin-right:20px;
  float:right;
}

