/* ------------------------------------------------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éparation 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 */
	float : left;
	height : 20px;
	color : #CCCC33;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 4px;
}


/* -------------------------------------------------------COPYRIGHT */

#copyright{
	clear : both;
	letter-spacing : 1px;
}

/* ---------------------------------------------------------------- */

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

/* -----------------------------------------------------------LIGNE */

HR {
	color: ##334777;
}


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

/* ------------------------------------------------LIENS PAR DEFAUT */

  A {
	color: #C3223F;
	text-decoration:none;
}
  A:hover {
	text-decoration:underline;
}

/* ---------------------------------------------TABLEAUX PAR DEFAUT */

  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	scrollbar-face-color: #9074DD;
	scrollbar-shadow-color: #7A6BA5;
	scrollbar-arrow-color: #FC962A;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color : White;
	margin : 0;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

  INPUT {
	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;
  }

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

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

  .grandtitre {
	font-family:Verdana;
	font-size:16px;
	color: #FC962A;
	font-weight:bold;
}

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
	border-bottom : 1px dotted #7A6BA5;
	border-top : 1px dotted #7A6BA5;
	text-align : left;
	height:30px;
	vertical-align:middle;
}
  TR.entete {
	background-color: transparent;
}
/*
TD.entete {
	color : #334777;
}
*/
  TABLE.entete2 {}
  TR.entete2 {
	background-color: transparent;
}

  TABLE.entete3 {
	background-color: transparent;
	border-bottom : thin dotted #334777;
	border-top : thin dotted #334777;
}
  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:10px;
	color: #C2332F;
	font-weight:bold;
	text-align : left;
}
  .menutexte {
	font-size : 9px;
	color : #334777;
}
  TABLE.menu {
	background-color : transparent;
}
  TR.menutitre {
	text-align : left;
	height : 14px;
}

  TR.menutexte {}
  TD.menutitre {}
  TD.menutexte {}
    A.menum {
	color: #884C74;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
}
  A.menum:hover {
	color: #DB6024;
	background-color : transparent;
	text-decoration : none;
	font-size : 10px;
}

/* -----------------------------------------------------------ADMIN */  

  A.menu {
	color: #FFFFFF;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
}
  A.menu:hover {
	color: #7A6BA5;
	background-color : transparent;
	text-decoration : none;
	font-size : 10px;
}

/* ------------------------------------------------MENU HORIZONTALE */ 

  A.menuh {
	color: #7A6BA5;
	text-decoration:none;
	font-size : 10px;
}
  A.menuh:hover {
	color: #9074DD;
	text-decoration : none;
	font-size : 10px;
}


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

/* ---------------------------------------------TITRE DES DOSSIERS */

  .titre {
	font-family:Verdana;
	font-size:10pt;
	color: #C2332F;
	font-weight:bold;
}
  .chapo {
	font-family:Verdana; 
	font-size:8pt; 
	color:#806633;
	font-weight:normal;
}

/* ---------------------------------------------TEXTE DES DOSSIERS */

  .texte {
	font-family:Verdana;
	font-size: 10px;
	color: #334777;
}

/* ----------------------------------------------DATE DES DOSSIERS */

  .datedos {
	font-family:Verdana;
	font-size:9px;
	color: #806633;
	font-weight:normal;
}
  .auteur {
	font-family:Verdana;
	font-size:8pt;
	color: #806633;
	font-weight:bold;
}
  .cat {
	font-family:Verdana;
	font-size:8pt;
	color: #806633;
	font-weight:bold;
}

  TABLE.dossier {}
  TR.titre {}
  TR.chapo {}
  TR.texte {}
  TR.auteur {}
  TR.cat {}


/* ----------------------------------------------LIENS DES DOSSIERS */

  A.titredos {
	font-family:Verdana;
	font-size:12px;
	color: #c2332f;
	font-weight:bold;
	text-decoration:none;
}
  A:hover.titredos {
	font-family:Verdana;
 	font-size:12px; 
	color:#c2332f; 
	font-weight:bold; 
	text-decoration: underline;
}

/* -----------------------------------------------------------EDITO */

  
  .titredito {
	font-weight : bold;
	font-size : 16px;
	color : #C2332F;
}
  .textedito {
	text-align : justify;
	color : #334777;
	font-size : 12px;
}

  
  TABLE.edito {}
  TR.titredito { padding-bottom:10px;}
  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: #C2332F;
	font-weight : bold;
	text-align : right;
	margin-right : 10px;
	text-transform : capitalize;
}

TD.recherche{
	border-bottom : thin dotted #804B6C;
	border-top : thin dotted #804B6C;
	padding-top : 8px;
}

TD.fondpage {
	color : #7A6BA5;
	background-color : #E4DEF8;
}


.skin{
	color : #FFFFFF;
	text-decoration:none;
	font-size : 9px;
}

.fondcontact{}

.fonddossier{}

.fondnews{}

/* ---------------------------------------------------MENU VERTICAL */

.menutitle{
	cursor:pointer;
	color: #7A6BA5;
	font-weight:bold;
	font-size : 12px;
	background : transparent url(mg_titre.gif) no-repeat;
	padding-left : 22px;
	line-height : 20px;
	text-align : left;
}



/* position des zones */


#contenu {	position:relative;	left:0px;	top:0px;	width:780px;	height: 828px;}
#photoduj {	position:float;	left:0px;	top:0px;	 }
#date {	position:float;	left:0px;	top:0px; width:161px; height:18px; background-color:#C2332F; text-align:center; vertical-align:middle; }
#chercher {	position:absolute;	left:596px;	top:98px;	width:184px;	height:22px; background-color:#FFFFFF; 
	text-align: center; 	vertical-align:text-top; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 10px; }
.look {
	font-family: Verdana;
	font-size: 8pt;
	color : #990000;
	text-decoration: none;
	border: thin inset #D0DDDD;
}
#barre-verticale {	position:absolute;	left:0px;	top:125px;	width:780px;	height:22px; background : url(../templates/temp/images/barre_verticale.gif); 
				padding-left:100px; padding-top:5px; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 10px; }
#Centre {	position:relative;  float : left;}
#gauche {	position:relative;	float:left;	left:0px;	top:0px; height:100%;	width:161px;	background : url(../templates/temp/images/menu_gauche.jpg);}
#menuv {	position:relative;	float:right;		width:600px; height:73px; text-align:left; background : url(../templates/temp/images/barre_icones.jpg);}
#detail {	position:relative;	float:right; marging-left:10px;		width:600px;text-align:left;}
#bas2 {	position:relative;float:left; 	width:100%;	height:20px;	background-color:#D0DDDD; padding-top:3px;}
.hhm03{            		/* Cellule de titres du menu haut */
	float : left;
	height : 20px;
	color : #CCCC33;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 0px;
}
 .imgdossier_catphp {
	margin-right: 10px;
	margin-bottom: 5px;
}
