/* ------------------------ */
/* MISE EN PAGE DES ONGLETS */
/* ------------------------ */

/* Container general */
#tab-gen {
	width: 96%;
	margin-left: 20px;
}

/* Mise en page des onglets */
#tab-menu {
	font: 11px Verdana;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tab-menu li {
	display: inline;
	text-align: center;
	float: left;
}


/* Dimensions des onglets cliquables */
#tab-menu li a,
#tab-menu li a:hover {
	display: block;
	width: 110px;
	height: 25px;
	line-height: 25px;
	background-color: #e7f0f5;
	border: 1px solid #5d95bc;
	margin-right: 2px;
	padding-left: 5px; 
	padding-right: 5px;	
	text-align: center;	
}

/* Onglet actif ou inactif */
#tab-menu .actif { font-weight: bolder; background-color: #e7f0f5; }
#tab-menu .inactif { font-weight: normal; background-color: #fff; }


/* Hyperlien des onglets */
#tab-menu a { text-decoration: none; color: #12557d; }
#tab-menu a:hover {	font-weight: bolder; color: #12557d; }


/* Mise en page du contenu */
.tab-contenu {
	width: 96%;
	margin: 0 auto;
}	

.tab-contenu h3, p { 
	margin: 0;	
	padding: 8px; 
	text-align: left; 
}

.tab-contenu h3 { 
	position: relative;
	font-size: 12px; 
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	z-index: 1;
}

/* Contenu actif ou inactif */
.on { display: block; }
.off { display: none; }
