/* ************************************************
 * Ce fichier fait partie de C-SCHMIDLIN.COM
 * Copyright (c) 2007 Christophe Schmidlin.
 *
 * Attention: encodage du fichier en UTF-8.
 * ************************************************/








div.post {
	padding: 0 0 5px; /* padding: 0px 0px 5px 0px;*/
}

div.post table.tborder {
	background: #E7e7e7;
	color: #000000;
	border-color: #919191; 
	border-style: solid;
	border-width: 1px;
	width: 680px;
}

input, select {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}




/* @group En-tete des messages
****************************************************************/

.thleft, .thcenter, .thright {
	background: #e9e1d8;
	color: #291c0c;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #afafaf;
}

.thleft a.user:link, .thleft a.user:visited {
	color: #473724;
	text-decoration: underline;
}

.thleft a.user:hover {
	color: #703e01;
	text-decoration: underline;
}

.thleft a.admin, .thleft a.admin:visited {
	color: #900005;
	text-decoration: none;
}

.thleft a.admin:hover {
	color: #ce000c;
	text-decoration: underline;
}

.thleft {
	width: 46%;
	border-right: 0px;
	text-align: left;
}

.thcenter {
	width: 45%;
	border-left: 0px;
	text-align: right;
}

.thcenter img.stars {
	vertical-align:1px;
	width: 52px;
	height: 12px;
	border: 0px;
}

.thright {
	width: 9%;
	text-align: right;
	border-left: 1px solid #afafaf;
}

.thleft img {
	vertical-align:-4px;
	border: none;
}

.postdetail {
	font-size: 10px;
	color: #444444;
	padding-left: 16px;
	margin-top: 2px; // surveillance
}





/* @end */

/* @group Corps des messages
****************************************************************/


.thpost, .thpostActive {
	background: #FAFAFA;
	color: #000000;
	font-size: 12 px;
	border-right: 1px solid #e7e7e7;
}

.postbody {
	color: #000;
	padding: 6px;
	font-size : 11px;
	font-family: Verdana,Helvetica;
	line-height: 18px;
	text-align: left;
}

.postbody img {
	max-width: 100%;
	width: expression(this.width > 650 ? 650: true); /* hack IE 6 */
}

img.smiley {
	vertical-align: middle;
	margin: 0 3px;
}


.postbody a:link, .postbody a:visited {
	color: #7f521b;
	text-decoration: none;
	font-family: Verdana;
}


.postbody a:hover {
	color: #c66e03;
	text-decoration: underline;
	font-family: Verdana;
}





/* @end */

/* @group Editeur des messages
****************************************************************/



div.post table.teditor {
	width: 680px;
	background: #7B7B7B;
}

th.thhead, td.catBottom {
	border: 0px;
	height: 28px;
	background-color:#d1d7dc;
}

th.thhead {
	color: #444;
	font-weight: bold;
	font-size: 13px;
}
	
/*td.catBottom  { border-width: 0px 0px 0px 0px; }*/




/* General text */
td.gen, span.gen {
	font-size : 11px;
	color : #444;
	text-align: center;
	font-weight: bold;
}



/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ebebeb; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.row4	{ background-color: #D8B6B6; }
td.row0	{ background-color: #EFEFEF; }

.star0 { background: url(/styles/images/stars/stars0.gif) no-repeat 18px 0px; }
.star1 { background: url(/styles/images/stars/stars1.gif) no-repeat 18px 0px; }
.star2 { background: url(/styles/images/stars/stars2.gif) no-repeat 18px 0px; }
.star3 { background: url(/styles/images/stars/stars3.gif) no-repeat 18px 0px; }
.star4 { background: url(/styles/images/stars/stars4.gif) no-repeat 18px 0px; }
.star5 { background: url(/styles/images/stars/stars5.gif) no-repeat 18px 0px; }




/* @end */

/* @group Interpretation ancien bbcode
****************************************************************/


.code {
	font-family: Verdana,Helvetica; font-size: 11px; color: #FF6600;
	background-color: #FFFFFF; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana,Helvetica; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FFFFFF; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}





/* @end */