/* --------------- menu --------------- */

#menu {
position: relative;
width: 950px;
height: 35px;
background: transparent url(../parisprm_imports/menu-bg.png) -3px 0 no-repeat;
}

#menu span {display: none;}

#menu a {
display: block;
float: left;
height: 35px;
}

#menu a.concept {
margin-left: 7px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-concept.png) 0 0 no-repeat;
}
#menu a.concept:hover, #menu a.conceptactive {
margin-left: 7px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-concept.png) 0 -35px no-repeat;
}

#menu a.concept_en {
margin-left: 7px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-concept.png) 0 0 no-repeat;
}
#menu a.concept_en:hover, #menu a.conceptactive_en {
margin-left: 7px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-concept.png) 0 -35px no-repeat;
}

#menu a.balades {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-balades.png) 0 0 no-repeat;
}
#menu a.balades:hover, #menu a.baladesactive {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-balades.png) 0 -35px no-repeat;
}

#menu a.balades_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-balades.png) 0 0 no-repeat;
}
#menu a.balades_en:hover, #menu a.baladesactive_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-balades.png) 0 -35px no-repeat;
}

#menu a.partenaires {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-partenaires.png) 0 0 no-repeat;
}
#menu a.partenaires:hover, #menu a.partenairesactive {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-partenaires.png) 0 -35px no-repeat;
}

#menu a.partenaires_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-partenaires.png) 0 0 no-repeat;
}
#menu a.partenaires_en:hover, #menu a.partenairesactive_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-partenaires.png) 0 -35px no-repeat;
}

#menu a.presse {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-presse.png) 0 0 no-repeat;
}
#menu a.presse:hover, #menu a.presseactive {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-presse.png) 0 -35px no-repeat;
}

#menu a.presse_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-presse.png) 0 0 no-repeat;
}
#menu a.presse_en:hover, #menu a.presseactive_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-presse.png) 0 -35px no-repeat;
}

#menu a.inscriptions {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-inscriptions.png) 0 0 no-repeat;
}
#menu a.inscriptions:hover, #menu a.inscriptionsactive {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-inscriptions.png) 0 -35px no-repeat;
}

#menu a.inscriptions_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-inscriptions.png) 0 0 no-repeat;
}
#menu a.inscriptions_en:hover, #menu a.inscriptionsactive_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-inscriptions.png) 0 -35px no-repeat;
}

#menu a.liens {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-liens.png) 0 0 no-repeat;
}
#menu a.liens:hover, #menu a.liensactive {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr-liens.png) 0 -35px no-repeat;
}

#menu a.liens_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-liens.png) 0 0 no-repeat;
}
#menu a.liens_en:hover, #menu a.liensactive_en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en-liens.png) 0 -35px no-repeat;
}



/* --- menu index ---- */

#menu-index {
position: relative;
width: 950px;
height: 35px;
}

#menu-index span {display: none;}

#menu-index a {
display: block;
float: left;
height: 35px;
}

#menu-index a.fr {
margin-left: 321px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr.png) 0 0 no-repeat;
}
#menu-index a.fr:hover {
margin-left: 321px;
width: 151px;
background: transparent url(../parisprm_imports/menu-fr.png) 0 -35px no-repeat;
}

#menu-index a.en {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en.png) 0 0 no-repeat;
}
#menu-index a.en:hover {
margin-left: 6px;
width: 151px;
background: transparent url(../parisprm_imports/menu-en.png) 0 -35px no-repeat;
}


