* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/18px Verdana, Tahoma, Arial, sans-serif;
}

a {
    color: #004366;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px
}

p.signes {
    text-align:right;
    margin: 0 0 10px;
}

p.subs {
    font-size:11px;
    margin: 0 0 10px;
}

p.titles {
    font-weight:bold;
    text-align:center;
}

img {
    border: none;
}

img.l_floats {
    float:left;
    clear:left;
    margin: 0 10px 10px 0;
}

input {
    vertical-align: middle;
}

strong {
    color:#222;
}

h1 {
    color:#bd0000;
    font-weight:normal;
    font-size:23px;
    margin-bottom: 20px;
}

h2 {
    color:#004366;
    font-weight:normal;
    font-size:18px;
    margin: 20px 0 10px;
}

h4 {
    font-size:12px;
    font-weight:normal;
    text-align:center;
    margin-bottom:10px;
}

table {
    border-collapse: collapse; 
    border-spacing: 0px; /* cellspacing */
}

table td, table th {
    border: 1px solid #808080;

}
table th {
    padding: 5px;
}


.highlights {
    color: #004366;
    font-weight:bold;
}

.pagers {
    text-align:right;
}

.pagers a {
    border: 1px solid #004366;
    padding: 2px 6px;
    width: 25px;
    text-decoration:none;
}

.pagers a:hover {
    text-decoration:underline;
}
.pagers a.active {
    background: #004366;
    color: #fff;
}

#content ul, #content ol {
    margin-left: 20px;
}

#news_title {
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 20px;
    color:#202020;
}

#news_date {
    font-style:italic;
}
