/* CSS Document */

/* Aspect général */

body {
	background: #fff;
	color: #111;
	font-size: 11px;
	font-family: "helvetica" ;
}

/* Texte*/

.texte  { font-size: 10px; font-family: helvetica }

.texte a  {
	color: #000;
	font-size: 10px;
	font-family: Helvetica;
	text-decoration: none;
	/*font-weight: bold;*/
}



/* Titres */

h1  { color: #000; font-size: 26px; font-family: helvetica; font-weight: bold; font-stretch: condensed }

h1 a {
	font-size: 26px;
	font-stretch: condensed;
	font-weight: bold;
	font-family: "helvetica";
	color: #98DD00;
	text-decoration: none;
}

h1 a:hover{
	color:#000;
	text-decoration: none;
}

h2 {
	font-family: "helvetica";
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
}

h2 a {
	font-family:"helvetica";
	color: #000;
	font-size: 12px;
	font-weight:bold;
}

h2 a:hover{
	color:#98DD00;
}


a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span  {
color: #999999;
font-size: 11px;
background: #FFF; 
text-align: left;
display: inline; 
margin-bottom: 20px;
position: absolute;
top: 200px;
left: 17px;
width: 586px;
height: 80px;
}


