/* ================================================
 * menu.css
 =================================================*/

/* ------------------------------------------------
 * Top (portal) menu
 -------------------------------------------------*/
.jagMenu
{
	font-family: arial, Verdana, georgia;
	font-size: 13px;
    position: absolute;
    top: 142px;
    stop: 194px;
    left: 0px;
	background-color: #d1ab2a;  /* le jaune */;
	padding-top: 1px;
	padding-bottom: 1px;
}	

.jagMenu ul li ul
{
    display: none;
}

#jagMenu_UL0 li
{
    display: inline;
    padding-left: 0px;
	border-top: 1px;
    border-bottom: 1px;
	border-left: 0px;
	border-right: 1px;   
	border-style: solid;
	border-color: #254836; /* le vert */
	text-decoration: none;
}


#jagMenu_UL0 a, #jagMenu_UL0 span
{ 
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}

#jagMenu_UL0 a:link, #jagMenu_UL0 a:visited
{
    padding-left: 5px;
	padding-right: 5px;
    color: #254836; /* le vert */
}

#jagMenu_UL0 a:hover
{
    color: black;
    padding-left: 10px;
    background-color: #CCBC97;
}

#jagMenu_SPAN0, #jagMenu_SPAN0 A:visited, #jagMenu_SPAN0 A:hover
{
	color: black; /*contour du bolck not selected */
	background-color: #a68b4b; /*selected*/
	padding-left: 5px;
}


#jagMenu_UL0 li .jagMenuUL
{
    display: none;
	padding-left: 5px;
}

.jagSelected
{
    background-color: #a68b4b;
	
}


/* ------------------------------------------------
 * QuickMenu module menu
 -------------------------------------------------*/
.jagQuickMenu
{
	font-family: arial, Verdana, georgia;
	font-size: 12px;

    position: absolute;
    text-align: right;
    right: 0px;
    top: 0px;
    padding: 1px;
    sbackground-color: #254836; /* le vert */
	
}
.jagQuickMenu UL
{
    display: block;
    margin: 0;
    padding: 0;
}
.jagQuickMenu LI, .jagQuickMenu A
{
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
    list-style-type: none;
    scolor: White;
	color: #254836; /* le vert */
}
.jagQuickMenu A:hover
{
    text-decoration: underline;
}

/* ------------------------------------------------
 * MenuList module menu
 -------------------------------------------------*/
.jagModule_MenuList
{
	font-size: 12px;
	font-family: arial, Verdana, georgia;
}

ul#jagM2_UL0
{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0px 10px 0px 10px;
}

#jagM2_UL0 li
{
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

#jagM2_UL0 a
{
    display: block;
    padding: 2px 0px 2px 10px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    color: #444; /* contour du bolck not selected */
    text-decoration: none;
    background-color: #A69368; /*not selected */
}

#jagM2_UL0 a:hover
{
    color: #000000;  /* mouse over - contour du bolck not selected */
    background-color: #CCBC97; /*mouse over - not selected*/
}

/* Pseudo-elements. Note: this will mess up other 'a' styles in ie...
#jagM2_UL0 a:first-letter { font-weight: bold; }*/

#jagM2_SPAN0
{
	margin: 0px;
	padding: 0px;
	display: block; /*ie hack*/
}
#jagM2_SPAN0, #jagM2_SPAN0 A:visited, #jagM2_SPAN0 A:hover
{
	color: black; /*contour du bolck not selected */
	background-color: #a68b4b; /*selected*/
}

div#menu .jagModuleContent
{
	margin-top: 2px;
	padding-top: 0px;
}


/* ------------------------------------------------
 * Welcome message and edit links
 -------------------------------------------------*/
 .jagUser
{
    position: absolute;
    padding: 1px;
    top: 0px;
    left: 0px;
    text-align: left;
	font-family: arial, Verdana, georgia;	
	font-size: 12px;
	background-color: #254836; /* le vert */
}
.jagWelcome 
{
    float: left;
    
    padding-right: 10px;
    padding-left: 5px;
    color: White;
}
.jagLogoff 
{
    float: left;
    padding-right: 0px;
    padding-left: 0px;
}
.jagLogoff UL 
{
    display: block;
    margin: 0;
    padding: 0;
}
.jagLogoff LI, .jagLogoff A
{
    display: inline;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 5px;
	color: White;
}
.jagLogoff A:hover
{
    text-decoration: underline;
}




