/** commentaires **/
#d_yourComments {
	margin:2em 1em 0em 1em;
}

#d_formRegisterComment {
	width:85%;
	margin:auto;
	margin-top:2em;
}

#d_formRegisterComment p.input {
text-align:center;
}

.commentaire{
	border-bottom:dashed 1px red;
	min-height:7em;
	margin:0 0.5em;
}

.commentaire_avatar{
	float:left;
	margin:0.5em;
	padding:0em;
}

.commentaire_text{
	padding:0em;
	margin:0.5em 0em 0em 9em;
	min-height:5em;
	text-align:left;
}

.commentaire_signature{
	text-align:right;
	margin:0.5em 0em;
	padding:0em;
}

.commentaire:hover {
	background-color:#000000;
}

#missedComments {
	width:13.2em;
	display:none;
}
#accueil #missedComments {
	display:block;
}

/** dropDown **/
#drop_d_formRegisterComment {
	position:absolute;
	margin:0 0 0 0.3em!important;
	width:5em;
	height:1.2em;
	background:url(img/icon_comment.png) 4.5em 0em no-repeat;
}
#drop_d_formRegisterComment em:hover{
	text-decoration:underline;	
}
#drop_d_formRegisterComment em {
	display:block !important;
	margin:-1.2em 0 !important;
	padding-top:0em !important;
}
#d_formRegisterComment  {
	width:90% !important;
}