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

  .grandtitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: Maroon;
	font-weight: bold;
}


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

  .entete {font-family:Verdana; font-size:8pt; font-weight:normal;}
  .entetepage {font-family:Verdana; font-size:8pt; font-weight:normal;}

  A.entete {font-family:Verdana; font-size:8pt; font-weight:normal;}
  A.entete:hover {font-family:Verdana; font-size:8pt; font-weight:normal;}

  A.entetepage {font-family:Verdana; font-size:8pt; font-weight:normal;}
  A.entetepage:hover {font-family:Verdana; font-size:8pt; font-weight:normal;}

  TABLE.entete2 {}
  TR.entete2 {
	background-color: #F7F9ED;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

  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: Gray;
	font-weight: bold;
}
  DIV.menu {}
  A.menu {color:#000000; text-decoration:none;}
  A.menu:hover {color:#000000; text-decoration:underline;}

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

.imprime{background-color : transparent;}
#checkbox{background-color : transparent;
padding: 0px;
margin: 0px;}

/* menu breves (pour page accueil) */
/*---------------------------------*/
tr.titrenews{
	font-weight: bold;
}
tr.textenews{
}
  /* breves */
  TABLE.menunews{}
  tr.menutitrenews {}
  tr.menutextenews {}
  a.menuliennews {
	font-weight: bold;
	color: #43748F;
	text-decoration: none;
	line-height: 200%;
	border-left: 5px solid #FD9800;
	padding-left: 5px;
}
a:hover.menuliennews{
	color: #81ACC4;
	border-left: 0;
	padding-left: 10px;
}
  .menudatenews {
	color: Silver;
	font-weight: normal;
	display: none;
}
  .menutitrenews {
	font-weight: bold;
}
.menutextenews {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.menusuitenews{
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
  A.menulien2news {font-weight:bold;}
  A.menusuitenews {font-weight:bold;}

  /* edito */
  table.edito{
	width: 100%;
}
  TR.titredito {font-weight:bold;}
  TR.textedito {}
  .titredito {
	font-weight: bold;
	font-size: 16px;
	color: #FF9900;
	_line-height: 30px;
}
  .textedito {
	line-height: 130%;
	font-size: 14px;
}
  .menudateedito {
	color: Silver;
	font-weight: normal;
	display: none;
}
  A.menusuiteedito {font-weight:bold;}



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

.copyright{ color : #000000; text-align : center; font-size : 10px; }
.copyright a{ color : #FC962A; font-weight : bold; text-decoration : none; padding-left : 3px; padding-right : 3px; }
.copyright a:hover{ color : #9074DD; font-weight : bold; text-decoration : none; background : #E4E1F6; }
