h2,h1{
	background: url("/templates/default/article_titre_bg.gif") no-repeat;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 18px;
	color: #fff;
}
h2 a, h1 a{
	color: #fff;
	text-decoration: underline;
}
.salle{
	padding: 10px 0 10px 0;
	background: url("/templates/default/forum_bg.jpg") no-repeat;
}
.salle a:hover{
	text-decoration: underline;
}
.salle  ul{
	background-color: #fff;
	width: 638px;
	margin: 0 0 0 10px;
	border: 1px #d2d1d9 solid;
}
.salle ul li{
	padding: 5px;
}
.salle a.nomSalle{
	width: 250px;
	display: block;
	float: left;
	font-weight: bold;
}
.salle span.sujet{
	width: 150px;
	display: block;
	float: left;
}
.salle .sujetLien{
	width: 400px;
	display: block;
	float: left;
}
.salle .publication{
	width: 60px;
	display: block;
	float: left;
	margin-right: 60px;
}
ul#posts li.post{
	overflow: hidden;
	margin-bottom: 10px;
	border: 2px #eee solid;
	width: 658px;
}
.auteur{
	float: left;
	background: #eee;
	padding: 10px;
	width: 103px;
}
.droite .publiele{
	background: #eee;
	display: block;
	padding: 3px;
	text-align: right;
	font-style: italic;
}
.clair{
	color: #cbcbff;
}
li div.actions{
	clear: both; 
	text-align: right;
	background: #eee;
}

li.su .droite .publiele{
	background: #ccd;
}
ul#posts li.su{
	border: 2px #ccd solid;
}
li.su .auteur, li.su div.actions{
	background: #ccd;
}
.droite .message{
	padding: 5px;
	margin: 0;
	float: left;
	width: 500px;
}
.droite .message p a{
	text-decoration: underline;
}
.droite .message ul{
	margin-bottom: 10px;
}
.droite .message li{
	margin-left: 20px;
	list-style: disc;
}

.droite .message p{
	margin: 0 0 10px 0;
}
input.large{
	width: 500px;
}
.citation{
	background: #eee;
	padding: 5px;
	border: 1px #888 solid;
	display: block;
	font-style: normal;
	margin: 0;
	
}
.infoBox {
	padding: 5px; 
	background: #eef; 
	width: 650px; 
	border: 1px solid #264082; 
	margin: 2px 0 10px 0;
}
ul#recherchePost li{
	margin-bottom: 10px;
	border: 1px black solid;
}
.affichage_reponse{
	display: none;
	background: #ddf;
	padding: 7px;
	overflow: hidden;
}
textarea[name=message]{
	width:658px;
	height: 250px;
}
