
 /* MODIF....... style général */
body{
background:#ffd7a7;
color:#000000;
font:12px Verdana,Arial,Helvetica,sans-serif;
}

/* Fontes générales */
font,th,td,p{
   color:#000000;
   font:11px Verdana,Arial,Helvetica,sans-serif
}
a:link,a:active,a:visited,a.postlink{
   color:#32475f;
   text-decoration:none
}
a:hover,a.topictitle:hover{
   color:#839fbc;
   text-decoration:underline
}

/* MODIF......... This is the border line & background colour round the entire page */
.bodyline{background: #9d8b90c;color:#000000;border:1px solid #ffffff}

/* This is the outline round the main forum tables */
.blocline{background:#ffffff;color:#000000;border: 1px solid #486386}
.bloclinedot{background:#ffffff;color:#000000;border: 1px dotted #486386}


/* modif..........ancien f4f6fb  Main table cell colours and backgrounds */
td.row1{
   background: #ffe6c6;
   color:#000000;
   vertical-align : middle;
}
td.row2{
   background: #ffd7a7;
   color:#000000;
   text-align : center;
   vertical-align : middle;
}
td.row3{
   background: #ffe6c6;
   color:#000000;
   text-align : center;
   vertical-align : middle;
}

/* Affichage des blocs*/
.cellpic3{
   background: url(../images/kit/cellpic3.gif);
   color: #32475f;
   height:25px;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
}

.cellpic1{
   background: url(../images/kit/cellpic1.gif);
   color: #32475f;
   font-weight : bold;
   text-align : center;
   vertical-align : middle;
}

.cellpic2{
   background: url(../images/kit/cellpic2.jpg);
   color : #32475f;
   font-size: 12px ;
   font-weight: bold;
   letter-spacing: 1px;
   vertical-align : middle;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
   color: #cccccc; font-size: 11px; font-weight : bold;
   background-color: #32475f; height: 25px;
   background-image: url(../images/kit/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-color:#CBE6F9; border: #FFFFFF; border-style: solid; height: 12px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 11px;
	border-width: 0px 0px 0px 0px;
}



/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
   font-weight: bold;
   font-size: 11px;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   line-height : 120%;
   color : #000000;
}


/* General text */
.titre { color: #32475f; font-size: 10px; font-weight : bold; }
.gen { font-size : 11px; }
.gensmall{font-size:10px}
.genmed{font-size:10px}
a.gen,a.genmed,a.gensmall {text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #32475f; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #32475f;  }
a.mainmenu:hover{ text-decoration: underline; color : #839fbc; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #32475f}
a.cattitle		{ text-decoration: none; color : #32475f; }
a.cattitle:hover{ text-decoration: underline; }



/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EAF5FD;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
/* 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;
   background-color : #ffffff;
}
/* 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;
   background-color : #ffffff;
}
/* Ca, c'est pour le code PHP dans les bbcodes ([code][/code])*/
.code_php {
   padding:4px;
   line-height: 10px;
   font-family:verdana,arial, Helvetica, sans-serif;
   color:black;
   font-size:10px;
   border: 1px solid;
   background-color : #ffffff;
}



