body     { font: 100% verdana, arial, sans-serif; background-color: #1d1d9d; background-image: url("images/approches4.jpg"); background-repeat: no-repeat; background-position: 50% top; margin: 0; padding: 0 }

#tabnav      { margin: 0; padding: 0 0 20px 32px; border-bottom: 1px solid #5342f8 }

#tabnav li {
	margin: 0;
	padding: 0;
	display:  inline;
	list-style-type: none;
	}

#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: #8089F2;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 4px solid #9c9;
	padding-bottom: 2px;
	background:#9c9;
	color: #8089F2;
	}

#tabnav a:hover {
	color: #990000;
	}


a:link
{
    color : gold ;
    text-decoration : none ;
}

a:visited
{
    color : gold ;
    text-decoration : none ;
}

/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active
{
    color : gold ;
    text-decoration : none ;
}

/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : gold ;
    text-decoration : underline ;
}