  /* police par defaut de tout le site */
  BODY, TD {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:0.9em; 
  color: #000000;}

  /* ligne */
  HR {color:#7F7F7F;}

  /* liens par défaut */
  A {color:#000099; text-decoration:none;}
  A:hover {color:#FF0000; text-decoration:underline; }

  /* tableau par défaut */
  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	background-color:#FFFFCC;
	background-image: url(fond.jpg);
   
  }

  INPUT {
   background-color: #FFFFFF; 
   text-indent : 1px;  
   font-family: Arial, sans-serif; font-size: x-small;
  }

  textarea {  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: x-small;
   color : #000000;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   text-decoration: none;
   background-color: #FFFFCC;
  }

  SELECT {  
   font-family: Arial, sans-serif; 
   font-size: x-small;
   color : #000000;
   background-color: #FFFFFF;
  }

/* --------------------------------------------------------------------------------- */
/* les grands titres de chaque module */
/* --------------------------------------------------------------------------------- */

  .grandtitre {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:small; 
  color:#000000; 
  font-weight:bold; }


          

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
  BORDER-TOP:#000000 1px solid; 
  BORDER-LEFT: 0px; 
  BORDER-RIGHT: 0px; 
  BORDER-BOTTOM:#000000 1px solid;}
  TR.entete {
  background-color:#CCCCFF;}

  TABLE.entete2 {}
  TR.entete2 {background-color:#EAEAFF;}

  TABLE.entete3 {BORDER-TOP: 0px solid; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-BOTTOM:#000000 1px solid;}
  TR.entete3 {background-color:#DFDFFF;}

/* --------------------------------------------------------------------------------- */
/* valeurs des menus (pour les menus créés par artiphp (identification zone membre)) */
/* --------------------------------------------------------------------------------- */

  /* titre des menus */
  .menutitre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; color:#000000; font-weight:bold; }
  .menutexte {}
  TABLE.menu {}
  TR.menutitre {background-color:#000000;}
  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
  A.menu {color:#000000; text-decoration:none;}
  A.menu:hover {color:#000000; text-decoration:underline;}


/* ----------------------------------------- */
/* valeurs des autres liens pour les modules */
/* ----------------------------------------- */

  /* mon premier menu en colonne */
  A.m:hover {color:#000000; text-decoration:underline; font-weight:bold; font-size:small;}
  A.m {color:#000000; text-decoration:none; font-weight:bold; font-size:small;}

  /* mon deuxieme menu en ligne */
  A.m1:hover {color:#000000; text-decoration:underline; font-weight:bold; font-size:small;}
  A.m1 {color:#000000; text-decoration:none; font-weight:bold; font-size:small;}


/* --------------------------------------------------------------- */
/* les dossiers et les news */
/* --------------------------------------------------------------- */

  /* police des dossiers */
  .titre {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11pt; color:#000000; 
  font-weight:bold;}
  .chapo {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  color:#000000;}
  .texte {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:9pt; 
  color:#000000;}
  .datedos {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  color:#FFFFCC; 
  font-weight:normal;}
  .auteur {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  color:#004080; 
  font-weight:bold;}
  .cat {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  color:#CC0000; 
  font-weight:bold;}


  /* liens des dossiers */
  A.titredos {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; color:#CC0000; font-weight:bold; text-decoration:none;}

/* ----------------------------------------- */
/* impression */
/* ----------------------------------------- */

.imprime{background-color : transparent;}

ul, li { margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    line-height: 17px;
	}
	