/* BLOCK AFFICHAGE COMMENTAIRE */
#block_commentaires {
	text-align: center;
	width:600px;
	border: 1px dashed #006633;
	background-color:#cadaf5;
	margin: 5px 0px;
	padding: 0px;
}

#commentaires_big_titre {
	background: url('sidebar_titre.png');
	text-align: center;
	color: #000000;
	height:15px;
	font-weight:bold;
	font-size:15px;
	border: none;
	padding: 0px;
}

.liste_commentaires {
	background-color: #c7d2f1;
	color:#CC6600;
	height:25px;
	font-weight:bold;
	font-size:15px;
	border-bottom: 1px dashed  #006633;
	padding: 0px;
}

.liste_gauche {
vertical-align:middle;
text-align:left;
padding-left:10px;
color:#666666;
}

.liste_gauche font {
color:#CC6600;
}

.liste_droite {
vertical-align:middle;
text-align:right;
padding-right:10px;
color:#666666;
}

.espace_comment {
border:none;
height:5px;
}

.affich_comment {
padding:10px;
margin:0px;
text-align:left;
}



/* BLOCK FORMULAIRE COMMENTAIRE */
#commentaires {
	text-align: left;
	width:600px;
	height:340px;
	border: double #006633;
	background-color:#DBE4FF;
	margin: 15px 0px;
}

#commentaires_titre {
	background: #CDDDEF;
	text-align: center;
	height:25px;
	vertical-align: bottom;
	font-weight:bold;
	font-size:15px;
	padding-top:3px;
	border-bottom: 1px dashed  #006633;
}

#commentaires_formulaire {
	padding-left:15px;
}

#commentaires_formulaire p {
	margin-bottom: 0px;
	margin-top: 10px;
}

