/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* Menu styles */


div.yuimenu {

    /*background-color:#E6E6E6;*/
	/*coleur bordur sous menu*/
    border:solid 1px ;
	background-color:#0000A0;
    padding:1px;
    
}

/* Submenus are positioned absolute and hidden by default */

div.yuimenu div.yuimenu,
div.yuimenubar div.yuimenu {

    position:absolute;
    visibility:hidden;

}

/* MenuBar Styles */

div.yuimenubar div.bd {

    width:100%;

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}


div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0; 

}


div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;

}



div.yuimenu li,
div.yuimenubar li {

    font-size:85%;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;

}

div.yuimenu li.yuimenuitem {

    padding:2px 4px;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;

}


/* Matches the help text for a menu item */

div.yuimenu li.hashelptext em.helptext {

    font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a,
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#FFFFFF;
    text-decoration:none;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    /*
        Need to apply float immediately for IE or help text will jump to the 
        next line 
    */

    *float:left;
    *display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}

div.yuimenu.visible li.hassubmenu a.hassubmenu, 
div.yuimenu.visible li.hashelptext a.hashelptext {

    /*
        Apply the float only when the menu is visible to prevent the help
        text from wrapping to the next line in Opera.
    */

    float:left;

}


/* Matches selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {
/* couleur de fond a la passage du souris 8DADDC novana FFFFFF*/
/*    background-color:#FFFFFF;*/
	background-image:url(../images/mn_3.jpg)

}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:no;

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {
/*couleur de texte à la passage du souris*/
    color:#003399;

}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    border-width:0 0 0 1px;
/* bordure ny menu solid novana none*/	
    border-style:none;
    border-color:#c4c4be;
    padding:1px 1px;
    margin:0;
}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;

}


/* Styles for the the submenu indicator for menu items */

div.yuimenu li.hassubmenu em.submenuindicator, 
div.yuimenubar li.hassubmenu em.submenuindicator {

    display:-moz-inline-box; /* Mozilla */
    display:inline-block; /* IE, Opera and Safari */
    vertical-align:middle;
/*     height:8px; novana     height:28px;*/
    height:18px;
    width:8px;
    text-indent:9px;
    font:0/0 arial;
    overflow:hidden;
    background-image:url(../img/bg1.gif);
    background-repeat:no-repeat;
	

}

div.yuimenubar li.hassubmenu em.submenuindicator {

    background-position:0 -24px;
    margin:0 0 0 10px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.selected {

    background-position:0 -32px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -40px;
	
}
/******************************************************************************************/
div.yuimenu li.hassubmenu em.submenuindicator {

    background-position:0 0;
    margin:0 -16px 0 10px;
}

div.yuimenu li.hassubmenu em.submenuindicator.selected {

    background-position:0 -8px;

}

div.yuimenu li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -16px;

}


/* Styles for a menu item's "checked" state */

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked em.checkedindicator {

    height:8px;
    width:8px;
    text-indent:9px;
    overflow:hidden;
    background-image:url(../img/bg1.gif);
    background-position:0 -48px;
    background-repeat:no-repeat;
    position:absolute;
    left:6px;
    _left:-16px; /* Underscore hack b/c this is for IE 6 only */
    top:.5em;

}

div.yuimenu li.checked em.checkedindicator.selected {

    background-position:0 -56px;

}

div.yuimenu li.checked em.checkedindicator.disabled {

    background-position:0 -64px;

}
table.moduletable {
  	width            		: 100%;
  	text-color       		: #888888;
  	margin-bottom    		: 5px;
	margin-top				: 0px;
	padding-top				: 0px;
	padding-bottom			: 0px;
}

table.moduletable th {
	border-collapse			: collapse;
	color					: #92856C;
	font-family				: Century Gothic;
	font-size				: 12px;
	letter-spacing			: 0px;
	text-decoration			: none;
	text-align				: left;
	text-transform			: uppercase;
	vertical-align			: top;
	font-weight				: normal;
	/*background				: transparent url(../images/moduleheader.jpg) left;*/
	padding-left			: 20px;
	padding-top				: 3px;
	padding-bottom			: 0px;
	margin-bottom			: 8px;
	height					: 22px;
	width					: 100%;
}


table.moduletable td {
  	font-size        		: 10px;
  	font-family      		: Verdana, Arial, Tahoma;
  	font-weight      		: normal;
  	color            		: #888888;
	background				: transparent;
  	text-align       		: left;
  	padding-left     		: 3px;
  	padding-right    		: 3px;
  	padding-top      		: 1px;
  	padding-bottom   		: 1px;
	margin-bottom			: 10px;
  	letter-spacing   		: 0px;
  	border-bottom    		: 0px solid transparent;
}

/* #### NAVIGATION MODULES #### */

table.moduletable {
  	width            		: 100%;
  	text-color       		: #888888;
  	margin-bottom    		: 0px;
	margin-top				: 0px;
	padding-top				: 0px;
	padding-bottom			: 0px;
}

table.moduletable th {
	border-collapse			: collapse;
	color					: #ffffff;
	font-family				: Helvetica;
	font-size				: 11px;
	letter-spacing			: 0px;
	text-decoration			: none;
	text-align				: left;
	text-transform			: uppercase;
	vertical-align			: top;
	font-weight				: bold;
	background				: #1E5080;
	padding-left			: 5px;
	padding-top				: 3px;
	padding-bottom			: 0px;
	margin-bottom			: 10px;
	height					: 20px;
	width					: 100%;
}

table.moduletable td {
  	font-size        		: 10px;
  	font-family      		: Arial, Century Gothic, Verdana, Tahoma;
  	font-weight      		: normal;
  	color            		: #888888;
	background				: transparent;
  	text-align       		: left;
  	padding-left     		: 2px;
  	padding-right    		: 0px;
  	padding-top      		: 0px;
  	padding-bottom   		: 0px;
	margin-bottom			: 10px;
  	letter-spacing   		: 0px;
  	border-bottom    		: 0px solid transparent;
	width					: 100%;
}
