/* auteur: Nadim Saikali */
/* Date de création: 15/04/2008 */
/*html { overflow: hidden; }*/
body {
    border: 0px;
    padding: 0px;margin: 0px;
    background-color: #FFFFFF;
    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;
}
#logo {
    margin-top: 0; /* 7px*/
    text-align: center;
    background:url(http://media.ysl-parfums.com/layout.white/_img/logo_prehome.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    width:100%;
    height:68px;
    position:absolute;
    top: 0; /* -20px */
}

h1.prehome {
    position: absolute; margin: 0px;  top: 80px; 
    width: 100%;
	height: 550px;
    background-position: center top;
    background-image: URL(http://media.ysl-parfums.com/layout.white/_img/frise-home.jpg);
    background-repeat:no-repeat;
/*  background-color: yellow;*/
}
#menuzone {
    position: absolute;
    top: 470px; 
    left: 240px;
    width: 670px;
    color: #4d4d4d;
    font: normal 11px Arial, Helvetica, sans-serif;
    height: 40px;
    overflow:visible;
    margin : 20px;
}

#menuzone #menu {
    padding: 0px;margin: 0px;
    font-size: 12px;
}

#menuzone #menu li {
    padding: 0px;   margin: 0px;
    margin-right: 50px; /*padding-left: 7px;  pour afficher la puce */
    margin-top:10px;
    float: left;
    list-style-type: none;
    font-size: 14px;    /*font-weight: bold;*/  letter-spacing: 2px;
    /*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: 5px;
    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: #4d4d4d;
    text-decoration: none;  margin-left: 4px;
}

#menuzone #menu a:hover {
    color: #cfa056;
}
/*div#centralLogo {    width:94px;    height:183px;    background:url(http://media.ysl-parfums.com/layout/prehome/logo-cassandre.jpg) center center no-repeat;}*/
.nodisplay {
    display: none;
}

#menuzone #menu li.mouseon {
    color: #cfa056;
    /* background: URL(../_img/fleche2.gif) top left no-repeat; */
}

#menuzone #menu li.siteext {
    width: 200px;
    min-width:200px;
    overflow:auto;
}

a.disabled {
  display:none;
}
