#forum a {
	color: #000000;
}

#forum {
	width: 100%;
	margin: 0 auto;
}

#forum label {
	float: left;
	width: 200px;
}

#pacs-depacs_forum {
	background-color: black;
	width: 100%;
	color: white;
	text-align: left;
}

#pacs-depacs_forum h1 {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

#connection {
	width: 100%;
	height: 40px;
	text-align: left;
	padding-left: 10px;
	background-color:white;

}
	/*********/
	/* INDEX */
	/*********/

	#title_section {
		font-weight: bold;
		text-align: center;
		background-color: #EFBF3B;
		width: 857px;
	}
	
	.titre_topic {
		text-align: center;
		width: 347px;
		background-color: black;
		color: white;
		height: 25px;
		padding-top: 10px;
		border-bottom:solid;
		border-width:1px;
		float: left;
	
	}
	
		.titre {
		text-align: center;
		width: 170px;
		background-color: black;
		color: white;
		height: 25px;
		padding-top: 10px;
		border-bottom:solid;
		border-width:1px;
		float: left;
	
	}
	
	.left {
		float: left;
		text-align: center;
		width: 344px;
		background-color: white;
		height: 45px;
		padding-top: 10px;
		border-bottom:solid;
		border-right:solid;
		border-width:1px;
		background-repeat: no-repeat;
	}
	
		.nb_topic {
		float: left;
		text-align: center;
		width: 170px;
		background-color: white;
		height: 45px;
		padding-top: 10px;
		border-bottom:solid;
		border-right:solid;
		border-width:1px;
	}
	
		.nb_message {
		float: left;
		text-align: center;
		width: 170px;
		background-color: white;
		height: 45px;
		padding-top: 10px;
		border-bottom:solid;
		border-right:solid;
		border-width:1px;
	}
	
	.right {
		float: right;
		text-align: center;
		width: 170px;
		background-color: white;
		height: 45px;
		padding-top: 10px;
		border-bottom:solid;
		border-width:1px;
	}
	

	/**************/
	/* VIEWSUBCAT */
	/**************/
	
	table#viewsubcat-table {
		width: 100%;
		text-align: left;
	}
	
	th.thread, td.thread {
		width: 60%;
	}
	
	th.author, td.author, td.answer, th.answer, td.last-message, th.last-message, th.admin-tools, td.admin-tools {
		text-align: center;
	}
	
	th.author, td.author {
		width: 10%;
	}
	
	div#new, div#answer {
		font-weight: bold;
		text-align: left;
		background-color:#EFBF3B;
		width: 100%;
		font-size: 12px;
	}
	
	#forum ul{
		list-style: none;
		line-height: normal;
		width: 95.5%;
		height: 60px;
		border-bottom:solid;
		border-width:1px;
	}
	
	#forum li {
		float: left;
		width: 200px;
		margin-left: 5px;
		width: 19%;
	}
	
	#subcat_legend {
		font-weight: bold;
	}
		
		#subcat_legend li {
			background-color: #F3F3F3;
		}

	/**************/
	/* MESSAGE    */
	/**************/
	
	div.message {
		margin-bottom: 5px;
		border: 1px solid #C0C0C0;
	}
	
		div.post-infos {
			float: left;
			padding: 5px;
			width: 200px;
		}
		
			span.profile {
				font-weight: bold;
			}
		
		div.post {
			float: right;
			padding: 5px;
			width: 610px;
		}
		
			div.moderate-functions {
				font-size: 10px;
				font-style: italic;
				text-align: right;
				
			}
	
	#message_legend {
		font-weight: bold;
	}
	
	#message_legend li {
			background-color: #F3F3F3;
		}
	
		div#answer {
			text-align: right;
		}
		div#answer  a {
			color: black;
		}
		
#footer {
	text-align: left;
	background-color: #EFBF3B;
	width: 100%;
}