.fond_titre {
background:url(../images/kit/game.png);
	background-repeat:no-repeat;
	background-position:right ;
   /*background-image : url(../images/kit/fond_titre.gif);*/
   border-bottom : 1px solid black;
}



/********** Barre bienvenue **********/
.infoslogin {
   color : #ffffff;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
}


/********** Texte directement sur le fond **********/
.blanc {
   color : #ffffff;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
}


/********** Fond de la page **********/
BODY {
   background : #2989cc;
width:1000px;   
   margin : auto;
   padding : auto;
   border:none;
}


/********** Liens **********/
A {
   color : #003366;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-weight : bold;
   text-decoration : none;
   font-size : 10px;
}
A:hover {
   font-family : verdana, arial, Helvetica, sans-serif;
   font-weight : bold;
   text-decoration : underline;
   font-size : 10px;
}
A.sombre {
   color : #333333;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : normal;
}
A.sombre:hover {
   color : #333333;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : normal;
   text-decoration : underline;
}

/********** Menu en haut **********/
A.dark {
   font-weight : normal;
   color : #444444;
   font-weight : bold;
}
A.dark:hover {
   color : #747474;
   font-weight : bold;
}

/* fond de la barre du logo */
.fondLogo {
   background-color : #ededed;
}


/* utilisé pour : fond sources - fond icones */
.clair {
   background-color : #e0e8f0;
   color : #333333;
}
.clair2 {
   background-color : #eeeeee;
}
.clair3 {
   background-color : #e0e8f0;
}
.clair4 {
   background-color : #e8ecf0;
}

/* titres forums/sélections et autres se trouvant généralement au dessus d'un gros tableau de contenu */
.fond_clair {
   background-color : #e0e8f0;
   background-image : url(../images/kit/fond_clair.gif);
   height:8px;
}

.fond_barre {
   background-color : #e0e8f0;
   background-image : url(../images/kit/fond_barre.gif);
   padding:3px;
}

.fond_bloc {
   background-color : #e0e8f0;
   background-image : url(../images/kit/fond_bloc.gif);
  /* border-top:000000;*/
   padding:5px;
}


/* contact webmaster / totaux sujets-posts / etc ... */
.clair5 {
   background-color : #dedede;
}


/* utilisé dans les barres header et footer */
.moyen {
   background-color : #C45845;
}
.moyenBas {
   background-color : #5064a8;
}


/* utilisé pour créer les bordures noires */
.fonce {
   background-color : #333333;
}
.forums {
   border : 1px solid #333333;
   border-top : none;
}
.tabloPosts {
   border : 1px solid #333333;
}


/***** Couleurs des posts *****/
.posts {
   background-color : #f7f7f7;
   border : 1px solid #999999;
   border-top : none;
   border-bottom : none ;
   padding : 5px;
}
.sign {
   color : #999999;
}
A.sign {
   color : #666666;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-weight : normal;
   text-decoration : none;
   font-size : 10px;
}
A.sign:hover {
   color : #666666;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-weight : normal;
   text-decoration : underline;
   font-size : 10px;
}
.hautPost {
   background-color : #e8ecf0;
   color : #333333;
}
.datePost {
   color : #999999;
}
.cite {
   background-color : #e8ecf0;
}
.titrePost {
   color : #666666;
}

/********** Texte "Posté" dans les posts **********/
.poste {
   color : #003366;
   font-family : verdana, aria, Helvetica, sans-serifl;
   font-size : 10px;
}



/***** Index et sections ****/
.nbRep {
   color : #888888;
}

/***** Barre de séparation *****/
TD.barreVide {
   background-color : #dedede;
   padding : 0;
}
TD.barreSepForums {
   background-color : #dedede;
   border-top : 1px solid #333333;
   border-bottom : 1px solid #333333;
}
TD { 
   font-family: verdana, arial, Helvetica, sans-serif;  
   font-size: 10px; 
   color: #333333; 
   }

/**** bordure du tableau utilisé pr les connectés par ex ****/

.barre-titre {
   background-color : #666666;
   color : #ffffff;
   font-weight : bold;
   padding-bottom : 1px;
}


/**** tableau pour les mini titres ****/
.titres {
   color : #ffffff;
   font-weight : bold;
}

.cattitle{
   color : #f9b209;
   font-weight : bold;
}

.topictitle {
   color : #000;
   font-weight : bold;
}
.barre-titre2 {
   background-color : #666;
   border : 1px solid #333;
   /*border-bottom : none;*/
}


/* Pour l'option [panneau] du bbcode*/
.panneau {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	border: 1px solid #333333;
}

/* Ca, c'est pour les citations dans les bbcode. ([quote][/quote])*/
.quote {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	border: 1px solid #333333;
}

/* Ca, c'est pour le code PHP dans les bbcode. ([code][/code])*/
.code_php {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	border: 1px solid #333333;
}

/********** Formulaires **********/
INPUT {
   color : #000000;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : normal;
}
SELECT {
   color : #000000;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : normal;
}
TEXTAREA {
   color : #000000;
   font-family : verdana, arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : normal;
}

FORM {
   margin : 0;
}

