#notice_forum{
	font-size: 10px;
	color: #6C3936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
	text-indent: 22px;
	font-weight: normal;
}

#actions{
	margin: 0px 0px 4px;
	width: 770px;
	text-align: right;
}

#actions img{
	border: none;
}

#rechercher_forum{
	margin: 3px 0px 0px;
	width: 770px;
	text-align: right;
}

#rechercher_forum input{
	font-weight: normal;
	font-size: 10px;
	color: #6C3936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rechercher_forum input.bouton_forum{
	font-weight: bold;
}

#liste_forums{
	width: 770px;
	margin: 0px auto;
	border: solid 1px #6C3936;
}

#liste_forums th{
	color: #6C3936;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 20px;
	background-image: url(../images/entete-forum.jpg);
}

#liste_forums td{
	padding: 2px;
	border-bottom: dotted 1px #6C3936;
	vertical-align: top;
}

#liste_forums td.note_forum{
	padding: 2px 2px 2px 8px;
	border-bottom: solid 2px #6C3936;
	vertical-align: top;
	font-style: italic;
	text-indent: 22px;
}

#liste_forums td a.nom_forum{
	font-weight: bold;
	color: #6C3936;
	text-decoration: none;
}

#liste_forums td a.nom_forum:hover{
	color: #FF9900;
}

#liste_forums td.nbre_sujets{
	text-align: center;
}

#pagination{
	text-align: center;
	width: 770px;
	font-size: 9px;
	margin: Opx;
	padding: 3px 0px;
}

#pagination a{
	font-size: 9px;
	color: #6C3936;
	text-decoration: none;
}

#pagination a:hover{
	font-size: 9px;
	color: #996633;
	text-decoration: none;
}

#pagination span{
	font-size: 9px;
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}

#premier{
	background-color: #FFFF66;
	color: #CC0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0px auto 4px;
	padding: 5px;
	font-weight: bold;
}

