﻿div#MegaDropDown 
{
   text-align: left;
   margin: 0 0 0 5px;
   padding: 0 0 0 0;
   width: 950px;
   z-index: 1000;
   min-height: 30px;
}

/* Eléments du menu (premier niveau) */
div.RadMenu .rmItem 
{
    position: static;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #005291; 
    width: 950px;
    height: 30px;
    z-index: 1000;
}

.menuOff
{
    FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
}

.menuOn
{
	text-decoration: underline;
}


/* Bloc déroulant */
div.RadMenu .rmGroup .rmText 
{
    position: absolute;
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #005291;
    
    FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

/* Déroulant : Bloc de contenu */
div.menuContent
{
    width: 940px;
    min-height: 320px;
    height: 320px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
}

/* Déroulant : Partie gauche */
div.menuLeftPart 
{
	float: left;
	width: 640px;
}

/* Déroulant : Partie droite */
div.menuRightPart 
{
	float: left;
	width: 200px;
}




/* Sitemap */
a.siteMapHeaderLink
{
    font-weight: bold;
    FONT-SIZE: 13px;
	COLOR: white;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
}

a.siteMapHeaderLink:hover
{
    COLOR: white;
	text-decoration: underline;
}

a.siteMapLink
{
    font-weight: normal;
    FONT-SIZE: 11px;
	COLOR: white;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
}

a.siteMapLink:hover
{
    COLOR: white;
	text-decoration: underline;
}

hr.siteMap
{
    clear: both;
    border:0px; 
    border-top:1px dotted white; 
    height:0px;
    margin: 2px 0 0 0;
}

.siteMapVerSpacer
{
    height: 5px;
}





