.style3 {color: #FFFFFF}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 strong {
	text-decoration: none;
	filter: DropShadow(Color=#666666, OffX=10, OffY=10, Positive=1);
}
.style6 {font-size: 13px}
.style8 {font-size: 13px; color: #003399; }
.style9 {
	color: #000066;
	font-weight: bold;
}
.style10 {color: #000066}
.transp {
   background-color:#FFFFFF;
   color:#FF0000;
   position:absolute;
   width:381px;
   top:76px;
   left:1px;
   height:89px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=60);
   -moz-opacity:0.5;
   opacity: 0.5;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
