/* CSS forum */

div.navigForum {
	color: #ccc;
	text-align: center; 
	margin: 10px;
}

div.ligneForum {
	margin: auto;
	margin-top: 15px;
	padding: 5px;
	border: 2px solid #eee;
	-webkit-border-radius: 5px; border-radius: 5px;
}

div.ligneForumGris {
	background-color: #eee;
	margin: auto;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px; border-radius: 5px;
}

div.blocQuestion {
	margin: auto;
	margin-top: 15px;
	padding: 5px;
	border: 2px solid #08a;
	-webkit-border-radius: 5px; border-radius: 5px;
	background-color: #eee;
}

div.blocReponse {
	margin: auto;
	margin-top: 15px;
	padding: 5px;
	border: 2px solid #eee;
	-webkit-border-radius: 5px; border-radius: 5px;
}