/* ****************** **
**    Style du menu   **
***********************/

#menu_gauche
{
	position: relative ;
	top: -2px ;
	left: 0 ;
	margin: 0 ;
	padding: 0 ;
	padding-top: 5px ;
	border-top: 1px solid #CBCBCB ;
}

#menu_g, #menu_g li /* on enlève totalement le format des listes */
{
	list-style-type: none ;
	margin: 0 ;
	padding: 0 ;
	
}

#menu_g li
{
	width: 160px ;
	display:block;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;
	background-color: #FBAB29;
	border-bottom: 1px solid #eee;
}

#menu_g li a
{
	display: block ;
	color: #000000 ;
	text-decoration: none ;
	width: 160px ;
	text-align: left ;
	color: #000000 ;
}

#menu_g li ul li /*bug IE*/
{
	background-color: #FFFFFF ;
	border: 0 ;
	margin: 0 ;
}

#menu_g li ul
{
	 background-color: #FFFFFF ;
	 font-style: italic ;
	 border-bottom: 0 ;
	 border-top: 1px dashed #C7C7C7 ;
	 font-size:11px;
}

#menu_g li:hover
{
	width:160px;
	background-color: #F8D8A4;
	color: #000000;
}

#menu_g current li:visited
{
	width:160px;
	background-color: #F8D8A4;
	color: #000000;
}

.current
{
	font-weight: bold ;
}

/* ****************** **
**  Style des onglets **
***********************/

#globalNav
{
	position: relative;
	width: 960px ;
	height: 29px;
	padding: 0 ;
	margin: 0 ;
	left: 50% ;
	margin-left: -481px ;
	background-image: url(images/glbnav_background.png);
	border-left: 1px solid #C7C7C7 ;
	border-right: 1px solid #C7C7C7 ;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#gnl
{
	position: absolute ;
	height: 29px ;
	width: 10px ;
	margin: 0 ;
	padding: 0 ;
	top: -1px ;
	background-image: url(images/glbnav_background.png);
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#globalNav img
{
	margin-bottom: -4px;
}

#globalLink
{
	position: absolute;
	top: -1px;
	height: 30px;
	min-width: 760px;
	padding: 0 ;
	margin: 0 ;
	left: 10px;
	z-index: 95;
}

#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 ;
	padding: 0 ;
	width: auto;
	height: 30px;
}

#navlist
{
	margin: 0 ;
	padding: 0 ;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	border: 1px solid #C7C7C7 ;
	padding: 5px 10px 5px 10px;
	float: left;
	font-weight: bold;
	line-height: 19px;
	margin: 0 ;
	margin-right: -1px ;
	text-decoration: none;
	color: #666666;
}

#navlist a:link#current, #navlist a:visited#current
{
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	z-index: 100 ;
}

#navlist a:hover
{
	color: #BBBBBB;
	background-color: #ffffff;
}