/* ****************** **
**    Style du menu   **
***********************/
#menu_gauche
{
	position: relative ;
	top: -2px ;
	left: 0 ;
	margin: 0 ;
	padding: 0 ;
	padding-top: 5px ;
	border-top: 1px solid #A6A6A6 ;
}

#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: 152px ;
	background-color: #FFA54A ;
}

#menu_g li a
{
	display: block ;
	color: #FFFFFF ;
	border-bottom: 2px solid #FFFFFF ;
	text-decoration: none ;
	width: 148px ;
	text-align: left ;
	padding: 4px 2px ;
	text-align: center ;
	font-weight: bold ;
}

#menu_g li ul li /*bug IE*/
{
	background-color: #FFFFFF ;
	color: #000000 ;
	border: 0 ;
	margin: 0 ;
}

#menu_g li ul li a
{
	color: #000000 ;
	text-align: left ;
	font-weight: 400 ;
}

#menu_g li ul li a:hover
{
	color: #FFFFFF ;
}

#menu_g li ul li a.current
{
	color: #FFFFFF ;
}

#menu_g li ul
{
	background-color: #FFFFFF ;
	color: #000000 ;
	border-bottom: 0 ;
	border-top: 1px dashed #C7C7C7 ;
}

#menu_g li:hover
{
	background-color: #FFBF80 ;
}

.current
{
	background-color: #FFBF80 ;
}

/* ****************** **
**  Style des onglets **
***********************/

#globalNav
{
	position: relative;
	width: 948px ;
	height: 31px;
	padding: 0 ;
	margin: 0 ;
	left: 50% ;
	margin-left: -474px ;
	background-image: url(images/glbnav_background.png) ;
	z-index: 99 ;
}

#gnl
{
	position: absolute ;
	height: 31px ;
	width: 7px ;
	margin: 0 ;
	padding: 0 ;
	left: -7px ;
	background-image: url(images/glbnav_left.png) ;
	z-index: 100 ;
}

#gnr
{
	position: absolute ;
	height: 31px ;
	width: 7px ;
	right: -7px ;
	margin: 0 ;
	padding: 0 ;
	background-image: url(images/glbnav_right.png) ;
	z-index: 100 ;
}

#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-right: 1px solid #FFA54A;
	padding: 5px 10px 5px 10px;
	float: left;
	font-weight: bold;
	line-height: 19px;
	margin: 0 ;
	text-decoration: none;
	color: #FFFFFF;
}

.navlist a:link#current, .navlist a:visited#current
{
	color: #000000;
	background-color: #FFA54A;
	z-index: 100 ;
}

.navlist a:hover
{
	color: #FFFFFF;
	background-color: #FFA54A;
}