A:link
{	  color:  #6E3EF0; /*#51AB3A;*/
	  text-decoration: underline;
}
A:visited
{	  color:  #6E3EF0; 
    text-decoration: underline;
}
A:active
{   color:  #6E3EF0; 
    text-decoration: underline;
}
A:hover
{	  color: BLACK; 
    text-decoration: underline;
}

      
h1
{   font-family: moonstar, times;
    color: #51AB3A;
    text-align: center;
}

.joli
{   
	background-color: #ddffdd;
	color:black;
	font-size:14px;
	font-weight:bold;
	border:1px solid #EFB;
	padding:1px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}
