/* Le code à MAT!*/

body #low{
	overflow:visible;
	z-index:10;
	position:relative;
	
}

.clear {
    clear: both;
}

#dropMenu {
}

#dropMenu a {
    color: #fff;
}

#dropMenu .menuElement {
    display: inline-block;
    padding-left: 15px;
	padding-right: 15px;
    position: relative;
    vertical-align: top;
}

body #low, .lowmenuDiv {
    text-align: left;
}

#dropMenu .menuElement h5 {
    margin: 0px;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    cursor: default;
    font-size: 12px;
	font-weight:bold;
    font-weight: normal;
}

#dropMenu .menuElement.current, #dropMenu .menuElement.currentsection {
    background: url(images/bouton_menu_over.png) repeat-x top left;
}

.menuElement a {
    color: #fff;
    text-decoration: none;
}

.menuElement a:hover {
    text-decoration: none;
}

#dropMenu .subMenu {
    background-color: #333;
    position: relative;
    left: -1px;
    height: 24px;
    line-height: 24px;
}

#dropMenu .subMenuChoices {
    display: none;
    position: absolute;
    left: 150px;
    top: 0px;
    background-color: #333;
    width: 150px;
    z-index: 100;

}

#dropMenu .leftaligned .subMenuChoices {
    left: -400px;
}

#dropMenu .sublist a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 3px;
    margin: 0px;
    background-color: #333;

}

#dropMenu .subMenuChoices a {
    color: #fff;
    display: inline-block;
    width: 194px;
    text-decoration: none;
    padding: 3px;
    margin: 0px;
}

#dropMenu .sublist a:hover {
    color: #fff;
    background: #666 url(images/dropmenubg.png);
    /* background: #0A4366 url(images/title_bluegradiant.png) repeat-x scroll left bottom;*/
}

#dropMenu .subMenu h5 {
    margin: 0px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 100%;
}



div.sublist {
    width: 150px;
    display: none;
    position: absolute;
    top: 28px;
    left: 0px;
    background-color: #333;
    color: #fff;
}

