TD {
	font-family:arial;
	font-size:11px;
	color: #7F5341;
}

  /* ligne */
  HR {
	color: #666699;
}
.titremenu{
	color : #666699;
	font-size : 13px;
	font-weight : bold;
}


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


/* changement de fond cellule 89px X 22px au survol d'un lien */

A.sb 
{ background-image: url('../site/fbtn.gif');
  background-repeat: no-repeat; 
  display: block; 
  height: 22px; 
  width: 89px; 
  color: #000000;  
  font-family: Arial;
  font-size : 10px;
  line-height: 22px;
  font-weight : bold;
  font-style: Normal;
  text-align: center;
  vertical-align: baseline;
}
 
A.sb:hover 
{ background: url('../site/fbtn.gif') 0 -22px} 



  /* tableau par défaut */
  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	background-color: #B5D0FF;
    /* background-image: url(back.gif); */
	scrollbar-face-color: #666699;
	scrollbar-shadow-color: #4D4D7F;
	scrollbar-arrow-color: #EFEFF7;
	scrollbar-track-color: #9193BB;
	scrollbar-highlight-color : #C6C9D0;
}

  INPUT {
	background-color: #FFFFFF;
	border-color : #666699;
	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: "arial"; 
   font-size: 10pt;
   color : #666699;
   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: "arial";
	font-size: 8pt;
	color : #666699;
	background-color: #FFFFFF;
}

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

  .grandtitre {font-family:arial; font-size:13px; color:#8A5298; font-weight:bold; }

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
	background-color: transparent;
	border-bottom : thin solid #ffa800;
	text-align : left;
}
  TR.entete {
	background-color: transparent;
}

  TABLE.entete2 {}
  TR.entete2 {
	background-color: transparent;
}

  TABLE.entete3 {
    background-color: transparent;
	border-bottom : thin dotted #666699;
	border-top : thin dotted #666699;
}
  TR.entete3 {
	background-color: transparent;
}

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

  /* titre des menus */
  .menutitre {
	font-family:Arial;
	font-size:10px;
  	 color: #ffffaa;
	 font-weight:bold; 
	text-align : center;
}
  .menutexte {
	text-align : center;
	font-size : 10px;
	color : #ffffff;
}
  TABLE.menu {
	background-color : #FAFAFD;
	border-bottom : thin dotted #666699;
	border-top : thin dotted #666699;
}
  TR.menutitre {
	text-align : center;
	height : 10px;
}
  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
    A.menum {
/*	color: #884C74;*/
    color : #000000;
	background-color : transparent;
	text-decoration:none;
	/* font-weight : bold; */
	font-size : 10px;
}
  A.menum:hover {
	color: #DB6024;
	background-color : transparent;
	text-decoration : none;
/*	font-weight : bold; */
	font-size : 10px;
}
  
  A.menu {
	color: #884C74;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
}
  A.menu:hover {
	color: #DB6024;
	background-color : transparent;
	text-decoration : none;
	font-size : 10px;
}

  A.menuh {
	color: #E5ECF2;
	background-color : transparent;
	text-decoration:none;
	font-weight : bold;
	font-size : 11px;
}
  A.menuh:hover {
	color: #FFD700;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}


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

  /* mon premier menu en colonne */
  A.m:hover {
	color: #ffffaa;
	background-color : transparent;
	text-decoration : none;

	font-size : 10px;
}
  A.m {
	color: #ffffff;
	background-color : transparent;
	text-decoration:none;

	font-size : 10px;
}

  /* mon deuxieme menu en ligne */

  
  A.m1:hover {
	color: #DC143C;
	text-decoration:none;
/*	font-weight:bold;*/
	font-size:10px;
}
  A.m1 {
	color: #400400;
	text-decoration:none;
/*	font-weight:bold; */
	font-size:10px;
}


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

  /* police des dossiers */
  .titre {
	font-family:Arial;
	font-size:10pt;
	color: #FF6C00; /* #8A5298; */
	font-weight:Normal;
}
  .chapo {font-family:arial; font-size:8pt; color:#666699;}
  .texte {
	font-family:Arial;
	font-size: 10px;
	color:#666699;
}
  .datedos {
	font-family:Arial;
	font-size:9px;
	color: #B0B7D0;
	font-weight:normal;
}
  .auteur {
	font-family:Arial;
	font-size:8pt;
	color: #AA718F;
	font-weight:normal;
}
  .cat {
	font-family:Arial;
	font-size:8pt;
	color: #9C4D6E;
	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:Arial;
	font-size:12px;
	/*color: #A64736;*/
    color : #000000;
	font-weight:normal;
	text-decoration:none;
}
  A.titredos:hover {font-family:Arial; font-size:12px; color:"red"; font-weight:normal; text-decoration: underline;}


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

  /* police de l'edito */
  .titredito {
    font-family:Arial;
	font-weight : bold;
	font-size : 140%;
/*	font-style : italic; */
	color : #FF9C00; /* #A64736; */
}

   .textedito {
          font-family: 'Arial';
          font-size: 12px;
          font-weight: normal;
          font-variant: normal;
          font-style: normal;
          font-stretch: normal;
          text-align: justify;
          margin-left: 1%;
          margin-right: 1%;
          color: #224fcf;
              }


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

    /* fonds de la page accueil */
.fondcontact{
	padding-left : 10px;
}

.fonddossier{border : thin dotted #6E6899;}

.fondnews{
/*	background-color : #FAFAFD; */
    background-color : #FFFFFF;
/*	border : thin dotted #6E6899; */
	border : 1 solid #8A58A7;
}



* --------------------------------------------------------------- */
/* le forum */
/* --------------------------------------------------------------- */
.titreforum { text-decoration : none; font-size : 14px; font-family: Arial; color : #FF0033;}
.blanc { text-decoration : none; font-size : 11px; font-weight: bold; font-family: Arial; color : #FFFFFF; }
.titre2forum { text-decoration : none; font-size : 19px; font-weight: bold; font-family: Arial; color : #31639C; }



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


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

.contenu{
	background-color : #FFFFFF;
	padding-left : 15px;
}
.imprime{background-color : transparent;}
.date {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	font-weight : bold;
	text-align : right;
	margin-right : 10px;
	text-transform : capitalize;
}

TABLE.chat1
{
 background-repeat: no-repeat;
 background-image: url(chat_teigneux.gif);
 background-position: left bottom;
        
}

TABLE.chat2
{
 background-repeat: no-repeat;
 background-image: url(chat_hargneux.gif);
 background-position: right bottom;
        
}

TD.chattd1
{
 background-repeat: no-repeat;
 background-image: url(balai.gif);
 background-position: right bottom;
        
}

TD.tdcenter
{
 background-repeat: no-repeat;
 /*background-image: url(scandale.gif);*/
 background-color: #ffffff;
 background-position: right bottom;
}

FONT.texte
{
font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	margin-right : 10px;

}

#heure {
  color: #000;
 /*  background : #fdcc00;*/
  background-image: url(../site/bouton.gif);
  background-repeat: no-repeat;
  background-position: center center;
  font-size 12px;
  font-face: Arial;
  font-weight: bold;
  text-align: center;
  width: 89px;
  height: 22px; 
}



