@import url(http://www.developpez.com/mainstyle-xhtml.css);
@import url(../common-generator.css);
*{
   margin:0; /* Annule toutes les marges par défaut, étant différentes selon les navigateurs et pour une meilleure compatibilité */
   padding:0; /* Annule tous les remplissages par défaut, étant différents selon les navigateurs et pour une meilleure compatibilité */
}  
#tabnav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #669966;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;	
	font-family:verdana, arial,sans-serif;
	}

#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #99CC99;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 4px solid #669966;
	padding-bottom: 2px;
	background: #FFFFFF;
	color: #336633;
	}

#tabnav a:hover {
	color: #669966;
	}

	
