/*Feuille de style */

/* Image de Fond Fixe*/
BODY{ background-image: url('Image/background.gif');  background-attachment: fixed; 
      background-repeat: no-repeat; background-position: right }


/* Définition de l'apparence par défaut de tous les liens */
  A { color: Black; text-decoration: none; }
  A:VISITED { color: Black; text-decoration: none; }
  A:HOVER { color: Green; text-decoration: none; }
  A:ACTIVE { color: Red; text-decoration: none; }

/* Favoris */
.Favori { color : #800000; border : solid; border-width : 1.5pt; border-color : green; 
          font-size : 10pt; padding : .05cm; text-align : center; font-weight : bold; 
          font-family : "Arial", monospace; }

/* Titre de page */
.TitrePage { color : #191970; border : solid; border-width : 4pt; border-color : #0BBCBD; 
             font-weight : 900; font-size : .7cm; font-style : italic; margin : 0pt; 
             padding : .15cm; text-align : left; }

/* Pourcentages */
.Pourcent { font-size : 9pt; padding-bottom : 4pt; text-align : center; }

/* Texte discret ou de copyright */
.Copyright {color : silver; font-size : 10pt; }
.Discret { text-align : center; font-size : 10pt; padding-left : 7pt; 
           padding-right : 7pt; color : Gray; }

/* Retraits de 1ere ligne pour les paragraphes */
.Retrait1 { text-indent : 1.5cm; font-family : "Arial", monospace; font-size : 10pt; font-weight : bold; }
.Retrait2 { text-indent : 2.5cm; font-family : "Arial", monospace; font-size : 10pt; font-weight : bold; }

/* Surlignage en couleurs*/
.CoulLien {font-weight : bold; color : Green; }


/* Menu */
.MenuTitre { font-size : 12pt; font-weight : bold; color : Blue; 
	     font-family : "Arial", monospace;}
.MenuItem { font-size : 9pt; font-weight : bold; 
 	    font-family : "Arial", monospace;}

/* Titres */
.Titre1 { font-size : 18pt; font-weight : bold;  
          padding-top : .3cm; text-indent : .1cm; }
.Titre2 { font-size : 14pt; font-weight : bold;
	  padding-top : .3cm; text-indent : .3cm; }
.Titre3 { font-size : 12pt; font-weight : bold; 
 	    font-family : "Arial", monospace;}
.Titre4 { font-size : 10pt; font-weight : bold; font-family : "Arial", monospace; }
.Titre5 { font-size : 10pt; font-family : "Arial", monospace; }

/* styles utilisés pour les codes sources en pascal :
   ne fonctionnent qu'à l'intérieur de .CodeDelphi */

/* Bloc de code Delphi : permet d'afficher une ligne rouge à gauche du bloc */
.LigneRouge { margin-left : .8cm; padding-left : .5cm; border-left : solid;
	      border-left-width : 1pt; border-color : red; }

/* Permet de formatter le texte comme sous Delphi, 
   et d'utiliser les autres styles de couleurs ci-dessous */
.CodeDelphi { font-size : 9pt; font-weight : normal; font-style : normal;
	      font-family : "courier new", monospace; text-decoration : none; color : black; }
.CodeDelphi .MotCle { font-weight : bold; }
.CodeDelphi .Comment { font-style : italic; color : Gray; }
.CodeDelphi .Chaine { color : Blue; }
.CodeDelphi .Nombre { color : Blue; }
.CodeDelphi .Surligne { background : #FFEDCC; }
