@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond3.jpg);
	background-color: #1E170F;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;}

.Style1 {
	color: #5392b1;
	font-style: italic;
	font-size: 14px;
}
.Style2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.Style3 {color: #000000;}

.Style4 {color: #a68f82}

a.Style4:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Style4:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.Style4:hover {
	text-decoration: none;
	color: #d0bfb5;
}
a.Style4:active {
	text-decoration: none;
	color: #FFFFFF;
}

.Style41 {color: #6c4e3d;font-size: 13px;}

a.Style41:link {
	color: #6c4e3d;
	text-decoration: none;
}
a.Style41:visited {
	text-decoration: none;
	color: #6c4e3d;
}
a.Style41:hover {
	text-decoration: none;
	color: #493124;
}
a.Style41:active {
	text-decoration: none;
	color: #6c4e3d;
}

a.resa:link {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
a.resa:visited {
	text-decoration: none;
	color: #000000;
}
a.resa:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.resa:active {
	text-decoration: none;
	color: #000000;
}

.Style5 {color: #FFFFFF}

.Style6 {font-size: 14px}
.Style7 {font-size: 12px}

.Style8 {color: #cfbfb6; font-size: 12px}

.Style9 {
	color: #FFFFFF;
	font-size: 12px;
}

.Style10 {color: #a68f82;font-size: 13px;}

a.Style10:link {
	color: #a68f82;
	text-decoration: none;
}
a.Style10:visited {
	text-decoration: none;
	color: #a68f82;
}
a.Style10:hover {
	text-decoration: none;
	color: #d0bfb5;
}
a.Style10:active {
	text-decoration: none;
	color: #a68f82;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.info {
   position: relative;
   color: black;
   text-decoration: none;
}
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 */

    /* 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: 0px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #000000;
   padding: 3px;
   font-size: 12px;

   border: 1px solid #513e2f;
}
