a:link {
	text-decoration: none;
	color: #74171B;
}
a:visited {
	text-decoration: none;
	color: #9A1F25;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #74171B;
	text-align: center;
	font-size: 14px;
	font-family: "Arial Baltic";
}
body {
	background-color: #74171B;
	background-repeat: no-repeat;
	text-align: center;
}
#Layer1 {
	position:absolute;
	width:68px;
	height:49px;
	z-index:1;
	left: 192px;
	top: 20px;
	overflow: hidden;
}
.Style1 {font-size: 12px}
.Style2 {font-size:18px}
.Style7 {color: #74171B; font-size: 12px; }
.Style9 {font-size: 10px}
.Style10 {color: #FFFFFF}
.Style11 {
	font-size: 14px;
	color: #74171b;
}
.Style12 {font-size:14px}
.Style16 {font-size: 14px}
.Style18 {font-size: 10px}
.Style23 {color: #004080; font-weight: bold; }
.Style25 {color: #FFFFFF; font-size: 12px; }
.Style26 {color: #74171B}
.Style27 {color: #74171B; font-size: 12px; }
.Style28 {
	color: #74171B;
	font-size: 10px;}
.Style29 {color: #74171B; font-size: 12px; }
.Style30 {font-size: 14px; color: #74171B; }	
.Style31 {font-size: 14px; color: #004080; }	
.Style32 {color: #74171B}
.Style33 {font-size: 14px; color: #74171B; }
.Style34 {font-size: 16px; font-weight: bold; }
.Style35 {
	color: #004080;
	font-size: 10px;
}
.Style36 {color: #FF0000}
.Style37 {color: #74171B}
.Style38 {
	font-size: 16;
	font-weight: bold;}
.Style39 {
	font-size: 14px}
.Style40 {color: #74171B; font-size: 14px; }
h1 {
	width: auto;
	height:auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	font-size: 18px; }
h2	{
	width: auto;
	height:auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	font-size: 16px; }
h3 {
	width: auto;
	height:auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	font-size: 14px; }	
.Style42 {color: #74171B}	
.Style41 {color: #74171B; font-size: 12px; }	
.Style50 {font-size: 16px;}

a.imag {
	position: relative; /* necessaire sur certaines skins pour repositionner l'image dans la grille */
	height: auto;
}
a.imag:hover {
	border-bottom: 0px; /* indispensable pour IE */
	cursor : default; /* Type de curseur  au passage de la souris*/
	z-index: 2; /*Priorité du cadre sur le fond*/
	
}
a.imag span {
	display:none; /* cache les <span> placés dans le lien <a> */
	text-decoration:none; /* soulignement du lien */
	color: #74171B; /* Couleur du texte associé a l'image */
	background-color : #ffffff; /* Couleur du fond de l'info bulle  */
	text-align:center;
	
}
 a.imag:hover span {
	display: block; /* Montre le texte et l'image lors du passage du pointeur */
	position: absolute; /* position  de l'image dans une zone de l'écran par rapport au lien */
	top: -120px; /* cette zone se situe à xxx pixels du haut du lien */
	left: 50px; /* cette zone se situe à xxx pixels de la gauche du lien */
	border:solid 1px; -moz-border-radius:5px; /* Style de bordure de l'image *//*Arondit les angles du cadre*/
	padding: 4px; /* Marge intérieure à la bordure */
	text-align: center; /* Centrage du texte associé à  l'image */
	z-index: 50; /*nécessaire avec certaines skins pour positionner l'image par rapport au fond */	
}                  
 
   
