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


body {
	background-color: #800466;
	background-image: url(../../img/back.jpg);
	background-repeat: repeat;
}
a:link {
	color: #9999FF;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FFA6FF;
}
a:active {
	color: #FFFFFF;
}

img {
border: none;
}
  .grandtitre {font-family:Tahoma; font-size:13px; color:#6600FF; font-weight:bold; }

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

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


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

  /* titre des menus */
  .menutitre {font-family:Tahoma; font-size:11px; color:#000000; font-weight:bold; }
  DIV.menu {}
  A.menu {color:#000000; text-decoration:none;}
  A.menu:hover {color:#000000; text-decoration:underline;}
  a:active {outline:none;}


/* 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;}
#checkbox{background-color : transparent;
padding: 0px;
margin: 0px;}

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

  /* breves */
  TABLE.menunews{}
  TR.menutitrenews {}
  TR.menutextenews {}
  A.menuliennews {font-weight:bold;}
  .menudatenews {color : #CC0000; 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 {display:none}
  A.menusuiteedito {font-weight:bold;}
  
  /* copyright */
/* --------- */

.copyright{ color : #000000; text-align : center; font-size : 10px; }
.copyright a{ color : #990000; font-size : 10px; }
.copyright a:hover{ color : #FF0000; font-size : 10px; }
