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

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


/* les entetes */
/* ----------- */

  .entete {
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	background-color: #B2C900;
}
  .entetepage {
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	background-color: #000000;
}


  A.entete {color:#576400; font-weight:bold;} 
A.entete:hover {color:#BC1E00; text-decoration: none;}

  A.entetepage {font-family:Verdana; font-size:8pt; color:#000000; font-weight:bold;}
  A.entetepage:hover {font-family:Verdana; font-size:8pt; color:#000000; font-weight:bold;}




/* 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; }
  DIV.menu {color:#cc0033;}
  A.menu {
	color:#FFFFFF;
	text-decoration:blink;
	background-color: #993366;
}
  A.menu:hover {
	color:#990000;
	text-decoration:underline;
	background-color: #FFFFFF;
}

/* 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:10px;}
  A.m {color:#000000; 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;}


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

.imprime{background-color : transparent;}

/* menu breves (pour page accueil) */
/*---------------------------------*/

  /* breves */
  TABLE.menunews{}
  TR.menutitrenews {}
  TR.menutextenews {}
  A.menuliennews {color:#006600; font-weight:normal;}
  .menudatenews {color:#C0C0C0; font-weight:normal;}
  .menutitrenews {font-weight:bold;}
  .menutextenews {}
  A.menulien2news {font-weight:bold;}
  A.menusuitenews {font-weight:bold;}

  /* edito */
  TR.titredito {}
  TR.textedito {}
  .titredito {font-weight:bold;}
  .textedito {}
  .menudateedito {color:#C0C0C0; font-weight:normal;}
  A.menusuiteedito {font-weight:bold;}



/* copyright */
/* --------- */

.copyright{ color : #000000; text-align : center; font-size : 10px;
clear : both; }
.copyright a{ color : #DB6024; font-weight : bold; text-decoration : none; padding-left : 3px; padding-right : 3px; }
.copyright a:hover{ color : #908ABF; font-weight : bold; text-decoration : none; background : #E4E1F6; }