/*

DESCRIPTION: 	style du module des onglets de navigation

PROGRAMMEUR:	Kevin Gilbert (kevin@kegisiteweb.com)
			Programmé pour KeGi Site Web.
			Dernière mise à jour:	28/06/2007
			Toutes copies est strictement interdite, le contenue est sous droits d'auteur.

VERSION:		1.0

*/

.end_onglets{
border-bottom:solid 1px;
border-color:#000000;
height:20px;
}

.onglet_inactif{

white-space: nowrap;
padding-left:10px;
padding-right:10px;
border:solid 1px;
border-color:#000000;
cursor:default;
background-color:#ececec;
height:20px;
}

.onglet_inactif_sel{

color:#000000;

font-weight:bold;
white-space: nowrap;
padding-left:10px;
padding-right:10px;

border-top: solid 1px;
border-left: solid 1px;
border-right: solid 1px;

border-color:#000000;
cursor:default;
height:20px;

}

.onglet_m_inactif{

white-space: nowrap;
padding-left:10px;
padding-right:10px;
border:solid 1px;
border-color:#000000;
cursor:default;
background-color:#ececec;
height:20px;

}

.content_onglets{
display:none;
}