/* Main Menu */

#ctnMMenu
{
	position:relative;
	font-family:Verdana;
    text-align : left;
	top:30px;
	z-index:100px;
}    

#ctnMMenu a:link
{
    color : #FFFFFF;
    text-decoration : none;
}

#ctnMMenu a:active
{
    color : #FFFFFF;
    text-decoration : none;
}

#ctnMMenu a:visited
{
    color : #FFFFFF;
    text-decoration : none;
}

#ctnMMenu a:hover
{
    color : #FF0000;
    text-decoration : underline;
}

#ctnMMenu a.red:link
{
    color : #FF0000;
    text-decoration : none;
}

#ctnMMenu a.red:active
{
    color : #FF0000;
    text-decoration : none;
}

#ctnMMenu a.red:visited
{
    color : #FF0000;
    text-decoration : none;
}

#ctnMMenu a.red:hover
{
    color : #FF0000;
    text-decoration : underline;
}

#ctnMMenu a:hover:before
{
	background-image:url(../img/triangle.jpg);
	background-repeat:no-repeat;
}

#ctnMMenu .divs
{
    color : #FFFFFF;
    position : absolute;
    z-index : 10;
}    

#ctnMMenu .div
{
    background-image : url('../img/fond-femme.jpg');
    background-repeat : no-repeat;
    display : none;
    height : 400px;
    overflow : hidden;
    position : absolute;
    width : 783px;
}   

#ctnMMenu .div2
{
    background-image : url('../img/fond-homme.jpg');
    background-repeat : no-repeat;
    display : none;
    height : 235px;
    overflow : hidden;
    position : absolute;
    width : 673px;
}  

#ctnMMenu .div3
{
    background-image : url('../img/fond-ado_preview.jpg');
    background-repeat : no-repeat;
    display : none;
    height : 255px;
    overflow : hidden;
    position : absolute;
    width : 602px;
} 

#ctnMMenu .div4
{
    background-image : url('../img/fond-marque_V2.jpg');
    background-repeat : no-repeat;
    display : none;
	left: 30px;
    height : 408px;
    overflow : hidden;
    position : absolute;
    width : 738px;
} 

#ctnMMenu .div5
{
    background-image : url('../img/fond-pantoufle.jpg');
    background-repeat : no-repeat;
    display : none;
	left: 470px;
    height : 60px;
    overflow : hidden;
    position : absolute;
    width : 120px;
} 

#ctnMMenu .div6
{
    background-image : url('../img/fond-pantoufle.jpg');
    background-repeat : no-repeat;
    display : none;
	left: 337px;
    height : 75px;
    overflow : hidden;
    position : absolute;
    width : 120px;
} 

#ctnMMenu .div7
{
    background-image : url('../img/fond-pantoufle.jpg');
    background-repeat : no-repeat;
    display : none;
	left: 660px;
    height : 60px;
    overflow : hidden;
    position : absolute;
    width : 120px;
}    

#ctnMMenu .headers
{
    border-bottom : dashed 1px #B2B2B2;
}    

#ctnMMenu .header
{
    background-color : #FFFFFF;
    cursor : default;
    padding-bottom : 6px;
    padding-left : 13px;
    padding-right : 13px;
    padding-top : 3px;
    -moz-user-select : none;
}    

#ctnMMenu .header:hover
{
    background-color : #EBEBEB;
    cursor : pointer;
}    

#ctnMMenu .links
{
    color : #FFFFFF;
    font-size : 11px;
    margin : 3px;
}

#ctnMMenu .links2
{
    color : #FFFFFF;
    font-size : 3px;
    margin : 2px;
}

#ctnMMenu .subsections
{
    float : left;
    margin : 8px;
}    

#ctnMMenu .subsections_marque
{
    float : left;
    margin : 7px;
	width:132px;
}    

#ctnMMenu .subtitles
{
    color : #FFFFFF;
    font-size : 13px;
    font-weight : bolder;
    margin-bottom : 5px;
}    

#ctnMMenu .titles
{
    background-color : #900201;
    color : #FFFFFF;
    font-size : 18px;
    font-weight : bolder;
    padding : 8px;
    text-decoration : underline;
}    


