/* CSS page ACCEUIL */
 
body {
  background: rgb(203,40,31);
  background-repeat : no-repeat;
  background-position : left;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 80%;
  font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;
  }
  
#page {
  width: 752px;
  height : 552px;
  background-image : url(../images/sponsor_e.jpg) ;
  background-repeat : no-repeat;
  position : absolute;
  padding : 0 0 0 0;
  left : 50%;
  top : 30px;
  margin-left: -376px; /* moitié de la largeur de l'image */
  /*margin-top: -276px; /* moitié de la hauteur de l'image */
  }
  
#textm{
  position : absolute;
  top: 430px;
  left: 250px;
  font-family : Century Gothic;
  }
  
#urlm{
  position : absolute;
  top : 410px;
  left : 400px;
  }
  
#f  a {
  position : absolute;
  top: 60px;
  left : 655px;
  color : black;
  text-decoration : none;
  font-size : 80% ;
  font-family : Century Gothic;
  }
  
#f a:hover {
  color : rgb(203,31,40);
  text-decoration : underline;
  font-family : Century Gothic;
  font-size : 80%;
  }
  
#e  a {
  position : absolute;
  top: 60px;
  left : 705px;
  color : black;
  text-decoration : none;
  font-size : 80% ;
  font-family : Century Gothic;
  }
  
#e a:hover {
  color : rgb(203,31,40);
  text-decoration : underline;
  font-family : Century Gothic;
  font-size : 80%;
}

#amadeus a{
  position:absolute ;
  top : 210px;
  left : 250px;
  text-decoration: none;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;
  }
  
#airbus a{
text-decoration : none;
  position:absolute ;
  top :100px;
  left:250px;
border : 3px solid rgb(94,170,95);
padding : 2px 2px 2px 2px ;
  }
  
#embraer a{
text-decoration : none;
  position:absolute;
  top: 300px;
  left: 250px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;
  }
  
#bombardier a{
text-decoration : none;
  position : absolute;
  top: 220px;
  left: 492px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;
  }

#boeing a{
text-decoration : none;
  position : absolute;
  top: 108px;
  left: 590px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;
  }

#hahn a{
text-decoration : none;
  position : absolute;
  top: 300px;
  left: 550px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;
  }
  
#rolls a{
text-decoration : none;
  position: absolute;
  top:200px;
  left:250px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ;}
    
#ge a{
  text-decoration : none;
  position : absolute;
  top:100px;
  left:640px;
  border : 3px solid rgb(94,170,95);
  padding : 2px 2px 2px 2px ; 
  }
  
#ge a:visited{
  text-decoration : none;
}
  
#menu {
  position : absolute ;
  top : 31px;
  left :161px;
  width : 650px;
  color: rgb(203,31,40) ;
  list-style-type: none;
  text-align : center;
  font-size : 70%;
  margin: 0;
  padding: 0;
  border: 0;
}

#menu li {
  float: left;
  display:block; 
  width : 89px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  text-decoration: none;
}

#menu li a:link, #menu li a:visited
{
 display: block;
 height: 14px;
 color: #FFF;
 background: rgb(203,31,40);
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}

#menu li a:hover { 
  background-color: white;
  color : rgb(203,31,40);
  }

#menu li a:active { background-color: #5F879D; }


  
