/*
 * billet.css - (c) 2007 Geoffray Warnants
 */


/*
 * Billet
 */
#contentbox .billet {
}
#contentbox .billet .header {}
#contentbox .billet .header .title {
font-size:18px;
padding-top:14px;
margin-bottom:5px;
}
#contentbox .billet.header .title a {
color:inherit;
text-decoration:none;
}
#contentbox .billet .header .title  a:hover {
color:#9c8b00;
}
#contentbox .billet .header .title  h3 a:hover {
color:#9c8b00;
}
#contentbox .billet .header p.meta {
font-size:10px;
margin:0;
padding-bottom:5px;
border-bottom:1px solid #e7d200;
}
#contentbox .billet .header span.separator {
margin:0 5px 0 5px;
}
#contentbox .billet .body {
margin-top:15px;
margin-left:0px;
line-height:1.6;
font-size:15px;
text-align:justify;
font-family:Arial;
}
#contentbox .billet .header a {
color:#3c3c3c;
text-decoration:none;
}
#contentbox .billet .body img {
border:0;
margin-bottom:3px;
/*vertical-align:sub;*/
}
#contentbox .billet .body img.left {
float:left;
margin-right:5px;
border:1px solid #3C3C3C;
}
#contentbox .billet .body img.right {
float:right;
margin-left:5px;
border:1px solid #3C3C3C;
}
#contentbox .billet .body img.top {
margin-bottom:5px;
border:1px solid #3C3C3C;
display:block;
}
#contentbox .none {
display:none;
}

/*
 * Formulaires
 */
form label.text{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:0 1em 0 0;
	padding:0.1em;
	border-bottom:1px solid #F7F7F7;
    font-size:14px;
}
form .submit {
    margin-left:165px;
}
form li.error {
    font-weight:bold;
    color:#ff0000;
}
form .errorfield {
    border:2px solid #ff0000;
}
/*
 * Commentaires
 */
.comment {
    background-color:#FFFDED;
    border:1px solid #E4DEA8;
    color:#4F4033;
    padding:10px;
    margin:5px;
    font-family:Arial;
    line-height:1.5;
    font-size:14px;
    text-align:justify;
}
.comment div.title {
    background-color:#EFECD1;
    font-weight:bold;
    margin-left:45px;
    padding:2px;
}
.comment a {
    color:#4F4033;
}
.comment a:hover {
    color:#ffffff;
}
.comment img.gravatar {
    float:left;
    border:1px solid #E4DEA8;
}
.comment div.text {
    margin-left:45px;
}

/* box projets / caracteristiques */
div.caracteristics  {
    line-height:1em;
    border:1px solid #EFECD1;
    background-color:#FFFDED;
    color:#6F6300;
    font-size:12px;
    margin:10px 25px;
    padding:5px;
}
div.caracteristics  h3 {
    margin:0 0 5px 0;
}
div.caracteristics span.text{
	display:block;
	float:left;
	width:85px;
	text-align:right;
	margin:0 5px 0 0;
    border-bottom:1px solid #EFECD1;
    padding-bottom:2px;
}

/* tableaux */
table.browser_list {
    border:1px solid #E4DEA8;
    border-collapse:collapse;
    font-size:10px;
    font-family:Arial;
    width:100%;
    text-align:left;
    background-color:#FFFDED;

}
table.browser_list th {
    font-family:Verdana;
    font-weight:bold;
    background-color:#EFECD1;
    color:#4F4033;
}
table.browser_list tr.alt td {
    background-color:#FAF8E4;
}