/* MENU DE NAVIGATION */

#nav{
  height:50px;
  display: block;
  margin-top: 0px;  
  position: absolute;
  top: 120px;
  left: 50px;
  font: 10px Verdana,Arial,Helvetica,sans-serif;
}

#nav li{
  display: inline;
}

#nav a{
  color: black;
  text-decoration: none;
  font-style: bold;  
}

#nav a:hover{
  color: red;
}


/* MENU PRINCIPAL */

#menu_p{
  height:50px;
  display: block;
  position: absolute;
  top: 90px;
  left: 50px;
}

#menu_p li a{
  text-decoration: none;
  color: white;  
  font-weight: bold;
}

#menu_p li {
  float: left;
  height: 15px;
  width: 140px;
  display: block;
  background: #c05050;
  margin-right: 15px;
  text-align: center;
  border: 1px inset green;
  font: 11px Verdana,Arial,Helvetica,sans-serif;
}
#menu_p a{
}

#menu_p a:hover{

}

#menu_p img{
  border: 0;
  width: 100%;height: 100%;
}

#menu_p span{
  display: block;
}

#menu_p_visite_guidee a{
}

#menu_p_visite_guidee a:hover{
}

.image_remplacement{
  display: block;
}

/* MENU SECONDAIRE */

#menu_secondaire dl, dt, li {
margin: 0;
padding: 2px 00px 0px 10px;
list-style-type: none;
}	 

#menu_secondaire dd, ul {
margin: 0;
padding: 00px 00px 0px 00px;
list-style-type: none;
}

#menu_secondaire .titre_menu_secondaire{
  /*float: left;
  height: 55px;*/
  width: 178px;
  display: block;
  /*background: #c05050;*/
  background: white;
  color: black;
  padding: 0;
  /*margin-right: 15px;*/
  text-align: center;
  border: 1px inset black;
  font: 11px Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  /*color: white;*/
}

#menu_secondaire a {
color: #000;
text-decoration: none;
display: block;
}

/* item de cat?gorie */
#menu_secondaire dt {
cursor: pointer;
margin-top: 10px;		 
width: 168px;
/*height: 20px;*/
line-height: 0px;
text-align: left;
background: #1D5C91;
color: white; 
font: 12px Verdana,Arial,Helvetica,sans-serif; 			 
}
#menu_secondaire dt a {
color: white;
text-decoration: none;
display: block;
}
#menu_secondaire dt a:hover { 
background: yellow;
}

/* items */
#menu_secondaire ul { /* pour effacer le bug IE ... */
  background: #DADBD3;
  width: 158px;
}
#menu_secondaire li {		  
  display: block;
  width: 158px;
  /*height: 18px;	   */
  margin-top: 0px;
  background: #DADBD3;
  padding: 2px 0px 0px 20px;
  text-align: left;
  color: black;
  text-decoration: none;
}
#menu_secondaire li a:hover {
background: #eee;
}
#menu_secondaire li.bas{
    height: 10px;
    background-color: #DADBD3;
    /*background-image: url(./images/menu_bas.gif);
    background-repeat: no-repeat;*/
}