body {
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
}

#djangoForumBody {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
    margin-top:2px;
}

#djangoForumThreadList a:link, a:visited{
	font-size:12px;
	text-decoration:none;
	color:#222;
}

#djangoForumThreadList a:hover{
	font-size:12px;
	text-decoration:underline;
	color:#222;
}
#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
    font: 11px Arial normal;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails p{
    margin:3px 0px;
    font-size:11px;
}
#djangoForumList .djangoForumListDetails strong {
    font-size: 13px;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 10px;

}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    background-color: #ccc;
    border-bottom: solid #777 1px;
    font-size:12px;
}

.djangoForumListLastPost a:link, a:visited{
	font-size:12px;
	color:#222;
	text-decoration:none;
}

.djangoForumListLastPost a:hover{
	font-size:12px;
	color:#222;
	text-decoration:underline;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #566979;
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
    font-size:13px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 3px 0px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumBody #logo{
    float:right;
    margin-top:-35px;
}

#djangoForumBody #logo img{
    border:0
}

#djangoForumThreadPostDetail {
    width: 20%;
}
.djangoForumPagination {
    display: inline;
}

h1{
    margin:5px 0px;
}

#entete{
    margin-top:0px    
}

#login_form{
    border:0px solid;
    padding:3px 5px;
    width:540px;
    font-size:10px
}

#login_form input[type="text"], #login_form input[type="password"], #login_form input[type="submit"] {
    font-size:11px;
    border:1px solid #aaa;
    width:125px;
}
#login_form input[type="submit"] {
    width:auto;
    border:1px solid #999;
    font-size:11px;
}
#login_form fieldset {
    font-size:13px;
    margin:0;
    padding-bottom:5px;
}

#login_form label {
    display:inline;
    font-size:11px;
}

#error{
    font-size:11px;
    color:#F00;
    text-align:center;
}

textarea{
    display:block
}

.help_text{
    font-size:11px;
}

.help_text a:link, .help_text a:visited{
    font-size:11px;
    text-decoration:none
}

.help_text a:hover{
    font-size:12x;
    text-decoration:underline;


