/* Appel du forum */
p.repondre {
	display: inline;	/* Pour IE */
	padding-left: 25px;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/repondre.gif) 0 5px no-repeat;
}
p.repondre a, p.repondre a:visited { color: #ef8813; }
p.repondre a:hover {
	font-size: 1.2em;
	font-style: italic;
	color: #008bcf;
}
div.forum-texte p.repondre {
	padding-left: 0;
	background-image: url(none);
	border-top: 1px solid #fff;
	padding-top: 5px;
}

/* En réponse à... */
#reponse {
	position: relative;
	float: left;
	display: inline;
	width: 390px;
	margin: -14px 0 0 19px;
	min-height: 400px;
	background: url(../images/fond_focus_articles.jpg) 0 0 no-repeat;
	font-size: .85em;
	line-height: 1.2em;
	text-align: justify;
	color: #888;
}
#reponse div { padding: 10px 50px 0 30px; }
#reponse div div { padding: 10px 0 0; }
#reponse h1, #reponse h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #008bcf;
	margin: 16px 0 10px;
}
#reponse p, #contenu p {
	color: #004a99;
	margin: 0;
	font-size: .95em;
	vertical-align: top;
}
#reponse p img {
	float: left;
	margin-right: 5px;
}
#reponse p.auteur, #content p.categorie {
	font-size: .85em;
	font-style: italic;
	color: #ee7f01;
	line-height: .9em;
	margin: .6em 0;
}

/* Poster un message */
#contenu div {
	margin-left: 350px;
	padding-left: 15px;
}
#contenu div.forum-message, #contenu div div {
	margin-left: 0;
	padding-left: 0;
}
label, legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #888;
	margin: 1em 0 0;
}
#formulaire_forum p.explication {
	font-style: italic;
	font-size: .8em;
	margin: 0 0 .2em;
}
#formulaire_forum .spip_barre { background-color: #a8d9ef; }

/* Imbrication des réponses */
ul.forum li {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	background: url(../images/fondforum.png) repeat top left;
}
