/*pour integration
@import url(../../styles/style_ff.css);
@import url(imports/base.css);
*/

/*fieldset "pour information" */
/*
#brdstats{
	text-align:center;
}
#brdstats fieldset{
	display:inline;
}
#brdstats ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
*/
/*message forum*/

DIV.blockpost{
	position:relative;
	overflow: hidden;
	margin-bottom:5px;
	border-style:solid;
	border-width:1px;
	border-color:#B3C1DC;	
}

DIV.postleft{
	float:left;
	width: 8em;
	overflow: hidden;
	position: relative; 
	text-align: center;
	/*
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#B3C1DC;	
	*/
}

DIV.postleft dl dd{
	margin:0; 
}

DIV.postright{
	/*
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#B3C1DC;	
	*/
	margin-left:8em;
	
}

DIV.entete_post{
	position:relative;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#B3C1DC;
	padding-left:5px;
}

DIV.postfootright{
	position:absolute;
	right:0;
	top:0;
}

DIV.postfootright ul{
	margin:0;
}

DIV.postfootright li{
	background-color:#B3C1DC;
	color:#FFFFFF;
	margin-left:2px;
	font-weight:bold;
	display:inline;
}

DIV.postfootright li a{
	color:#FFFFFF;
	margin:10px;
}


/*----barre de navigation-----*/
DIV.linkst li, DIV .postlinksb li{
	font-weight:bold;
	display:inline;
}


/*----table page accueil forum----*/
DIV.blocktable h3{
	margin:5px;
}
DIV.tclcon{
	text-align:left;
}
DIV.blocktable table tr td{
	text-align:center;
}

#pour_info_stat ul li{
	text-align:left;
}

#pour_info_action{
	text-align:center;
}

#pour_info_action ul li{
	display:inline;
}


.blocktable table {
	border-color:#B3C1DC;
	border-style:solid;
	border-width:0.1px;
	width:100%;
}

.blocktable table tr th {
	background-color:#B3C1DC;
}

.blocktable table tr td {
	border-color:#B3C1DC;
	border-width:0.1px;
	border-bottom-style:solid;
}
.tc2,.tc3{
	border-color:#B3C1DC;
	border-width:0.1px;
	border-left-style:dashed;
}
.tc3{
	border-right-style:dashed;
}

.inform fieldset{
	width:95%;
	margin:0 auto;
}

blockquote .incqbox{
	background-color:#DEDEDE;
}

.scrollbox pre{
	border: 1px solid black;
	background-color:#FFFFFF;
}








