/* Theme du portail web PWS-PHP */

/* style général */
body{
background:#FFFFFF;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;/*
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#4A6184;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#B5CFFF;
scrollbar-highlight-color:#EFEFE7;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#F7F3EF; */
}

/* 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:#000000;text-decoration:none}
a:hover,a.topictitle:hover{color:#1065CE;text-decoration:underline}
hr{border: 0px solid #D3E1F4;border-top-width:1px;height:0px}

/* This is the border line & background colour round the entire page */
.bodyline{background: #317BE7;color:#000000;border:1px solid #98aab1}

/* 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}

/* Main table cell colours and backgrounds */
td.row1{background: #D6E7FF;color:#000000}
td.row2{background: #D9EDFF;color:#000000}
td.row3{background: #D6E7FF;color:#000000}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #92b4e2; height: 25px;
        }

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;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 11px; }
td.row3Right,td.spaceRow {
	background-color: #CBE6F9; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

div.titre {font-size:90px; color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-style : italic;}

/* 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: #92b4e2; 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: #92b4e2; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #ffffff }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a:active.mainmenu       { text-decoration: none; color : #000000;  }
a:visited.mainmenu	{ text-decoration: none; color : #000000;  }
a:hover.mainmenu	{ text-decoration: none; color : #000000;  }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #92b4e2}
a.cattitle		{ text-decoration: none; color : #92b4e2; }
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;
}

/*----------------------- Options PwsPHP -------------------------*/


/* Pour l'option [panneau] du bbcode*/
.panneau {
       padding:4px;
       background-color:#663300;
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:yellow;
	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;
       background-color:#6699FF; 
	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 #000000;
}
