.commentaire {
	
    margin-bottom: 10px;
	width:100%;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.commentaire-body {
    
	display:inline-block;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	vertical-align:top;
	width:60%
}
.commentaire-title {
    margin: 0;
    
    font-size: 16px;
    color: inherit;
	
}
.commentaire-heading {
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	width:30%;
    
	display:inline-block;
	text-align:center;
}	

.commentaire-default {
    border-color: #d6e9c6;
}
.commentaire-default>.commentaire-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
