/* ------------------ */
/* valeurs par defaut */
/* ------------------ */

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

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

  /* liens par défaut */
  A {color:#000000; text-decoration:none;}
  A:hover {color:#000000; 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: 10px;
  }

  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: #000080 inset;
   background-color: #FFFFFF;
  }

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

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

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


/* --------------------------------------------------------------------------------- */
/* les traits pointillés */
/* --------------------------------------------------------------------------------- */

          TD.traitv {background-color:#FFFFFF;
          background-image: url(../templates/default/pv.gif);
	  background-repeat: repeat-y;}

          TD.traith {background-color:#FFFFFF;
          background-image: url(../templates/default/ph.gif);
	  background-repeat: repeat-x;}

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

  /* titre des menus */
  .menutitre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000099;
	font-weight:bold;
	text-transform: uppercase;
	width: 140px;
	text-decoration: none;
	height: 25px;
	background: #FFFFFF;
}
  .menutexte {}
  TABLE.menu {}
  TR.menutitre {
}
  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
  A.menu {	color:#FFFF00;
	text-decoration:none;
	font-size:12px;
	background: #d0475c;
	border: thin outset;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;}
  A.menu:hover {
  
    	color:#d0475c;
	text-decoration:none;
	font-size:12px;
	background: #FFFF00;
	border: thin groove;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;
	}


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

  /* mon premier menu en colonne */
  A.m:hover {
  	color:#d0475c;
	text-decoration:none;
	font-size:12px;
	background: #FFFF00;
	border: thin groove;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;
	}
  A.m {
	color:#FFFF00;
	text-decoration:none;
	font-size:12px;
	background: #d0475c;
	border: thin outset;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;
}

  /* mon deuxieme menu en ligne */
  A.m1:hover {  	color:#d0475c;
	text-decoration:none;
	font-size:12px;
	background: #FFFF00;
	border: thin groove;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;}
  A.m1 {	color:#FFFF00;
	text-decoration:none;
	font-size:12px;
	background: #d0475c;
	border: thin outset;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
	width: 140px;}


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

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


  /* tablo des dossiers */
  TABLE.dossier {}
  TR.titre {}
  TR.chapo {}
  TR.texte {}
  TR.auteur {}
  TR.cat {}


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


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

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

  /* tablo de l'edito */
  TABLE.edito {}
  TR.titredito {}
  TR.textedito {}
