﻿.corpsnorm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titre1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
}
.titre2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #CC3300;
}
.titre3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
	font-weight: bold;
}
.generic{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.noirgras {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.infogris{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
}

.plusgros {
	font-size: 18px;
}
.rouge1 {
	color: #CC3300;
}
.rouge2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #CC3300; 
}
.surlign {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}
.surligntit {
	font-size: 18px;
	color: #CC3300;
}
a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #CC3300;
	text-decoration: none;
}
a.info {
   position: relative;
   color: #CC3300;
   text-decoration: none;
   /*border-bottom: 1px gray dotted; on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
  /* white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 30px; /* on positionne notre infobulle */
   left: 20px;
   background: white;
   color: black;
   padding: 3px;
   border: 1px solid #CC3300;
   border-left: 4px solid #CC3300;
}
