.formulaire_forum{
	background-color:#A7A69A;
	border:1px solid white;
	/*margin:auto;*/
	width:700px;
}

.formulaire_forum form{
	/*margin:auto;*/
	width:700px;
}

.header_forum{
	width: 754px;
/*	height: 60px;*/
}

table.formulaire td{
	color: white;
	background-color: #d6171c;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

.header_forum td a{
	color: white;
	font-weight: bold;
	text-decoration:none;
}

table.formulaire{
	width: 99.5%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.formulaire tr{
	vertical-align: bottom;
}

.list_scrolling_forum{
	width:100%;
/*	height:400px;*/
/*	overflow:auto;*/
	color:#7F7776;
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
}

th{
	border: solid 1px gray;
}

.lien_encadre{
	border:1px solid red;
	display:block;
	margin:auto;
	margin-top: 15px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:50%;
}