
#listecommentaires{
	/*width:600px; */ /* width:700px; */
	font-family:"Comic Sans MS"; /* Lithos Pro Regular, tahoma, */
	font-size:12px;
	padding:20px 20px 30px 20px;
	border:0px solid #eeeeee; /*#A5A8B8*/
    background:#ddd;
	/* width:400px; */
	margin:0 auto;
	border-radius:10px;
	-webkit-border-radius:10px;
}
#commentaire{
    background:#fff;
	/* width:380px; */ /*height:auto;*/
	padding:10px;
    margin:5px 0 5px 0;
	border:1px solid #dedede; /* #A5A8B8; */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    display:inline-block;
}

/*
div#listecommentaires{
	/ *width:600px; * / width:700px;
	margin:0 auto;
	font-family:"Comic Sans MS"; / * Lithos Pro Regular, tahoma, * /
	font-size:12px;
	padding:20px 20px 30px 20px;
	border:0px solid #eeeeee; / * #A5A8B8* /
    background:#ddd;
	/ * width:400px; * /
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
*/

#confirmation{
}

#confirmation #confirmationtexte{
  /*horizontal-align:left;  middle; */
	width:90%;
	display:none;
	padding:5px;
	margin:15px 0 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-align:center;
}
/*
div#commentaire{
    background:#fff;
	/ * width:380px; * / / *height:auto;* /
	padding:10px;
    margin:5px 0 5px 0;
	border:1px solid #dedede; / * #A5A8B8; * /
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    display:inline-block;
}
*/

div#commentaire #commentairegauche{
        /* width:400px; */
        float:left;   
}

#cadredetails{ 
    color:darkred;
    border-bottom:1px solid darkred;
    margin-bottom:5px;
}

#cadrefonctions{ 
    color:darkred;
    border-top:1px solid darkred;
    margin-top:5px;
}

div#ecrire{
	/* width:450px; */
	margin:0 auto;
	z-index:10002;
}

