/* Start of CMSMS style sheet 'commentaire' */
#commentspost {
float: left;
width: 560px;
text-align: left;
background: white;
padding: 5px 0 5px 0;
margin-top: 10px;
margin-bottom: 10px;
border: 1px #333333 solid;
}

#commentspost ul, li {
text-align: left;
padding: 0 0 0 15px;
text-indent: 0;
list-style-type: none;
}

#commentspost li {
list-style-type: none;
text-decoration: none;
}

.date {
color: #660033;
margin-right: 10px;
border-bottom: 1px #660033 solid;
}

.auteur {
text-transform: uppercase;
color: #333333;
}

.commentaire {
color: #660033;
text-align: justify;
margin-right: 20px;
}
/* End of 'commentaire' */

/* Start of CMSMS style sheet 'commentaireform' */
#comments form {
background:#333333;
color: white;
padding:10px 10px 10px 2px;
width:550px;
}

#comments img {
margin-left: 220px;
}

#comments td {
width: 130px;
}

#comments label {
text-align: left;
}

#comments input[type="submit"]
{
background: white;
width : 250px;
}

#comments input[type="submit"]:hover
{
background: #660033;
color: white;
text-transform: uppercase;
width : 250px;
}

#comments input[type="text"]
{
width : 380px;
}


#comments textarea {
border:1px solid black;
width : 380px;
background: #660033;
font-family:"trebuchet ms";
color:white;
}

/* End of 'commentaireform' */

