/* Theme du portail web du Groupe Paul Coze
Ce thème basé sur un le theme des forums PhpBB
Modifications par Sébastien Meillet & Grégoire Rondeau (smeillet@free.fr) */

 /* style général */
body{
background:#ffffff;
color:#000000;
font:12px Verdana,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color:#CDC6AD;
scrollbar-arrow-color:#CDC6AD;
scrollbar-darkshadow-color:#CDC6AD;
scrollbar-face-color:#dee3e7;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef
}

/* 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}
hr{border: 0px solid #8F8358;border-top-width:1px;height:0px}

/* Ligne de bordure & fonds général autour de la page*/
.bodyline{background: #fff url(fond.jpg);color:#8F8358;border:2px solid #CDC6AD}

/* Cercle autour des tables du forum*/
.blocline{background:#fff url(fond.jpg);color:#DCD2BA;border: 2px solid #CDC6AD}
.bloclinedot{background:#fff url(fond.jpg);color:#DCD2BA;border: 2px solid #CDC6AD}

/* Cellules principales et fonds cellules modules et centre; fons cellules secondaires; */
td.row1{background: #fff url(fond.jpg);color:#000000}
td.row2{background: #fff url(fond.jpg);color:#000000}
td.row3{background: #fff url(fond.jpg);color:#000000}

/* Header cells - the blue and silver gradient backgrounds couleur fonds messages*/
th	{
	color: #ffffff; font-size: 11px; font-weight : bold;
	background-color: #8F8358; height: 25px;
        background-image: url(templates/subSilver/images/cellpic3.gif);

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

			background-color:#B39F69; 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; }


/* 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 ;)
*/
.panneau {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#d4d4d4', startColorstr='#ffffff', gradientType='1');
	border: 1px solid #333333;
}



