.MsoNormal span, p{


}

#col2 dl.questionslist a {
	cursor:pointer;
	color:#00549F;
}
	#col2 dl.questionslist a:hover {
		color:#a1bc2a;
	}

#col2 dl.questionslist {}
	#col2 dl.questionslist dt {
		background		: url(../interface/public/bg.question.png) no-repeat;
		font-size		: 10pt;
		font-family		: arial;
		color		: #00549f;
		margin-top:15px;
		padding-left:23px;
	}
		#col2 dl.questionslist dd {
			background	 : url(../interface/public/bg.response.png) no-repeat;
		}
			#col2 dl.questionslist p {
				font-size		: 10pt!important;
				font-family		: arial!important;
				padding-left	: 17px;
				padding-top		: 10px;
			}

a.addUserQuestion { /* lien "voir tous les ..." */
	display			: table-cell;
	max-width		: 250px;
	font-weight		: bold;
	color			: #FFA500;
	background		: url(../interface/public/ico.comment_add.png) #fffeee left center no-repeat;
	border			: 1px solid #ccc;
	padding			: 3px 3px 3px 20px;
	margin			: 15px 0
}
	a.addUserQuestion:hover {
		background			: url(../interface/public/ico.comment_add.png) #fff left center no-repeat;
		border-color		: #999;
		text-decoration		: none;
	}
