
@import "style.css";
html, body {
margin:0pt;
padding:0pt;
}
body {
background:#000000 url(images/bg.jpg) repeat-x scroll 0% 50%;
color:#000000;
font-family:Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
font-size:15px;
}
.left {
float:left;
margin:1pt 1em 1em;
}
.right {
float:right;
margin:1pt 1em 1em;
}
#content {
background:transparent none repeat scroll 0% 50%;
color:#000000;
border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sidebar {
background:#transparent url(img/menu.png) repeat-x scroll 0% 50%;
color:#000000;
}
#sidebar div {
margin:0pt 0px 2em;
}

a, a:visited, a:active {
color:#000000;
font-size:17px;
border:none;
text-decoration:none;
}
a:hover {
text-decoration:underline;
font-size:18px;
color:#000000;
}
#titre, .titre {
color:#a20808;
font-size:22px;
font-weight:bold;
}
.titreArchive a {
color:#666666;
font-size:15px;
font-weight:bold;
text-decoration:none;
}
.titreArchive a:hover {
color:#000000;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
#detail {
color:#444444;
font-size:12px;
}
#foot {
color:#aaaaaa;
font-size:10px;
}
#menucat {
color:#000000;
}
.commentaire {
color:#0000000;
font-size:14px;
font-weight:bold;
}
.commentTextecomment {
color:#000000;
font-size:13px;
}
.commentTextecommentAdmin {
color:#000000;
font-size:15px;
}
.commentDetail {
color:#555555;
font-size:12px;
}


.comment {
background-color:#999999;
border: thin inset #000000;
padding:5px;
}
.commentAdmin {
background-color:#990000;
border:thin inset #000000;
padding:5px;
}