/* auteur: Nadim Saikali */
/* Date de création: 15/04/2008 */
html { overflow: hidden; }

body {
    border: 0px;
    padding: 0px;margin: 0px;
    background-color: #000000;
    height: 100%;
}

#main {
    position: absolute;
    height: 100%;
    width: 100%;
}

#maincontainer {
    position: absolute;
    margin-top: -285px;margin-left: -475px;
    top: 50%;left: 50%;
    width: 950px;height: 570px;
}

h1.prehome {
    position: absolute;margin: 0px;
    width: 950px;height: 570px;
    background-position: center top;
    background-image: URL(http://media.ysl-parfums.com/layout/prehome/frise-home.jpg);
    background-repeat:no-repeat;
/*  background-color: yellow;*/
}

div#centralLogo {
    width:94px;
    height:183px;
    background:url(http://media.ysl-parfums.com/layout/prehome/logo-cassandre.jpg) center center no-repeat;
}

#menuzone {
    position: absolute;
    top: 346px;
    left: 250px;
    color: #FFFFFF;
    font-family: Arial;
    height: 190px;
    overflow:visible;
}

#menuzone #menu {
    padding: 0px;margin: 0px;
    font-size: 12px;
}

#menuzone #menu li {
    padding: 0px;margin: 0px;
    margin-right: 25px;padding-left: 7px; /* pour afficher la puce */
    margin-top:80px;
    float: left;
    list-style-type: none;
    font-size: 12px;font-weight: bold;letter-spacing: 1px;
    background: URL(../_img/fleche1.gif) top left no-repeat;
    cursor: pointer;
    height: auto;
/*  border: 1px solid blue;*/
}

#menuzone #menu li ul{
/*  clear: both;*/
    position: absolute;
    display: none;
    padding: 0px;margin: 0px;margin-top: 10px;
    font-size: 10px;
/*  border: 1px solid red;*/
/*  overflow: hidden;*/
}

#menuzone #menu li ul li {
    clear: both;
    padding: 0px;margin-top: 0px;
    font-size: 11px;font-weight: normal;
    line-height: 20px;
    list-style-type: none;
    background: transparent;
    height: 20px;
}

#menuzone #menu a {
    font-size: 11px;font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

#menuzone #menu a:hover {
    color: #F5D280;
}

.nodisplay {
    display: none;
}

#menuzone #menu li.mouseon {
    color: #F5D280;
    background: URL(../_img/fleche2.gif) top left no-repeat;
}

#menuzone #menu li.siteext {
    width: 200px;
    min-width:200px;
    overflow:auto;
}

a.disabled {
  display:none;
}