<style type="text/css">         <!--
         h1,h2,h3,h4,h5,h6,div,p,span,font,a,body,td  {
         	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
         	font-size : 10pt;
         	color : Black;
         }
         .titre {
         	font-size : 14pt;
         	font-weight : bold;
         	color : #005F7A;
         	font-style : italic;
         }
         .soustitre {
         	font-size : 12pt;
         	font-weight : bold;
         	color : #005F7A;
         }
         .soussoustitre {
         	font-size : 10pt;
         	font-weight : bold;
         	font-style : italic;
         	color : #005F7A;
         }

         /*  définition des couleurs d'un lien   */
         /*  le hover doit toujours etre défini en dernier   */
         A:ACTIVE {
         	text-decoration : none;
         }
         A:LINK {
         	text-decoration : none;
         }
         A:visited {
         	text-decoration : none;
         }
         A:HOVER {
         	text-decoration : underline;
         }


         /*  définition de la couleur du fond   */
         body {
         	background-color: White;
         }
         -->
         
         p.lien_partenaire {
         	font-size : 10pt;
         	font-weight : bold;
         	font-style : italic;
         	color : #005F7A;
         	text-align :right;
         }
         
</style>