/* pages avec onglet */
/*  COLONNE DE DROITE */
.colonne-droite		{ position:absolute; left:790px; top:222px; width:135px }

/* ONGLETS */
.onglets-container	{ background:url(../img/menus/onglet_fond.gif) left top no-repeat; width:592px; height:33px; z-index:2 }
a.onglet 			{ display:block; float:left; background:url(../img/menus/onglet_inactif.gif) left top no-repeat; width:119px; 
						color:#49373F; text-decoration:none; text-align:center; font-size:11px; line-height:14px; padding:6px 0 6px 0 }
a:hover.onglet		{ color:#49373F; background:url(../img/menus/onglet_hover.gif) left top no-repeat }
a.onglet.actif, a:hover.onglet.actif
					{ color:white; background:url(../img/menus/onglet_actif.gif) left top no-repeat }
.onglet-top			{padding-bottom:10px;}



