/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.menu_plagne {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
 	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menu_plagne ul {
	background-image:url(../../../../imgs/bg_sousmenu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	line-height: normal;
	text-align: left !important;
	text-indent: 3px;
	border:none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.menu_plagne li {
	background-image: url(../../../../imgs/nav-sprite3.png);
	width: 117px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	padding: 0px;
}

.menu_plagne li.dossier {
	background-image: url(../../../../imgs/nav-sprite3_dossier.png);
	width: 135px;
}

.menu_plagne li.last {
	margin-right: 0px;
}

.menu_plagne ul li {
	width: 162px;
	border: none;
	background-image:none !important;
 	color: #FFFFFF;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left !important; 
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.menu_plagne a {
	text-decoration: none;
	color: #333333;
	line-height: 39px;
	cursor: pointer;
	text-align: center;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.menu_plagne ul a {
	border: none;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	font-size: 12px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.menu_plagne li.hover {
	background-position: 0px 0px!important;
	background-image: url(img/custom/nav-sprite2.png);
	background-repeat: no-repeat;
}

.menu_plagne li.dossier:hover {
	background-image: url(../../../../imgs/nav-sprite2_dossier.png);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.menu_plagne ul li.hover {
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menu_plagne a.hover {
	/*font-weight: bold;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menu_plagne ul a.hover {
  	color: #FFFFFF !important;
	font-weight: bold;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.menu_plagne li.selected {
	background-image: url(img/custom/nav-sprite2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.menu_plagne li.dossier.selected {
	background-image: url(../../../../imgs/nav-sprite2_dossier.png);
}
/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.menu_plagne ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.menu_plagne a.selected {
	/*font-weight: bold;*/
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menu_plagne ul a.selected {
	color: #555555;
	font-weight: bold;
}
/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.menu_plagne .arrow {
	/*background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.menu_plagne .hover ul .arrow,
.menu_plagne ul .arrow {
	/*background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menu_plagne .hover .arrow {
	/*background-image: url(img/arrow_hover.gif);*/
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.menu_plagne ul .hover .arrow {
	/*background-image: url(img/arrow.gif);*/
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
	width:670px !important;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	display: block;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

