body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Titre1 {
	font-size: 18px;
	font-weight: bold;
	color: #5686C5;
}
.CadreOrange {
	border: 2px solid #E5AC00;
}
.TableauItem1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E5Ac00;
}
.Texte2 {
	color: #21266D;
	font-size: 11px;
}
.Texte2Incolore {
	font-size: 11px;
}

.Titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}



.Footer {
	font-size: 11px;
	color: #333333;
}
.CadreContenu {
	border: 1px solid #DC9600;
}
.CadreHome {
	border: 1px solid #1d4387;
}

.PhotoLegende {
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #5686C5;
}
.Rouge {
	color: #CC0000;
}
.Titre3 {
	font-size: 13px;
	font-weight: bold;
	color: #DE9700;
}
.APlan {
	color: #000000;
	text-decoration: none;
}
.APlan:hover {
	color: #5686C5;
	text-decoration: underline;
}
/* propriétés infobulle personnalisées */
/** {
   font-size: 11px; 
   font-family: Tahoma` Verdana` Arial` serif;
}*/
a.info {
   position: relative;
   color: black;
   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: green;*/
   padding: 3px;

   border: 1px solid #5686c5;
   border-left: 4px solid #5686c5;
   width:180px;

}
