



a#accueil {
width:130px;
height:26px;
display:block;
background:url('../images/accueil.png');

}

#accueil:hover{
width:105px;
height:26px;
display:block;
color:red;
background:url('../images/accueil-hover.png');
}





a#billet{
width:119px;
height:36px;
display:block;
color:blue;
background:url('../images/produits.png');
}

#billet:hover{
width:119px;
height:36px;
display:block;
color:blue;
background:url('../images/produits-hover.png');
}


a#excursions{
width:150px;
height:26px;
display:block;
color:blue;
background:url('../images/personnel.png');
}

#excursions:hover{
width:150px;
height:26px;
display:block;
background:url('../images/personnel-hover.png');
}


a#location{
width:150px;
height:26px;
display:block;
color:blue;
background:url('../images/contact.png');
}

#location:hover{
width:150px;
height:26px;
display:block;
color:blue;
background:url('../images/contact-hover.png');
}

a#presentation{
width:120px;
height:35px;
display:block;
color:blue;
background:url('../images/presentation.png');
}

#presentaion:hover{
width:120px;
height:35px;
display:block;
color:blue;
background:url('../images/contact-hover.png');
}

a#assistance{
width:150px;
height:26px;
display:block;
color:blue;
background:url('../images/assistance.jpg');
}

#assistance:hover{
width:150px;
height:26px;
display:block;
color:blue;
background:url('../images/hover5.jpg');
}
a#facebook{
width:100px;
height:36px;
display:block;
color:blue;
background:url('../images/facebook.jpg');
}




