/* ------------------ */
/* valeurs par defaut */
/* ------------------ */


#tete {
    /*
    height: 70px;
	background-image :  url(/pic/bandeau.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    border-top: solid 0px #8080ff;
    border-bottom: dashed 1px #000080;
	 */
    text-align : right;
    font-variant : small-caps;
 }

  /* police par defaut de tout le site */
  BODY, TD {font-family:Verdana; font-size:13px; color: #003366;}

  /* ligne */
  HR {color:#7F7F7F;}

  /* liens par défaut */
  A {color:#003366; text-decoration:underline;}
  A:hover {color:#003366; text-decoration:underline; }

  /* tableau par défaut */
  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
   background-color:#FFFFFF;
   scrollbar-face-color: #FFFFFF;
   scrollbar-highlight-color: #000000;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #000000;
   scrollbar-track-color: #FFFFFF;
   scrollbar-darkshadow-color: #000000;
  }

  INPUT {
   background-color: #FFFFFF; border-color : #000000;  
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   text-indent : 1px;  
   font-family: Arial; font-size: 9px;
  }

  textarea {  
   font-family: "Verdana"; 
   font-size: 10pt;
   color : #003366;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: normal;
   text-align: normal;
   word-spacing: normal;
   border: thin ridge;
   border-color: #000080 inset;
   background-color: #FFFFFF;
  }

  SELECT {  
   font-family: "Arial"; 
   font-size: 8pt;
   color : #003366;
   background-color: #FFFFFF;
  }


/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {BORDER-TOP:#000000 1px solid; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-BOTTOM:#000000 1px solid;}
  TR.entete {background-color:#0099FF;}

  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; font-size:11px; color:#FFFFFF; font-weight:bold; }
  .menutexte {}
  TABLE.menu {}
  TR.menutitre {background-color:#0099FF;}
  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
  A.menu {color:#003366; text-decoration:none;}
  A.menu:hover {color:#003366; text-decoration:underline;}


/* ----------------------------------------- */
/* valeurs des autres liens pour les modules */
/* ----------------------------------------- */

  /* mon premier menu en colonne */
  A.m:hover {color:#003366; text-decoration:underline; font-weight:bold; font-size:10px;}
  A.m {color:#003366; text-decoration:none; font-weight:bold; font-size:10px;}

  /* mon deuxieme menu en ligne */
  A.m1:hover {color:#000000; text-decoration:underline; font-weight:bold; font-size:10px;}
  A.m1 {color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}
