/* présentation templates */

TD.mh {background-color:#B53493; BORDER-TOP:#B53493 1px solid; BORDER-LEFT:#B53493 1px solid; BORDER-RIGHT:#B53493 1px solid; BORDER-BOTTOM: 0px}
TD.mb {BORDER-TOP:0px; BORDER-LEFT:#B53493 1px solid; BORDER-RIGHT:#B53493 1px solid; BORDER-BOTTOM:#B53493 1px solid}
TD.mb2 {background-color:#B53493;  BORDER-TOP:0px; BORDER-LEFT:#000000 1px solid; BORDER-RIGHT:#000000 1px solid; BORDER-BOTTOM:#000000 1px solid}
TD.mb3 {BORDER-BOTTOM:#000000 1px solid}

.actt {font-family:verdana; font-size:11px; color:#FFFFFF; font-weight:bold; }


/* le menu gauche */

TD.m1 {background-color:#B53493}
TD.m2 {background-color:#B53493}
TD.m3 {background-color:#B53493}


.tt {font-family:Verdana; font-size:11px; color:#EDE1BD; font-weight:bold; }
A.tt {color:#EDE1BD; text-decoration:none; font-weight:normal;}
A.tt:hover {color:#EDE1BD; text-decoration:underline; font-weight:normal;}

.tt2 {font-family:Verdana; font-size:11px; color:#EDE1BD; font-weight:bold; }
A.tt2 {color:#EDE1BD; text-decoration:none; font-weight:normal;}
A.tt2:hover {color:#EDE1BD; text-decoration:underline; font-weight:normal;}


/* valeurs par defaut */

  /* police par defaut de tout le site */
  BODY, TD {font-family:Verdana; font-size:11px; color: #EDE1BD;}

  /* ligne */
  HR {color:#B53493;}

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

  /* fond, barres de defilement et les cases de formulaire et */
  body {
   background-color:#993366;
   scrollbar-face-color: #993366;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #CCCCFF;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #FFFFFF;
   scrollbar-track-color: #B53493;
   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 : #000000;
   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: #EDE1BD inset;
   background-color: #FFFFFF;
  }

  SELECT {  
   font-family: "Verdana"; 
   font-size: 9px;
   color : #000000;
   background-color: #FFFFFF;
  }


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

  .grandtitre {font-family:Verdana; font-size:14px; color:#EDE1BD; font-weight:bold; }


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

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

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


/* les tableaux du milieu */
/* ---------------------- */
  TABLE.ttmilieu {BORDER-TOP:#000000 1px solid; BORDER-LEFT:#000000 1px solid; BORDER-RIGHT:#000000 1px solid; BORDER-BOTTOM:#000000 1px solid;}
  TR.ttmilieu {background-color:#CC3399;}

  TR.txtmilieu {background-color:#CC3399;}


/* 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; }
  A.menu {color:#FFFFFF; text-decoration:none;}
  A.menu:hover {color:#FFFFFF; text-decoration:underline;}


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

  /* police des dossiers */
  .titre {font-family:Verdana; font-size:11pt; color:#EDE1BD; font-weight:bold;}
  .chapo {font-family:Verdana; font-size:8pt; color:#EDE1BD;}
  .texte {font-family:Verdana; font-size:9pt; color:#EDE1BD;}
  .datedos {font-family:Verdana; font-size:7pt; color:#EDE1BD; font-weight:normal;}
  .auteur {font-family:Verdana; font-size:8pt; color:#EDE1BD; font-weight:bold;}
  .cat {font-family:Verdana; font-size:8pt; color:red; font-weight:bold;}


  /* liens des dossiers */
  A.titredos {font-family:Verdana; font-size:12px; color:#EDE1BD; font-weight:bold; text-decoration:none;}
  A:hover.titredos {font-family:Verdana; font-size:12px; color:#EDE1BD; font-weight:bold; text-decoration: underline;}



/* l'edito */
/* ------- */

  /* police de l'edito */
  .titredito {font-family:Verdana; font-size:11px; color:#EDE1BD; font-weight:bold;}
  .textedito {font-family:Verdana; font-size:8pt; color:#EDE1BD;}

