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

  /* ligne */
  HR {
	color: #885A45;
}

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

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

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	background-color: #FAF3F1;
	scrollbar-face-color: #E0BBA4;
	scrollbar-shadow-color: #B37E68;
	scrollbar-arrow-color: #885A45;
	scrollbar-track-color: #FAF3F1;
}

  INPUT {
	background-color: #FAF3F1;
	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: "Verdana"; 
   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;
  }
#divwok {
 float:left;
 width:300px;
display: inline;
}

  SELECT {
	font-family: "Arial";
	font-size: 8pt;
	color : #666699;
	background-color: #FFFFFF;
}

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

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

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-BOTTOM: #8A5298 1px solid;
	text-align : left;
}
  TR.entete {
	background-color: transparent;
}

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

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

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

  /* titre des menus */
  .menutitre {
	font-family:Verdana;
	font-size:11px;
	color: #884C74;
	font-weight:bold;
	text-align : center;
}
  .menutexte {
	text-align : center;
	font-weight : bold;
	font-size : 9px;
	color : #632D17;
}
  TABLE.menu {
	background-color : transparent;
}
  TR.menutitre {
	text-align : center;
	height : 14px;
}
  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
  A.menu {
	color: #884C74;
	background-color : transparent;
	text-decoration:none;
	font-weight : bold;
	font-size : 9px;
}
  A.menu:hover {
	color: #7A88B0;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
	font-size : 9px;
}


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

  /* mon premier menu en colonne */
  A.m:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	padding-right: 2px;
	background-color : transparent;
	border-right: 5px solid #FF7F50;
}
  A.m {
	color: #FDECE1;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	padding-right: 6px;
	background-color : transparent;
	border-right : 1px solid #FDECE1;
}

  /* 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:Verdana; font-size:11pt; color:#666699; font-weight:bold;}
  .chapo {font-family:Verdana; font-size:8pt; color:#666699;}
  .texte {font-family:Verdana; font-size:9pt; color:#666699;}
  .datedos {
	font-family:Verdana;
	font-size:8pt;
	color: #B0B7D0;
	font-weight:normal;
}
  .auteur {
	font-family:Verdana;
	font-size:8pt;
	color: #AA718F;
	font-weight:bold;
}
  .cat {
	font-family:Verdana;
	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:Verdana;
	font-size:12px;
	color: #A64736;
	font-weight:bold;
	text-decoration:none;
}
  A:hover.titredos {font-family:Verdana; font-size:12px; color:#7A88B0; font-weight:bold; text-decoration: underline;}


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

  /* police de l'edito */
  .titredito {
	font-weight : bold;
	font-size : 130%;
	font-style : italic;
	color : #A64736;
}
  .textedito {
	text-align : justify;
}

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

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

.fonddossier{}

.fondnews{}

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


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

.contenu{
	background-image : url(fond.gif);
	background-position : top;
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	padding : 20px 15px 15px 15px;
}
#Layer1 { 
position:absolute;
top:100px;
left: 760px;
height:600px;
width:160px;
}
#site { 
position:absolute; 
top:0; 
width:760px; 
right:22%; 
} 

