﻿#grand_menu
{
    position: relative;
    height: 300px;
}

#baniere
{
    position: absolute;
    height: 100px;
    width: 900px;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #62113A;
}

#baniere img
{
    margin: 23px 0 0 40px;
}

#titre_menu
{
    position: absolute;
    height: auto;
    right: 20px;
    bottom: 20px;
    font-size: 35px;
    font-variant: small-caps;
    color: #968055;
    font-family: Arial;
}

#diapo
{
    position: relative;
    top: 10px;
    height: 280px;
}

#diapo img
{
    position: absolute;
    left: 0px;
    display: none;
}

#diapo .image
{
    display: block !important;
    bottom: 25px;
}

#menu
{
    background-image: url("../User/images/StaticImages/barre_menu.jpg");
    position: absolute;
    bottom: 10px;
    height: 20px;
    width: 900px;
    left: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

#menu ul
{
    list-style-type: none;
}

#menuDeroulant
{
    position: inherit;
    bottom: 0px;
    width: 900px;
    height: 30px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    
}

#menu1{
    width: 210px;
}

#menu1 div
{
    width: 170px;
    left: 15px;
}

#menu2
{
    width: 90px;
}

#menu2 div
{
    width: 80px;
    left: 210px;
}
#menu3
{
    width: 190px;
}
#menu3 div
{
    width: 150px;
    left: 320px;
}
#menu4
{
    width: 90px;
}
#menu5
{
    width: 180px;
}
#menu5 div
{
    width: 130px;
    left: 590px;
}
#menu6
{
    width: 130px;
}
#menu6 div
{
    width: 160px;
    left: 730px;
}
.separation
{
    width: 1px;
    height: 13px;
    margin: 13px 0 0;
    background-color: #E1037A;
}
.separation, .menu
{
    float: left;
}
.menu
{
    padding-top: 10px;
    margin: 0 auto;
    height: 20px;
    margin-left : 0px;
}

.menu a
{
    font-family: helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #62113A;
    font-size: 10px;
}
.menu a:hover
{
    color: #E1037A;
}
#menuderoulant .menu:hover .smenu
{
    display: block;
    float: left;
    margin-left : 0px;
}
#menuderoulant .menu
{
    display: block;
    float: left;
    margin-left : 0px;
}

.sousmenu
{
    position: absolute;
    color: #888;
    display: none;
    bottom: 30px;
    background-color: #eeeeee;
    height: 0px;
    text-align: left;
    -moz-opacity: 0,80;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10;
    overflow : hidden;
    padding-left : 5px;
}
.sousmenu a
{
    color: #888;
}
.ombre
{
    position: absolute;
    display: none;
    padding: 10px 5px;
    bottom: 23px;
    background-color: #eeeeee;
    height: 0px;
    background: black;
    height: inherit;
    width: inherit;
    -moz-opacity: 0,3;
    filter: alpha(opacity=3);
    opacity: 0.3;
    z-index: 0;
    -moz-border-radius: 3px;
}
#smenu_1
{
    left: 10px;
    width: 190px;
}
#smenu_2
{
    left: 215px;
    width: 80px;
}
#smenu_3
{
    left: 305px;
    width: 170px;
}
#smenu_4
{
    display: none !important;
}
#smenu_5
{
    left: 585px;
    width: 160px;
}
#smenu_6
{
    left: 755px;
    width: 140px;
}

#l_logo_accueil a
{
    text-decoration: none;
}


#c_logo_accueil a
{
    text-decoration: none;
}

# logo_accueil_img
{
    text-decoration: none;
}

#ancre
{
    padding-bottom : 0;
    height : 22px;
}


