﻿
#nav{
	width:1007px;
}

#lst_onglet{
	height:42px;
	width:1004px;
	background-image:url(../../images/menu/backgroung_onglet.png);
	padding-left:3px;
}

.onglet_nav{
	float:left;
	height:42px;
	margin-right:2px;
	cursor:pointer;
	z-index:2
}


/****** current onglet  ********/
.cur_ongl_l{
	width:4px;
	height:42px;
	background-image:url(../../images/menu/bord_onglet_current_g.png);
	float:left;
}
.cur_ongl_r{
	width:4px;
	height:42px;
	background-image:url(../../images/menu/bord_onglet_current_d.png);
	float:left;
}

.cur_ongl_c{
	height:32px;
	float:left;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(../../images/menu/bord_onglet_current_background.png);
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}


/***** onglet inactif ********/
.OngletBoardgOff{
	background-image:url(../../images/menu/bord_onglet_off_g.png);
	width:4px;
	height:42px;
	float:left
}

.OngletBoarddOff{
	background-image:url(../../images/menu/bord_onglet_off_d.png);
	width:4px;
	height:42px;
	float:left
}

.OngletConetnugOff{
	background-image:url(../../images/menu/bord_onglet_off_background.png);
	height:32px;
	float:left;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	color:#595959;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}



/***** onglet actif ********/
.OngletBoardgOn{
	background-image:url(../../images/menu/bord_onglet_on_g.png);
	width:4px;
	height:42px;
	float:left
}

.OngletBoarddOn{
	background-image:url(../../images/menu/bord_onglet_on_d.png);
	width:4px;
	height:42px;
	float:left
}

.OngletConetnugOn{
	background-image:url(../../images/menu/bord_onglet_on_background.png);
	height:32px;
	float:left;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#bottom_nav{
	background-image:url(../../images/menu/background_bottom_onglet.png);
	background-repeat:repeat-x;
	width:100%;
	height:37px;
	clear:both;
	background-color:#376198;
}

/**** sous onglet*****/
.DisplaySubMenu{
	display:block;
	padding-left:5px;
	width:100%;
	height:37px;
	padding-top:1px;
	text-align:left;
}

.separ_tab{
	width:2px;
}

.DisplaySubMenu td{
	margin-left:2px;
}

.HiddenSubMenu{
	display:none;
}

.nav{
	/*float:left;*/
}

.nav_sub_ongelet{
	text-decoration:none;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	margin-right:3px;

	color:#FFFFFF;
	margin-top:2px;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.nav_sub_ongelethover{
cursor:pointer;
	margin-top:2px;
	padding-left:10px;
	padding-right:10px;
	margin-right:3px;
	/*padding-top:5px;*/
	/*height:30px;*/
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome*/
	background-color:#FFFFFF;
	color:#595959;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
	line-height:14px;
	position:relative;
	vertical-align:middle;
}

.nav_sub_ongeletActive{
cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	margin-right:3px;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome*/
	background-color:#FFFFFF;
	color:#595959;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
	line-height:14px;
	position:relative;
	/**display:table;**/
}


.nav_sub_ongeletActive span{
cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}
.nav_sub_ongelet span{
cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}
.nav_sub_ongelethover span{
	display:table-cell;
	vertical-align:middle;
}


.nav.titre{
	background-color:#006666
}



#bloc_menu{
	width:280px;
	position:absolute;
	top:0px;
	visibility:hidden;

}
/*#menu_img{
	width:100%;
	text-align:center;
	display:block;
}*/

.menu_img_center{
	width:100%;
	text-align:center;
	display:block;
}

.menu_img_left{
	width:100%;
	text-align:left;
	display:block;
}

.menu_arrow_margin_left{
	margin-left:50px;
}

.menu_arrow_center{

}



#contener_href{
	/*border-left:#315a99 2px solid;
	border-right:#315a99 2px solid;
	border-top:#315a99 2px solid;
	border-bottom:#315a99 1px solid;
	width:100%;*/
	background-color:#FFFFFF;
}

#contener_href a{
	/*width:276px;
	height:15px;
	border-bottom:#315a99 1px solid;
	display:block;**/
	padding:3px;
	text-align:left;
	font-family:Trebuchet MS;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}