body{
 font: 100% verdana, arial, sans-serif;
 background-image: url(images/ballon.jpg);
 background-position: center;
 background-position: top;
 background-color: #F7F4EF;
 background-repeat: no-repeat;
 margin: 0;
 padding: 0;
}

#tabnav {
	margin: 0;
	padding: 0 0 10px 10px;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display:  inline;
	list-style-type: none;
	text-decoration: none
	}

#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 9px;
	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: 0px solid #990000;;
	padding-bottom: 0px;
	
	color: #8089F2;
	}

#tabnav a:hover {
	color: #8089F2;
	}


a:link
{
    color : gold ;
    text-decoration : none ; 
}

/* :visited permet de définir les propriétés des liens déjà visités */
a:visited
{
    color : #8089F2 ;
    text-decoration : none ;
}

/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active
{
    color : #8089F2 ;
    text-decoration : none ;
}

/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : #8089F2 ;
    text-decoration : underline ;
}
