h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#983875;
	line-height:14px;
	padding-top:8px;
	vertical-align:top;
	margin:0;
}

#bulle {
	width:223px;
	background-image:url(fond_bulle.png);
	background-repeat:no-repeat;
	margin-left:1px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.commentaires {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

#bulleBas {
	width:253px;
	height:12px;
	background-image:url(../images/bas_bulle.png);
	background-repeat:no-repeat;
}
/*Tabs*/

#tabMenu {
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
}
#tabMenu li {
	float:left;
	height:34px;
	width:186px;
	cursor:pointer;
	cursor:hand
}
li.comments {
	background:url(../images/commentaires/last_comments.png) no-repeat 0 0px;
	margin-bottom:0;
}
li.famous {
	background:url(../images/commentaires/last_forums.png) no-repeat 0 0px;
	margin-bottom:0;
}
li.mouseover {
	background-position:0 -34px;
	margin:0;
}
li.mouseout {
	background-position:0 0px;
}
li.selected {
	background-position:0 -68px;
}
.box {
	width:390px;
	margin-left:10px;
	margin-top:15px;

}
.boxTop {
	background:url(../images/commentaires/fond.png) no-repeat;
	height:1px;
	clear:both;
}
*html .boxTop {
	margin-bottom:-2px;
}
.boxBody {
	background-image: url(../images/commentaires/fond.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.boxBottom {
	background:url(../images/commentaires/bottom.png) no-repeat;
	height:9px;
}
.boxBody div {
	display:none;
}
.boxBody div.show {
	display:block;
}
.boxBody #category a {
	display:block;
}
.boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:190px;
}
*html .boxBody div ul {
	margin-left:10px;
	padding-left:15px;
}
.boxBody div li {
	border-bottom:1px dotted #8e8e8e;
	padding:4px 0;
	cursor:hand;
	cursor:pointer;
}
.boxBody div ul li.last {
	border-bottom:none
}
.boxBody div li span {
	font-size:8px;
	font-style:italic;
	color:#888;
}

.table {
margin-left:10px;
}