/*
  The original charcoal Theme for phpBB version 2+
  Created by zarron design  http://www.zarron.com
  Adapté pour PwsPHP par jack987654321
Validé avec http://jigsaw.w3.org/css-validator/validator
*/
 /* General page style.*/
body  {
   background : url(images/fond_cellbody.jpg) repeat-x left top;
      }
      
/* General font families for common tags */
font , th , td , p {
   font-size : 12px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
      }
a:link , a:active , a:visited {
   color : #FE0A6C;
   text-decoration : none;
   font-size:10px;
   font-weight:bold;
      }
.bienvenue {
padding-left:5px;
   color : #FE0A6C;
   font-size:14px;
   font-weight:bold;
      }
p {
color : #A23B0D;
font-size:12px;
      }
#type_chronique  {
text-align:center;
font-size : 10px;
margin-top:3px;
height:15px;
color:#666;
font-weight:bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
border-top: solid 1px #FF0066;
border-bottom: solid 1px #FF0066;
background : url(http://libresfigures.com/site/themes/charcoal/images/fleche_chronique.gif) no-repeat 10 center;
      }
a:hover {
   text-decoration : underline;
      }
hr {
   height : 0;
   border : 0 solid #d1d7dc;
   border-top-width : 1px;
      }

/* This is the border line & background colour round the entire page */
.bodyline 
{
   background : url(http://libresfigures.com/site/themes/charcoal/images/fd_cellbody.jpg) repeat-x;
}

/* This is the outline round the main forum tables */
.forumline {
   background-color : #c0c0c0;
   border : medium ridge #606164;
      }
.blocline {
   background-color : #c0c0c0;
   margin-bottom : 10px;
   width : 100%;
      }

/* Main table cell colours and backgrounds */
.row1 {
   background : url(http://libresfigures.com/site/themes/charcoal/images/fd_cellrow1) repeat-x;
   background-color : #FFFFFF;   
	  }
td.row1 {
   background : url(http://libresfigures.com/site/themes/charcoal/images/fd_cellrow1) repeat-x;
   background-color : #FFFFFF;   
	  }
td.row2 {
	 background : url(http://libresfigures.com/site/themes/charcoal/images/fd_cellrow1) repeat-x;
   	 background-color : #FFFFFF;
      }
td.row3 {
   background : url(http://libresfigures.com/site/themes/charcoal/images/fd_cellrow1) repeat-x;
   background-color : #FFFFFF;
      }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
   background : #67686c url(images/cellpic2.jpg) repeat-y;
      }

/* Header cells - the blue and silver gradient backgrounds */
th {
   color : #ffa34f;
   font-weight : bold;
   font-size : 11px;
   background : #006699 url(images/cellpic3.gif) repeat;
   height : 25px;
      }
td.cat , td.catHead , td.catSides , td.catLeft , td.catRight , td.catBottom {
   background : #67686c url(images/cellpic1.gif) repeat;
   border : medium solid #ffffff;
   height : 28px;
      }

/*
  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 {
   background-color : #8a8c91;
   border : 0 none inherit;
   height : 29px;
      }
th.thHead , th.thSides , th.thTop , th.thLeft , th.thRight , th.thBottom , th.thCornerL , th.thCornerR {
   font-weight : bold;
   background-color : #8a8c91;
   border : 0 solid #ffffff;
   height : 28px;
      }
td.row3Right , td.spaceRow {
   background-color : #8a8c91;
   border : medium solid #ffffff;
      }
th.thHead , td.catHead {
   font-size : 12px;
      }
th.thSides , td.catSides , td.spaceRow {
   border : 0 none inherit;
      }
th.thRight , td.catRight , td.row3Right {
   border-width : 0;
      }
th.thLeft , td.catLeft {
   border : 0 none inherit;
      }
th.thBottom , td.catBottom {
   border : 0 none inherit;
      }
th.thTop {
   border : 0 none inherit;
      }
th.thCornerL {
   border : 0 none inherit;
      }
th.thCornerR {
   border : 0 none inherit;
      }

/* The largest text used in the index page title and toptic title etc. */
.maintitle , h1 , h2 {
   font-weight : bold;
   font-size : 22px;
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   text-decoration : none;
   line-height : 120%;
   color : #333;
      }
/* General text */
.tittle{
	color:#FFFFFF;
}
A.tittle:link {color:#FFFFFF; text-decoration:none;}
A.tittle:visited {color:#FFFFFF; text-decoration:none;}
A.tittle:active {color:#FFFFFF; text-decoration:none;}
A.tittle:hover {color:#FFFFFF; text-decoration:underline;}
.gen {
	   font-size : 11px;
}
.genmed {
   font-size : 11px;
      }
.gensmall {
   color : #0000CC;
   font-size : 10px;
      }
.gen , .genmed , .gensmall {
   color : #0000CC;
      }
a.gen , a.genmed , a.gensmall {
   color : #0000CC;
   text-decoration : none;
      }
a.gen:hover , a.genmed:hover , a.gensmall:hover {
   color : #fff;
   text-decoration : underline;
      }

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

/* Forum category titles */
.titre {
   color : #505FD5;
   font-weight : bold;
   font-size : 12px;
   text-decoration : none;
      }
a.titre {
   color : #505FD5;
   text-decoration : none;
      }
a.titre:hover {
   color : #505FD5;
   text-decoration : underline;
      }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
   color : #505FD5;
   font-weight : bold;
   font-size : 12px;
      }
a.forumlink {
   color : #505FD5;
   text-decoration : none;
      }
a.forumlink:hover {
   color : #ffffff;
   text-decoration : underline;
      }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
   color : #dcdcdc;
   font-weight : bold;
   font-size : 11px;
      }
a.nav {
   color : #dcdcdc;
   text-decoration : none;
      }
a.nav:hover {
   color : #fff;
   text-decoration : underline;
      }

/* titles for the topics: could specify viewed link colour too */
.topictitle {
   color : #1318D4;
   font-weight : bold;
   font-size : 11px;
      }
a.topictitle:link {
   color : #1318D4;
   text-decoration : none;
      }
a.topictitle:visited {
   color : #1318D4;
   text-decoration : none;
      }
a.topictitle:hover {
   color : #1318D4;
   text-decoration : underline;
      }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
   font-size : 11px;
   color : #ffffff;
      }

/* Location, number of posts, post date etc */
.postdetails {
   font-size : 9px;
   color : #333;
      }

/* The content of the posts (body of text) */
.postbody {
   font-size : 12px;
      }
a.postlink:link {
   color : #dcdcdc;
   text-decoration : none;
      }
a.postlink:visited {
   color : #dcdcdc;
   text-decoration : none;
      }
a.postlink:hover {
   color : #fff;
   text-decoration : underline;
      }

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

/* Form elements */
input , textarea , select {
   color : #333;
   padding-left:3px;
   background-color:#EEE;
   font : 11px Verdana, Arial, Helvetica, sans-serif;
   color:#333;
   border : 1px solid #CCC;
      }

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

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

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

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

/* 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 ;)
*/
.helpline {
   background-color : #aeb2b5;
   border : medium none inherit;
      }

/*----------------------- Options PwsPHP -------------------------*/

/* Pour l'option [panneau] du bbcode*/
.panneau {
   padding:4px;
   line-height: 10px;
   font-family:verdana,arial, Helvetica, sans-serif;
   color : #333;
   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 : #dcdcdc;
   font-size : 10px;
   border : 1px solid #2b2b2b;
   background-color : #67686c;
}

/* Pour les codes_php dans les bbcodes ([code][/code])*/
.code_php {
	padding:4px;
	line-height: 10px;
	font-family: Courier, "Courier New", sans-serif;
	color: #333;
	font-size: 12px;
	border: 1px solid #2b2b2b;
	background-color : #d0d0d0;
}

.nom{
	color : #666;
	font-size: 9px;
}
.prix{
	color : #FE0A6C;
	font-size: 16px;
}
.cellule_mail{
	background-color : #eee;
	padding-left:5px;
}
