/* ------------------------------------------------MENU HORIZONTAL */ 

#hhmenu{
				/* Conteneur du menu haut */
	width:669px;   /* Largeur de la bande du menu */
	height : 28px;   /*hauteur du menu */
  position : relative;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#FFFFFF;
}
#hhm01{            		/* Cellule vide à gauche du menu */
	width : 2%;   /* regle l'écart par rapport au bord gauche */
	height : 28px;
	float : left;
}
.hhm02{            		/* Barre entre les titres du menu */
	margin-left: 1px;  /* regle l'écart entre les titres du menu*/
}
.hhm03{            		/* Cellule de titres du menu haut */
	text-align : center;
	float : left;
	margin-left: 7px;  /* regle l'écart entre les titres du menu*/
	height : 20px;
	color : #000000;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 4px;
}


/* -------------------------------------------------------COPYRIGHT */

#copyright{
	clear : both;
	letter-spacing : 1px;
}

/* ---------------------------------------------------------------- */

TD {
	font-family:Verdana;
	font-size:8px;
	color: #000000;
}

/* -----------------------------------------------------------LIGNE */

HR {
	color: #000000;
}


.titremenu{
	color : #666699;
	font-size : 13px;
	font-weight : bold;
}

/* ------------------------------------------------LIENS PAR DEFAUT */

  A {
	color: #230AA3;
	text-decoration:none;
}
  A:hover {
	color: #BC1010;
	text-decoration:underline;
}

/* ---------------------------------------------TABLEAUX PAR DEFAUT */

  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et */
  body {
	background-color: #F1F0F0;
	margin : 0;
	text-align : center;
	font-family:Verdana;
	font-size:11px;
	color: #1C5F36;
}

  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: "Verdana"; 
   font-size: 10pt;
   color : #666699;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: normal;
   word-spacing: normal;
   border: thin ridge;
   border-color: #000080;
   background-color: #FFFFFF;
  }

  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: #230AA3;
	font-weight:bold;
}

/* --------------------------------------------------------------- */
/* les entetes */
/* --------------------------------------------------------------- */
  TABLE.entete {
	width:100%;
	height:25px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}
  TR.entete {
	background-color: transparent;
}

TD.entete {
	color : #230AA3;
	padding-left:5px;
}

  TABLE.entete2 {}
  TR.entete2 {
	background-color: transparent;
	padding-left:5px;
	font-size:11px;
	}
  .entete2{font-size:11px;}
	
  TABLE.entete3 {
	background-color: transparent;
	border-bottom : thin dotted #1C5F36;
	border-top : thin dotted #1C5F36;
}
  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: #FFFFFF;
	font-weight:bold;
	text-align : left;
}
  .menutexte {
	text-align : center;
	font-size : 9px;
	color : #1C5F36;
}
  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-weight : bold;
	font-size : 10px;
}
  A.menum:hover {
	color: #DB6024;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}

/* -----------------------------------------------------------ADMIN */  

  A.menu {
	color: #230AA3;
	background-color : transparent;
	text-decoration:none;
	font-size : 10px;
}
  A.menu:hover {
	color: #230AA3;
	background-color : transparent;
	text-decoration : none;
	font-size : 10px;
}

/* ------------------------------------------------MENU HORIZONTALE (barre du haut)*/ 

  A.menuh {
	color: #BC1010;
	text-decoration:none;
	font-weight : bold;
	font-size : 10px;
}
  A.menuh:hover {
	color: #DB6024;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}


/* --------------------------------------------------------------- */
/* les dossiers et les news */
/* --------------------------------------------------------------- */

/* ---------------------------------------------TITRE DES DOSSIERS */

  .titre {
	font-family:Verdana;
	font-size:8px;
	color: #230AA3;
	font-weight:bold;
	padding-left:3px;
}
  .chapo {
	font-family:Verdana; 
	font-size:8pt; 
	color:#000000;
	padding-left:3px;
}

/* ---------------------------------------------TEXTE DES DOSSIERS */

  .texte {
	font-family:Verdana;
	font-size: 10px;
	color: #000000;
	padding-left:4px;
}

/* ----------------------------------------------DATE DES DOSSIERS */

  .datedos {
	font-family:Verdana;
	font-size:9px;
	color: #BC1010;
	font-weight:normal;
}
  .auteur {
	font-family:Verdana;
	font-size:8pt;
	color: #000000;
	font-weight:bold;
}
  .cat {
	font-family:Verdana;
	font-size:8pt;
	color: #9074DD;
	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: #1010BC;
	font-weight:bold;
	text-decoration:none;
}
  A:hover.titredos {
	font-family:Verdana;
 	font-size:12px; 
	color:#BC1010; 
	font-weight:bold; 
	text-decoration: underline;
}

/* -----------------------------------------------------------EDITO */

  
  .titredito {
	font-weight : bold;
	font-size : 110%;
	color : #230AA3;
}
  .textedito {
	text-align : justify;
	color : #000000;
	font-size : 10px;
}

  
  TABLE.edito {}
  TR.titredito {}  
  TR.textedito {}
  
/* ----------------------------------------------VALEURS PAR DEFAUT//Tableau interne, couleurs fond de page */

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: #666699;
	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 : #230AA3;
	background-color : #87AEDA;
}

.skin{
	color : #FFFFFF;
	text-decoration:none;
	font-size : 9px;
}
.fondcontact{}
.fonddossier{}
.fondnews{}
img { border: 0; }

/* Categories (index.php) */
/* ---------------------- */

 /* categorie : div et tableau */
 DIV.Dos_cat_general {position:relative;}
 DIV.Dos_cat_titre {}
 DIV.Dos_cat_texte {}
 DIV.Dos_sscat_titre {position:relative;}
 DIV.Dos_sscat_texte {	margin-left : 2px;}
 DIV.contrib {font-size:8pt; font-weight:normal;}
 DIV.contcol {font-size:9pt; font-weight:normal;}
 DIV.contart {font-size:8pt; font-weight:normal;}
 
 TABLE.Dos_cat_general {}
 TR.Dos_cat {}
 TR.Dos_sscat {}
 TD.Dos_cat {}
 TD.Dos_sscat {}

 /* class supplémentaire pour présentation deux colonnes */
 DIV.Dos_cat_colonne {} 
 DIV.Dos_cat_colonne2 {} 
 TABLE.Dos_cat_colonne {} 
 TABLE.Dos_cat_colonne2 {} 
 TR.Dos_cat_colonne {}
 TR.Dos_cat_colonne2 {}
 TD.Dos_cat_colonne {}
 TD.Dos_cat_colonne2 {}
 /* class supplémentaire pour présentation deux colonnes */
 DIV.doscol1 {position:relative; float :left; width:60%; padding:6}
 DIV.doscol2 {position:relative; float:right; width:34%; padding:6}

 /* categorie : polices de caractère */
 .Dos_cat_date {font-family:Verdana; font-size:8pt; color:#230AA3; font-weight:normal;}
 .Dos_sscat_date {font-family:Verdana; font-size:8pt; color:#230AA3; font-weight:normal;}
 .Dos_cat_titre {font-family:Verdana; font-size:9pt; color:#7A6BA5; font-weight:bold;}
 .Dos_cat_texte {font-family:Verdana; font-size:9pt; color:#000000;}
 .Dos_sscat_texte {font-family:Verdana; font-size:9pt; color:#7A6BA5;}

 /* categorie : liens */  
 A.Dos_cat_titre {font-family:Verdana; font-size:12px; color:#230AA3; font-weight:bold; text-decoration:none;}
 A:hover.Dos_cat_titre {font-family:Verdana; font-size:12px; color:#7A6BA5; font-weight:bold; text-decoration: underline;}

 A.Dos_sscat_titre {font-family:Verdana; font-size:12px; color:#230AA3; font-weight:bold; text-decoration:none;}
 A:hover.Dos_sscat_titre {font-family:Verdana; font-size:12px; color:#7A6BA5; font-weight:bold; text-decoration: underline;}

 /* categorie : images cat et sscat */
 .imgcat {}
 .imgsscat {}

/* pages news.php et commentaire.php */
/* --------------------------------- */
 A.tout_news {font-size:12px; font-weight:bold; text-decoration:none;; background-color: #99FFCC}
 A:hover.tout_news {font-size:12px; font-weight:bold; text-decoration: underline;}
  .tout_news {font-family:Verdana; font-size: 11px; color: #000000;}

 /* polices de caractère */
 .titre {font-family:Verdana; font-size:11px; color: #BC1010; font-weight:bold;}
 .news_texte {font-family:Verdana; font-size: 11px; color: #000000;}
 .news_titre {font-family:Verdana; font-size: 11px; color: #000000;}
 .datenews {font-size:8pt; color:#9074DD; font-weight:normal;}
 
/* commentaire */

 .commentaire {font-size:10px; font-weight:bold; color:#7A6BA5;}
 .commentaire_login {font-size:8pt; font-weight:bold; color:#7A6BA5;}
 .commentaire_texte {font-size:8pt; font-weight:normal; color:#7A6BA5;}

 A.commentaire {font-weight:normal; text-decoration:none;}
 A:hover.commentaire {font-weight:normal; text-decoration: underline;}

/* ---------------------------------------------------SKIN PERSO */
#skinperso{}

.corps{
	color:#000000;
}
.edito{
 	width:237px;
 	height:185px; 	
	background-color:#FFFFFF;
 	vertical-align:top;
 }.event{	margin-left: auto;	margin-right: auto;	width: 237px;	background-color:#FFFFFF; 	vertical-align:top;	text-align : center; 		border-top-style: solid;	border-right-style: none;	border-bottom-style: solid;	border-left-style: none;	border-color: #000000 ;	border-width: 1px ; 	border-spacing:1px;	border-collapse:separate;  }
 .identif{
 	width:98px;
 	height:93px; 	
	background-color:#FFFFFF;
 	vertical-align:top;
 	font-size:10px;
 }
.imgcam{
 	width:238px;
 	height:211px;
 	vertical-align:top;
	position:relative;
 	background-color:#FFFFFF;
 	font-size:9px;
 	color:#000000;

}
.centre{
  width: 712px;
  height:470px;
  vertical-align:top;
	position:relative;
	margin : 0px 0px 0px 3px ; 
	padding:0px 0px 0px 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #000000;
	border-width: 1px ; 
	border-spacing: 1px;
	border-collapse:separate;
	background-color:#FFFFFF;
	font-size:11pt;
}
.tablegauche{
	background-color:#F1F0F0;
 	vertical-align:top;
 }
.colonnegauche{
	position:relative;
	width: 162px;
	vertical-align:top;
	margin : 0px 25px 0px 14px ; 
	padding:0px 0px 0px 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #000000;
	border-width: 1px ; 
	border-spacing: 1px;
	border-collapse:separate;
	background-color:#FFFFFF;
}
.centregauche{
	width:712px;
	height:470px;
	vertical-align:top;
	position:relative;
	margin : 0px 0px 0px 3px ; 
	padding:0px 0px 0px 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #000000 ;
	border-width: 1px ; 
	border-spacing:1px;
	border-collapse:separate;
	background-color:#FFFFFF;
}
.bandeaubas{
	width:920px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-top:2px;
	padding-bottom:4px;
	background-color:#F1F0F0;
	color:#000000;
}
.formulaire{
	font-size:11px;
	padding:2px;
}

/* ---------------------------------------------------MENU VERTICAL */

.menutitle{
	cursor:pointer;
	color: #230AA3;
	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: #230AA3;
	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 : #FFFFFF;
}

/* ---------------------------------------------------Forum phpbb */

/* police par defaut de tout le site */
 BODY, TD, DIV, SPAN {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:normal;}
// html, body {background-color:#FFFFFF; margin: 0; padding: 0; }

// A {color:#666666; text-decoration:none;}
// A:hover {color:#FF6600; background : #FFCC33; text-decoration:none; }


/* index.php */

TABLE.forum {margin:1; border:0; background-color: #FFFFFF; }

TR.forum {background-color: #FFFFFF;}
 TH.forum {
	padding-left:0.4em; padding-right:0.4em;
	text-align:center;
	color: #BC1010; font-size: 11px; font-weight : bold;
 }
 
h1 {padding-top:0.2em; padding-left:0.4em; padding-right:0.4em; text-align:left; color: #000000; font-size: 13px; font-weight : bold;}
h2 {padding-top:0.2em; padding-left:0.4em; padding-right:0.4em; text-align:left; color: #BC1010; font-size: 11px; font-weight : bold;}
h3 {padding-top:0.2em; padding-left:0.4em; padding-right:0.4em; text-align:left; color: #BC1010; font-size: 11px; font-weight : bold;}

TR.for_cat {background-color: #EEEEEE;}
TD.for_cat {}
	TD.for_cat img {float:left;}
	 DIV.for_titre {font-size: 11px}
	 	DIV.for_titre a {color: #000000; font-weight : bold;}
	 	DIV.for_titre a:hover {font-weight : bold;}
	 DIV.for_texte {font-size: 11px}
	 DIV.for_modo {font-size:8pt; color:#999999;}
TD.for_cat2 {text-align:center}


/* cat.php */

TABLE.forum_cat {margin:1; border:0; background-color: #FFFFFF;}
TR.forum_cat {background-color: #FFFFFF;}
 TH.forum_cat {
	padding-left:0.4em; padding-right:0.4em;
	text-align:left;
	color: #BC1010; font-size: 11px; font-weight : bold;
 }
DIV.bouton {padding-top:0.4em;}
TR.topic {background-color: #EEEEEE;}
 TD.topic {}
	 TD.topic img {padding-right:0.3em; float:left}
	span {}
 TD.topic2 {text-align:center}

/* topic */

TABLE.forum_top {margin:1; border:0; background-color: #FFFFFF;}
TR.forum_top {background-color: #FFFFFF;}
 TH.forum_top {
	padding-left:0.4em; padding-right:0.4em;
	text-align:left;
	color: #FF9900; font-size: 11px; font-weight : bold;
 }
TR.post {background-color: #EEEEEE;}
TD.post {text-align:center; font-weight:bold; padding-top:10px; width:20%; font-size:11px}
	TD.post span {font-weight:normal}
 TD.post2 {background-color: #EEEEEE; width:80%}
  div.postdate {padding:0.5em; border-bottom:#000000 1px dotted;}
  div.postmess {font-size:11px; margin-top:1em; padding:0.5em;}
TR.post3 {background-color:#EEEEEE}
 TD.post3 {font-weight : bold; text-align:right;}

TR.separation {background-color:#FFFFFF; height:0px}
 TD.separation {}


 /* texte cité */
 TD.textecite {background-color:#FFFFFF; border:#000000 1px dotted;}
 TD.code {background-color:#E1E1E1; border:#000000 1px dotted;}


/* posting */

TABLE.posting {margin:1; border:0; background-color: #FFFFFF; width:500px;}
TR.posting1 {background-color: #000000;}
 TD.posting1 {
	padding-left:0.4em; padding-right:0.4em;
	text-align:left;
	color: #FF9900; font-size: 11px; font-weight : bold;
}
TR.posting2 {background-color:#EEEEEE}
 TD.posting2 {text-align:left;}



INPUT.helpline {
	background-color: #FFFFFF;
	border-color : #FFFFFF;
	border-top-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
	border-left-width : 0px;
	text-indent : 0px;
	font-family: Arial;
	font-size: 9px;
}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/*{padding: 0; margin: 0;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_window {	font: 12px Arial, Helvetica, sans-serif;	color: #333333;}#TB_secondLine {	font: 10px Arial, Helvetica, sans-serif;	color:#666666;}#TB_window a:link {color: #666666;}#TB_window a:visited {color: #666666;}#TB_window a:hover {color: #000;}#TB_window a:active {color: #666666;}#TB_window a:focus{color: #666666;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_overlay {	position: fixed;	z-index:100;	top: 0px;	left: 0px;	height:100%;	width:100%;}.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}.TB_overlayBG {	background-color:#000;	filter:alpha(opacity=75);	-moz-opacity: 0.75;	opacity: 0.75;}* html #TB_overlay { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_window {	position: fixed;	background: #ffffff;	z-index: 102;	color:#000000;	display:none;	border: 4px solid #525252;	text-align:left;	top:50%;	left:50%;}* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_window img#TB_Image {	display:block;	margin: 15px 0 0 15px;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	border-top: 1px solid #666;	border-left: 1px solid #666;}#TB_caption{	height:25px;	padding:7px 30px 10px 25px;	float:left;}#TB_closeWindow{	height:25px;	padding:11px 25px 10px 0;	float:right;}#TB_closeAjaxWindow{	padding:7px 10px 5px 0;	margin-bottom:1px;	text-align:right;	float:right;}#TB_ajaxWindowTitle{	float:left;	padding:7px 0 5px 10px;	margin-bottom:1px;}#TB_title{	background-color:#e8e8e8;	height:27px;}#TB_ajaxContent{	clear:both;	padding:2px 15px 15px 15px;	overflow:auto;	text-align:left;	line-height:1.4em;}#TB_ajaxContent.TB_modal{	padding:15px;}#TB_ajaxContent p{	padding:5px 0px 5px 0px;}#TB_load{	position: fixed;	display:none;	height:13px;	width:208px;	z-index:103;	top: 50%;	left: 50%;	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_HideSelect{	z-index:99;	position:fixed;	top: 0;	left: 0;	background-color:#fff;	border:none;	filter:alpha(opacity=0);	-moz-opacity: 0;	opacity: 0;	height:100%;	width:100%;}* html #TB_HideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_iframeContent{	clear:both;	border:none;	margin-bottom:-1px;	margin-top:1px;	_margin-bottom:1px;}
