@charset "UTF-8";



/* menu bar de base  */



ul.MenuBarHorizontal
{
	margin-left: -14px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	padding: 0;
	list-style-type: none;
	cursor: default;

}


/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;

}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;

	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;

	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* largeur dadatoa */
ul.MenuBarHorizontal ul li
{
	width: 251px;
}


/*******************************************************************************

le bloc du haut

 *******************************************************************************/

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	display: block;
	cursor: pointer;

	padding: 0;

	text-decoration: none;
    
	width:130px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	border-left:#ffffff 1px solid;
	padding-left:8px;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover
{
	display: block;
	cursor: pointer;

	padding: 0;

	text-decoration: none;
    
	width:130px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	border-left:#ffffff 1px solid;
	padding-left:8px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_accueil
{
	display: block;
	cursor: pointer;

	padding: 0;

	text-decoration: none;
    
	width:130px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	
	padding-left:8px;
	border:0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_accueil:hover
{
	display: block;
	cursor: pointer;

	padding: 0;

	text-decoration: none;
    
	width:130px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	
	padding-left:8px;
	border:0;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;

	filter:alpha(opacity:0.1);
}

li .dadatoa
{
	height:auto;


	border-bottom:0;

	}
	
li .dadatoa
{
	height:auto;


	}

.sous_menu_top
{

	width:251px;
	height:16px;

	}


.sous_menu_haut
{
	position:relative;
	width:251px;
	height:9px;
	background-image:url(../images/bulle_haut.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
.sous_menu_corps
{
	position:relative;
	width:251px;
	height:auto;
	background-image:url(../images/bulle_corps.gif);
	background-repeat:repeat-y;
	color:#000;
	}
.sous_menu_bas
{
	background-image:url(../images/bulle_bas.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	width:251px;
	height:32px;
	}
.titre_sous_rubrique_1
{   
 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#424653;
	display:block;
    text-align:left;
	width:auto;
	margin-left:18px;
	
	}
.titre_sous_rubrique_2
{   
 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#424653;
	display:block;
    text-align:left;
	width:auto;
	margin-left:30px;
	padding-left:4px;
	padding-right:8px;
	text-decoration:none;

	
	}
	
.titre_sous_rubrique_2:hover
{
	
	color:#ffffff;
	background-color:#8fc800;
	}