@import "master.css";
@import "post.css";

.colPrincipale .actionPosts {
 margin-bottom:0.5em;
}
.colPrincipale .actionPosts a {
 color:green;
 text-decoration:none;
 background-color:#e0ffe0;
 padding:0 3px 1px 3px;
}


.colPrincipale .comment {
 margin-bottom:8px;
 padding:4px;
 background-color:white;
}
.colPrincipale .comment .title {
 color:#e04040;
 font-weight:bold;
 font-size:120%;
 background:#F9E39C url(img/titrePost.gif);
 padding:2px 2px 3px 2px;
 margin-bottom:2px;
}
.colPrincipale .comment .status {
 display:block;
 width:.8em;
 height:.8em;
 overflow:hidden;
 text-align:center;
 float:left;
 margin-right:.25em;
 margin-top:.25em;
}
.colPrincipale .comment .status .onLine {
 color:green;
 background-color:green;
}
.colPrincipale .comment .status .offLine {
 color:red;
 background-color:red;
}
.colPrincipale .comment .content {
 margin-top:4px;
 clear:both;
 padding-top:.5em;
}
.colPrincipale .comment .content .floatLeft {
 float:left;
 padding-right:4px;
}
.colPrincipale .comment .date {
 color:#606060;
}
.colPrincipale .comment .nom {
 font-weight:bold;
}
.colPrincipale .comment .actions {
 padding-bottom:6px;
}
.colPrincipale .comment .actions a {
 text-decoration:none;
 border:1px solid #8080ff;
 background-color:#e0e0ff;
 padding:0 2px 1px 2px;
 color:blue;
}

.colPrincipale .miniMenu a {
 color: white;
}


#colPrincipale_form {
 padding:.5em;
 margin-top:.5em;
 background-color:white;
}
#colPrincipale_form .titre {
 font-weight:bold;
 padding-bottom:1em;
}
#colPrincipale_form label {
 width:7em;
 display:block;
 float:left;
}
#colPrincipale_form textarea {
 clear:both;
}
#colPrincipale_form .err {
 padding-bottom:1em;
}
#colPrincipale_form .msg {
 padding-bottom:1em;
 color:blue;
}
