div#nav { /* bloc d'options */
      	position:relative;
      	z-index:15;
      	float: right; 
      	margin: 0px 0 0 0em;
      	padding: 0 0px 0 0;
      	border: 0px solid red;
      	background-color: #FFFFFF;
      	width: 100%;
}

ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
}

ul#menu{ /* ligne d'options */
  margin:0px;
  padding:0px;
  list-style:none;
  width:894px;
  background:#FFFFFF;
  float:left;
  font:11px Arial;
  font-weight: bold;
}

ul#menu hr{
 padding-right: 4px;
 padding-left: 4px;
 color: #CADCF0;
 height:1px;
}


ul#menu li{
  float:left;
  display:block;
  padding-left:0px;  /*REPASSER A  0 SI PBME DE TAILLE */
}


ul#menu li.first{
  padding-left:0px;
}

ul#menu li.last{
  padding-right:0px;
}

ul#menu li a{
  display:block;
  padding:0px 0px; /* écartement entre 2 blocs */
  border:0px solid #CCCCCC;
  color:#009900;
  text-decoration:none
}


ul#menu li a:hover{
  border-top-color:#F0F0F0;
  border-left-color:#F0F0F0;
  border-right-color:#999999;
  border-bottom-color:#999999;
}


ul#menu ul{
  position:absolute;
/*  background:#FFFFFF url(images/fond_menu.gif) repeat-y -173px 0%; */
  background:#FFFFFF;
  list-style:none;
  margin:0px;
  padding:0px;
  width:180px; /* taille du fond des sous-menu */
  z-index:16;
}


ul#menu ul ul{
  top:0px;
  left:180px;
  z-index:17;
}

ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display:inline;
}

ul#menu ul li a{
  display:block;
  margin:0px;
  padding:0px;
  width:180px; /* taille des lignes LI */
  border:none;
  border-bottom: 1px solid #CADCF0;
}

ul#menu ul li a span{
  display:block;
  width:168px; /* taille du bloc de sélection */
  padding:2px 6px;
  margin:0px 2px;
  border:none;
  cursor:hand;
}
ul#menu ul li a.next span{
  background:url("../images/fleche.gif") no-repeat 0% 50%;
}
ul#menu ul li a.next:hover span{
  background-position: -160px 50%;
}

ul#menu ul li a:hover span{
  background-color:#CADCF0;
  color:#183D67;
  border:none;
}

ul#menu ul li.first{
  padding-left:0px;
}

ul#menu ul li.first a{
  padding-top:2px;
/*	background:url(images/fond_menu.gif) no-repeat -346px 0%; */
  background:#FFFFFF;
}


ul#menu ul li.last{
  padding-right:0px;
}

ul#menu ul li.last a{
  padding-bottom:2px;
/*  background:#FFFFFF url(images/fond_menu.gif) repeat-y -173px 0%;  */
  background:#FFFFFF;
}


/************* ROLLOVERS NAVIGATIONS **************/

/* ACCUEIL */
a#navAccueil {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_05.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navAccueil {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_05.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navAccueil:hover {
    background: url("images/modele/francais/page_05bis.jpg") no-repeat 0 0 ;

  }
  
a#navAccueilSelected {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_05.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navAccueilSelected {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_05.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
  
  
/* Vente */
a#navVente {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_06.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navVente {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_06.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navVente:hover {
         	background: url("images/modele/francais/page_06bis.jpg") no-repeat 0 0 ;

  }
a#navVenteSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_06.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navVenteSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_06.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }


/* LOCATION */
a#navLocation {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_07.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navLocation {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_07.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navLocation:hover {
         	background: url("images/modele/francais/page_07bis.jpg") no-repeat 0 0 ;

  }
a#navLocationSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_07.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navLocationSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_07.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }


/* VIAGER  */
a#navViager {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_08.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navViager {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_08.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navViager:hover {
         	background: url("images/modele/francais/page_08bis.jpg") no-repeat 0 0 ;

  }
a#navViagerSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_08.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navViagerSelected {
  	width: 87px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_08.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }

/* ADMINISTRATION */
a#navAdministration {
  	width: 141px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_09.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navAdministration{
  	width: 141px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_09.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navAdministration:hover {
         	background: url("images/modele/francais/page_09bis.jpg") no-repeat 0 0 ;

  }

a#navAdministrationSelected {
  	width: 141px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_09.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navAdministrationSelected {
  	width: 141px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_09.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
  
/* SERVICE TRANSFERTS */
a#navTransferts {
  	width: 160px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_10.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navTransferts{
  	width: 160px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_10.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navTransferts:hover {
         	background: url("images/modele/francais/page_10bis.jpg") no-repeat 0 0 ;

  }

a#navTransfertsSelected {
  	width: 160px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_10.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navTransfertsSelected {
  	width: 160px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_10.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
  
/* GALERIE D'ARTISTES */
a#navGalerie {
  	width: 162px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_11.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navGalerie{
  	width: 162px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_11.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navGalerie:hover {
         	background: url("images/modele/francais/page_11bis.jpg") no-repeat 0 0 ;

  }

a#navGalerieSelected {
  	width: 162px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_11.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navGalerieSelected {
  	width: 162px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_11.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
  
/* CONTACTS */
a#navContacts {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_12.jpg") ; 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navContacts{
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
  	background: url("images/modele/francais/page_12.jpg"); 
  	background-repeat: no-repeat;
  	font-size:0px;
  	text-decoration:none;
  }
a#navContacts:hover {
         	background: url("images/modele/francais/page_12bis.jpg") no-repeat 0 0 ;

  }

a#navContactsSelected {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_12.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }
* html a#navContactsSelected {
  	width: 85px; /* largeur de l'image image reactive */
  	height: 31px; /* hauteur de l'image image reactive */	
         	background: url("images/modele/francais/page_12.jpg") no-repeat 0 0 ;
  	font-size:0px;
  	text-decoration:none;
  }