A:link {
   color: #494949;
   font-weight: normal;
   text-decoration: underline;
   }
A:visited {
   color: #494949;
   font-weight: normal;
   text-decoration: underline;
   }
A:hover {
   color: #0000FF;
   font-weight: normal;
   text-decoration: underline;
   }
A:active {
   color: #494949;
   font-weight: normal;
   text-decoration: underline;
   }

/* Titres */

H1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 18pt;
   font-style: normal;
   font-weight: bold;
   color: #494949;
   text-align: right;
   }

H2 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color: #800000;
   text-align: left;
   line-height: 0px;
   }

H3 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: left;
   }

H4 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13pt;
   font-style: normal;
   font-weight: bold;
   color: #004080;
   text-align: left;
   }

H5 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-style: normal;
   font-weight: bold;
   color: #494949;
   text-align: right;
   }

H6 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: right;
   }

/* Contenus */

P.Contenu {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   }

li.Contenu {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   }

P.Coord {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color: #004080;
   text-align: center;
   }

P.RightJust {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: right;
   }

/* Images flottantes */

.BlocImageDroit {
   float: right;
   margin: 4px 0 16px 10px;
   }

div.BlocImageDroit img {
   border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #000000 #000000 #000000 #000000;
   }

div.BlocImageDroit p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   margin-top: 6px;
   }

.BlocImageGauche {
   float: left;
   margin: 4px 10px 16px 0;
   }

div.BlocImageGauche img {
   border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #000000 #000000 #000000 #000000;
   }

div.BlocImageGauche p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   margin-top: 6px;
   }

/* XnView */

.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

div.center img {
 border: none;
}

div.center table {
 background: #fff;
 border: 1px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
div.center td {
 background: #eee;
 border: 1px solid #999;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 70%;
 color: #000;
}

div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 70%;
 color: #000;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 70%;
 color: #000;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}






