/* blog */

.BLOG .POST-COMMENTS {
 margin-bottom: 10px;
}

.BLOG .POST-COMMENTS dl {
 width: 450px;
 padding-bottom: 5px;
}

.BLOG .POST-COMMENTS dt {
 text-align: left;
 font-size: 10px;
}

.BLOG .POST-COMMENTS textarea,
.BLOG .POST-COMMENTS dd input {
 border: solid 1px #999999;
 font-size: 10px;
 width: 450px;
}

.BLOG .POST-COMMENTS textarea {
 height: 80px;
}

/* liste des billets */
/*
.BLOG dl.LIEN-BILLET {
 border-bottom: dotted 1px #DDDDDD;
}

.BLOG .LIEN-BILLET dt {
 float: left;
 width: 70%;
}

.BLOG .LIEN-BILLET dt a {
 font-weight: bold;
}

.BLOG .LIEN-BILLET dd {
 text-align: right;
 color: #999999;
}

.BLOG a.EVENT {
 float: left;
}

.BLOG .RSS {
 margin-bottom: 20px;
 padding: 1px;
 border-bottom: solid 1px #DDDDDD;
 border-top: solid 1px #DDDDDD;
}

.BLOG .RSS a {
 font-size: 10px;
 text-decoration: none;
 width: 100%;
 display: block;
}

.BLOG .RSS a:hover {
 background-color: #EFEFEF;
}

.BLOG .RSS img {
 margin-right: 10px;
 border: none;
}

/*********** Billet *************/

.BLOG .COMMENTAIRE dt.SUJET {
 font-weight: bold;
}

.BLOG .COMMENTAIRE dd.DATE {
 border-top: dotted 1px #999999;
 margin-bottom: 10px;
}

.BLOG .COMMENTAIRE dd.CORPS {
 color: #666666;
 border-bottom: solid 1px #999999;
 margin-bottom: 10px;
}

.BLOG .SUJET .REPONSE {
 color: #BCBCBC;
 font-style: italic;
 font-weight: normal;
}
/*
.BLOG .COMMENTAIRE .CORPS {
 font-size: 10px;
}
