#selfCommentaire {	position: relative; margin: 20px 0 0 10px;	}
#selfCommentaire * { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size: 11px; }
#selfCommentaire h1 { margin: 3px 0 0 2px; font-weight: normal; font-size:10px;	}	/*date et auteur du commentaire*/
#selfCommentaire h1 span { font-weight: bold; font-size:10px;	}	/*span pour nom auteur (si pas email)*/
#selfCommentaire h1 a { font-weight: bold; text-decoration: underline; font-size:10px;	}	/*lien sur email auteur*/
#selfCommentaire h1 a:hover { text-decoration: underline;	}
#selfCommentaire h2 { margin: 0px; font-size: 9px; text-align: justify; font-style: italic; font-weight: normal;}	/*le texte de référence*/
#selfCommentaire p { width:100%; margin:0px; padding-bottom: 10px; display: block; font-size:10px;  text-align: justify; font-weight: normal; border-bottom: 1px dotted #000000;	}	/*le texte du commentaire*/	
#selfCommentaire #commentaireBouton { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #000000;	}
#selfCommentaire #commentaireBouton #bouton{ float: right;	}
#selfCommentaire #commentaireBouton #bouton a {	background-color: #CC0000; color: #FFFFFF; font-weight: bold; padding: 5px; text-decoration: none; line-height: 1.5em;	}
#selfCommentaire #commentaireBouton #remarque {	font-weight: bold; line-height: 1.5em;	}
