h2 {
	background-image: url(/@@/voyageemilio/images/forum/titre_forum_fr.png);
}

.guide_jeu {
	background: url(/@@/voyageemilio/images/forum/guide_jeu.png) left center no-repeat;
	line-height: 27px;
	padding-left: 29px;
	font-size: larger;
	display: block; /* FIXME : garantir la largeur sans mode block */
}

.forum,
#cse-search-box {
	width: 90%;	
}

#cse-search-box {
	text-align: right;
}

.forum thead,
.forum tfoot {
/*	background-color: #cccccc; */
	background-color: #c2cf95;
}
.forum thead th {
	padding: 0.2em 0.5em;
}

.forum tbody .reponses,
.forum tbody .visites {
	text-align: center;
	color: #666666;
}
.forum tbody .dernier_commentaire {
	font-style: italic;
	color: #666666;
}
.forum tbody .dernier_commentaire .date,
.forum tbody .dernier_commentaire .auteur {
	display: block;
}

a.ajouter {
	display: block;  /* FIXME : garantir la largeur sans mode block */
	background: url(/@@/voyageemilio/images/forum/accessories-text-editor.png) left center no-repeat;
	line-height: 32px;
	padding-left: 36px;
	font-size: larger;
}

.commentaire {
	font-size: medium;
	font-style: normal;
	margin: 1em 0;
}

.commentaire .auteur,
.commentaire .date {
	font-size: smaller;
	font-style: italic;
	color: #666666;
}
.commentaire .auteur {
	float: left;
}
.commentaire .date {
	float: right;
}
.commentaire .corps {
	border-top: 1px solid white;
	clear: both;
}

h2.titre_sujet {
	background-image: none;
	width: auto;
	height: auto;
}
h2.titre_sujet span {
	display: inline;
}

a.retour {
	display: block;
	background: url(/@@/voyageemilio/images/forum/go-up.png) left top no-repeat;
	line-height: 8px;
	padding-left: 18px;
	margin-top: -1em;
	font-size: smaller;
}