

/* Affichage des Onglets secondaires entièrement gérés en texte/styles */

.OngletSelect {
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 100px;
}
.OngletSeparateur {
	width: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.OngletFond {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a.OngletLien {color: #000000;}
a.OngletLien:active {color: #000000;}
a.OngletLien:visited {color: #000000;}
a.OngletLien:hover {color: #555555;}
.OngletContenu {
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 4px;
}


.OngletGrise {
	background-color: #EEEEEE;
	height: 20px;
	width: 100px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #D8D8D8;
	text-align: center;
}
a.OngletGrise:link {
	border: 1px solid #D8D8D8;
	background-color: #EEEEEE;
	height: 20px;
	width: 100px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.OngletGrise:visited {
	border: 1px solid #D8D8D8;
	background-color: #EEEEEE;
	height: 20px;
	width: 100px;
	padding:4px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.OngletGrise:hover {
	border: 1px solid #999999;
	background-color: #C1CCDB;
	height: 20px;
	width: 100px;
	padding:4px;
	text-decoration:none;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.OngletSelect:link {
	background-color: #FFFFFF;
	height: 20px;
	width: 100px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #999999;
}
.OngletEntete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 20px;
}



/*GESTION DES ONGLETS DU MENU DE GAUCHE*/

.OngletMenuSelect {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5FA3DD;
	border-right-color: #5FA3DD;
	border-bottom-color: #FFFFFF;
	border-left-color: #5FA3DD;
	border-left-width: 1px;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 80px;
}
.OngletMenuSeparateur {
	width: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5FA3DD;
}

.OngletMenuFond {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5FA3DD;
}
a.OngletMenuLien {color: #000000;}
a.OngletMenuLien:active {color: #000000;}
a.OngletMenuLien:visited {color: #000000;}
a.OngletMenuLien:hover {color: #555555;}

.OngletMenuGrise {
	background-color: #CCCCCC;
	height: 20px;
	width: 80px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid #5FA3DD;
	border-right: 1px solid #5FA3DD;
	border-bottom: 1px solid #5FA3DD;
	border-left: 1px solid #5FA3DD;
	text-align: center;
}
a.OngletMenuGrise:link {
	border: 1px solid #5FA3DD;
	background-color: #EEEEEE;
	height: 20px;
	width: 80px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.OngletMenuGrise:visited {
	border: 1px solid #5FA3DD;
	background-color: #EEEEEE;
	height: 20px;
	width: 80px;
	padding:4px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.OngletMenuGrise:hover {
	border: 1px solid #5FA3DD;
	background-color: #C1CCDB;
	height: 20px;
	width: 80px;
	padding:4px;
	text-decoration:none;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.OngletMenuSelect:link {
	background-color: #FFFFFF;
	height: 20px;
	width: 80px;
	padding:4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #5FA3DD;
	border-right: 1px solid #5FA3DD;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #5FA3DD;
}
.OngletMenuEntete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 20px;
}

