/* ------------------------------------------------MENU HORIZONTALE */ 

#hhmenu{
				/* Conteneur du menu haut */
	height : 20px;
	float : left;
}
#hhm01{            		/* Cellule vide �gauche du menu */
	width : 10px;
	height : 20px;
	float : left;
}
.hhm02{            		/* Traits de s�aration vertical du menu haut */
	width : 2px;
	height : 20px;
	background : url(Sep_menu_horizontal.gif) no-repeat;
	float : left;
}
.hhm03{            		/* Cellule de titres du menu haut */
	text-align : center;
	float : left;
	height : 20px;
	color : #ffffff;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 4px;
}


/* -------------------------------------------------------COPYRIGHT */

#copyright{
	clear : both;
	letter-spacing : 1px;
}

/* ---------------------------------------------------------------- */

TD {
	font-family:Verdana; Arial; Sans;
	font-size:11px;
	color: #000000;
}

/* -----------------------------------------------------------LIGNE */

HR {
	color: #ffffff;
}


.titremenu{
	color : #b67637;
	font-size : 13px;
	font-weight : bold;
}

/* ------------------------------------------------LIENS PAR DEFAUT */

  A {
	color: #b67637;
	text-decoration:none;
}
  A:hover {
	color: #000000;
	text-decoration:underline;
}

/* ---------------------------------------------TABLEAUX PAR DEFAUT */

  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	background-color: #ffffff;
	margin : 0;
	text-align : left;
	font-family:sans-sherif;
	font-size:12px;
	color: #0000000;
}

  INPUT {
	background-color: #FFFFFF;
	border-color : #000000;
	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 : #000000;
   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: #000000 inset;
   background-color: #FFFFFF;
  }

  SELECT {
	font-family: "Arial";
	font-size: 8pt;
	color : #ff6600;
	background-color: #FFFFFF;
}

/* --------------------------------------------------------------------------------- */
/* les grands titres de chaque module */
/* --------------------------------------------------------------------------------- */

  .grandtitre {
	font-family:Verdana; Arial; Sans;
	font-size:13px;
	color: #ff6600;
	font-weight:bold;
}

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
	background-color: transparent;
	text-align : left;
}
  TR.entete {
	background-color: transparent;
}

TD.entete {
	color : #ff6600;
	background-color: transparent;
}

  TABLE.entete2 {}
  TR.entete2 {
	background-color: transparent;
}

  TABLE.entete3 {
	background-color: transparent;
	border-bottom : thin dotted #ff6600;
	border-top : thin dotted #ff6600;
}
  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; Arial; Sans;
	font-size:10px;
	color: #ff6600;
	font-weight:bold;
	text-align : left;
}
  .menutexte {
	text-align : center;
	font-size : 9px;
	color : #000000;
}
  TABLE.menu {
	background-color : transparent;
}
  TR.menutitre {
	text-align : left;
	height : 14px;
}

  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
    A.menum {
	color: #b67637;
	background-color : transparent;
	text-decoration:none;
	font-weight : bold;
	font-size : 10px;
}
  A.menum:hover {
	color: #000000;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}

/* -----------------------------------------------------------ADMIN */  

  A.menu {
	color: #b67637;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
}
  A.menu:hover {
	color: #000000;
	background-color : transparent;
	text-decoration : none;
	font-size : 10px;
}

/* ------------------------------------------------MENU HORIZONTALE */ 

  A.menuh {
	color: #b67637;
	text-decoration:none;
	font-weight : bold;
	font-size : 10px;
}
  A.menuh:hover {
	color: #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}


/* --------------------------------------------------------------- */
/* les dossiers et les news */
/* --------------------------------------------------------------- */

/* ---------------------------------------------TITRE DES DOSSIERS */

  .titre {
	font-family:Verdana; Arial; Sans;
	font-size:18pt;
	color: #ff6600;
	font-weight:bold;
}
  .chapo {
	font-family:Verdana; Arial; Sans;
	font-size:10pt; 
	color:#000000;
}

/* ---------------------------------------------TEXTE DES DOSSIERS */

  .texte {
	font-family:Verdana; Arial; Sans;
	font-size: 10px;
	color: #000000;
	margin-left: 150px;
}

.textetitre {
	margin-left: 0px;
	color: #ff6600;
}

/* ----------------------------------------------DATE DES DOSSIERS */

  .datedos {
	font-family:Verdana; Arial; Sans;
	font-size:9px;
	color: #ff6600;
	font-weight:normal;
}
  .auteur {
	font-family:Verdana; Arial; Sans;
	font-size:8pt;
	color: #ff6600;
	font-weight:bold;
}
  .cat {
	font-family:Verdana; Arial; Sans;
	font-size:8pt;
	color: #ff6600;
	font-weight:bold;
}

  TABLE.dossier {}
  TR.titre {
        font-family:Verdana; Arial; Sans;
	font-size:11px;
	color: #ff6600;
	font-weight:normal;
}
  TR.chapo {}
  TR.texte {
        font-family:Verdana; Arial; Sans;
	font-size:11px;
	color: #000000;
	font-weight:italic;
}
  TR.auteur {}
  TR.cat {
        font-family:Verdana; Arial; Sans;
	font-size:11px;
	color: #ff6600;
	font-weight:normal;
}
  TR.Dos_cat_titre {
        font-family:Verdana; Arial; Sans;
	font-size:11px;
	color: #ff6600;
	font-weight:normal;
}

/* ----------------------------------------------LIENS DES DOSSIERS */

  A.titredos {
	font-family:Verdana; Arial; Sans;
	font-size:12px;
	color: #b67637;
	font-weight:bold;
	text-decoration:none;
}
  A:hover.titredos {
	font-family:Verdana; Arial; Sans;
 	font-size:12px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration: underline;
}

/* -----------------------------------------------------------EDITO */

  
  .titredito {
	font-weight : bold;
	font-size : 110%;
	color : #b67637;
}
  .textedito {
	text-align : justify;
	color : #000000;
	font-size : 12px;
}

  
  TABLE.edito {}
  TR.titredito {}
  TR.textedito {}
  
/* ----------------------------------------------VALEURS PAR DEFAUT */

TD.contenu{
	background-color : transparent;
	padding : 10px 10px 20px 20px;
}

.imprime{
	background-color : transparent;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	font-weight : bold;
	text-align : right;
	margin-right : 10px;
	text-transform : capitalize;
}

TD.recherche{
	border-bottom : thin dotted #ff6600;
	border-top : thin dotted #ff6600;
	padding-top : 8px;
}

TD.fondpage {
	color : #ff6600;
	background-color : #ff6600;
}


.skin{
	color : #FFFFFF;
	text-decoration:none;
	font-size : 9px;
}

.fondcontact{}

.fonddossier{}

.fondnews{}

/* ---------------------------------------------------MENU VERTICAL */

.menutitle{
	cursor:pointer;
	color: #ff6600;
	font-weight:bold;
	font-size : 12px;
	background : transparent url(mg_titre.gif) no-repeat;
	padding-left : 22px;
	line-height : 20px;
	text-align : left;
}

.submenu{}

A.m {
	color: #b67637;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
	background-image : url(mg_rub.gif);
	background-position : left;
	background-repeat : no-repeat;
	width : 100%;
	padding-left : 35px;
	line-height : 20px;
}

A.m:hover {
	text-decoration : none;
	color : #000000;
}


//guestbook

TABLE.titreguest {
	background-color: transparent;
	text-align : left;
}
  TR.titreguest {
	background-color: transparent;
	text-align : left;
}

TD.titreguest {
	color : #ff6600;
}

DIV.titreguest {
   font-family:Verdana; Arial; Sans;
   margin-left: 150px;
   margin-bottom: 5;
   font-size : 110%;
	color : #b67637;
	font-weight : bold;
}
DIV.texteguest {
   margin-left: 150px;
   margin-bottom: 15;
   font-size: 12px;
   color : #000000;
   font-family:Verdana; Arial; Sans;
}

DIV.guestsaisi {
   font-family:Verdana; Arial; Sans;
   margin-left: 150px;
   margin-bottom: 15;
   font-size: 12px;
}
