/*******************************************
	Commentaires Jeu 
********************************************/
#Cadre_commentaires {
	position: relative;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 590px;
	/*float: left;
	display: inline; /* Pour contourner Bug Double Margin IE 6.0 */
}

#Cadre_commentaires form #Bouton{
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
#Cadre_commentaires form #Bouton:hover{
	text-decoration: underline;
	cursor: pointer;
}


