/* @charset "utf-8"; */
/* CSS Document */

/************************
*       RESET
************************/
* { margin: 0; padding: 0; border: 0; list-style-type: none; text-decoration: none; }

/************************
*       GENERAL
************************/
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color:#000000;
    margin:0;
    padding:0;
    color:#FFFFFF;

}

html, body {
    height: 100%;
}

/*
#site {
    overflow: auto;
    height: 100%;
    /*background: url(../images/fontest.JPG) top center no-repeat;*/
/*}
*/

#conteneur{
    /*width: 975px;*/
    width: 100%;
    margin: 0 auto;

}

img{
    border:none;
}

b {
    color: #E4CDDC;
}

a {
    cursor: pointer;
}

/************************
*       FLASH
************************/
#intro{
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/************************
*       ENTETE
************************/
#entete{
    width:947px;
    height:550px;
    margin:0 auto;
    /*padding: 0 10px;*/
}


/************************
*       MENU
************************/
#entete #menu #transparence{
    width:263px;
    height: 100%;
    position:absolute;
    top:0;
    z-index:-1;
    background-color:#000000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
    /*min-height: 0;
    zoom:1;*/
}

#entete #menu {
    width: 263px;
    margin:0;
    position:absolute;
    z-index:1;
    /*display:none;*/
    /*background-color:#000;*/
    /*background: url(../images/fond-menu.png);*/
}

/* hack IE6 (beurk) */
* html #entete #menu {
    background-color:#000;
    background-image: none;
}

#entete #menu dd{
    margin:0;
    padding: 15px 0;
    /*display:none;*/
}

#entete #menu dd ul{
    margin:18px 0 18px;
    padding:0;
    list-style: none;
}

#entete #menu dd ul li{
    margin:0;
    padding:0;
    height:48px;
    overflow: hidden;
    cursor: pointer;
}

#entete #menu dd ul li a{
    display:block;
    height: 48px;
    text-decoration:none;
    text-align:center;
}

#entete #menu dd ul li a span {
    display: none;
}

/************************
*       ITEMS DU MENU
************************/
#entete #menu dd ul li a {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    height: 28px;
    display:block;
    margin: 10px;
}

#entete #menu dd ul li#menuIEUFP a      { background-position: 0 -49px; }
#entete #menu dd ul li#menuSVP a        { background-position: 0 -97px; }
#entete #menu dd ul li#menuPIEA a       { background-position: 0 -145px; }
#entete #menu dd ul li#menuVAHP a       { background-position: 0 -193px; }

#entete #menu dd ul li#menuIEUFP a.hover,
#entete #menu dd ul li#menuIEUFP a:hover{ background-position: -263px -49px; }
#entete #menu dd ul li#menuSVP a.hover,
#entete #menu dd ul li#menuSVP a:hover  { background-position: -263px -97px; }
#entete #menu dd ul li#menuPIEA a.hover,
#entete #menu dd ul li#menuPIEA a:hover { background-position: -263px -145px; }
#entete #menu dd ul li#menuVAHP a.hover,
#entete #menu dd ul li#menuVAHP a:hover { background-position: -263px -193px; }

#entete #menu dd ul li#menuIEUFP a.selected { background-position: -526px -49px; }
#entete #menu dd ul li#menuSVP a.selected   { background-position: -526px -97px; }
#entete #menu dd ul li#menuPIEA a.selected  { background-position: -526px -145px; }
#entete #menu dd ul li#menuVAHP a.selected  { background-position: -526px -193px; }

#entete #menu dd ul li p{
    text-align:center;
    color:#756c71;
    padding: 0 15px;
}

/************************
*       CONTENU
************************/
#entete #contenu{
    width:684px;
    height:432px;
    padding:0;
    margin:119px 0 0;
    float:right;
    /*overflow:auto;

    float:left;
    margin:119px 0 0 263px;
    */
    /*background-color:#CCCCCC;*/
}

/************************
*       SOUS-MENU
************************/
#sousmenu{
    width:100%;
    /*margin: 0 auto;*/
    padding:10px 0 30px 0;
    clear:right;
    text-align:center;
    background-color:#000000;

}

#sousmenu ul{
    margin: 0 /*0 0 260px*/;
}


#sousmenu ul li{
    display: inline;
    margin: 0 15px;
}

#sousmenu ul li a{
    color:#FFFFFF;
    text-decoration:none;
    /* text-transform:lowercase;
    font-size:0.9em; */
}


#sousmenu ul li a:hover{
    color:#FFDFEF;
}

#sousmenu ul li a.selected{
    color:#FFDFEF;
    font-weight: bold;
}


/************************
*       PIED
************************/
#pied{
    position: absolute;
    width: 100%;
    margin: 0;
    padding:50px 0 0 0;
    background: #000;
    background-image: url(../images/logo_ysl_footer.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align:center;

}

#pied ul{
    margin:0;
    padding:0;
    list-style:none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #766a72;
}

#pied li{
    display:inline;
    margin: 0 15px;
}

#pied li a{
    color:#766a72;
    text-decoration:none;
}

#pied li#son{
    position: relative;
    top: 6px;
}




/* langue FR : street marketing perime */
html.lang_fr #sousmenu ul li#street_marketing{display:none;}

/* langue RU : pas de page d'inscription */
html.lang_ru #membre_inscription {display:none;}
