/*STYLE pour le l'onglet actif de gch*/
html, body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	height: 100%;
	}
.main_nav {
	margin-top: 15px;
}
.lien_nav_on {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 32px;
	cursor:pointer;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;  
}
.lien_nav_on:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block; 
	cursor:pointer;
	height: 32px;
	background-color: #f2f7ff;
	font-size: 11px;
	text-decoration: underline;
}
.lien_nav {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	cursor:default;
	height: 32px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.onglet_inact {
	color: #B6B6B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 32px;
	font-size: 11px;
	text-decoration: none;
	cursor:default;
	background-color: #F5F5F5;
}
.nav_gch_on {
	background-image: url(../img/onglet/nav_sep_on_gauche.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 5px;
	float: left;
}
.nav_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/onglet/nav_fond_on1.gif);
	height: 32px;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 9px;
}
.nav_on_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/onglet/nav_fond_on1.gif);
	height: 32px;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	width: auto;
}
.nav_dt_on {
	background-image: url(../img/onglet/nav_sep_on_droite2.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	float: right;
}
/*STYLE POUR ONGLET CENTRAL INACTIF*/
.nav_gch_off {
	background-image: url(../img/onglet/nav_sep_on_gch3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 4px;
	float: left;
}
.nav_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/onglet/nav_fond_off2.gif);
	height: 32px;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	vertical-align: middle;
	padding-top: 9px;
	text-align: center;
}
.nav_off_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 336699;
	background-image: url(../img/onglet/nav_fond_off2.gif);
	height: 32px;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	vertical-align: middle;
	padding-top: 2px;
	text-align: center;
}
.sub_nav {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.nav_dt_off {
	background-image: url(../img/onglet/nav_sep_droite2.gif); 
	background-repeat: no-repeat;
	height: 32px;
	width: 5px; 
	float: right; 
}
.nav_dt_off_2 {
	background-image: url(../img/onglet/nav_sep_droite3.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 4px;
	float: right;
}
.nav_gch_off_2 {
	background-image: url(../img/onglet/nav_sep_gauche2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 4px;
	float: left;
}
.nav_gch_off_3 {
	background-image: url(../img/onglet/nav_sep_gch3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 4px;
	float: left;
}

