/* --- STYLES DE BASE --- */
/*module actu*/


.date {
    font-size: .9em;
    color: #656665;
}

/* Page */
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
/* &Eacute;vite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .78em;
/* &Agrave; adapter pour la police choisie. (3) */
    line-height: 1.4;
/* &Agrave; adapter au design. (4) */
    color: black;
    background:#cec49a url(/assets/images/design/fd_repeat.jpg) repeat-x;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
/* Rapproche le titre du texte. (5) */
    line-height: 1.2em;
    font-weight: bold;
/* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
margin-top:1.8em;
color:#e8941f;
font-size: 1em;
line-height: 0em;
}
h4 {
    font-size: 1em;
}
/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}
/* Paragraphes */
p {
    margin: .75em 0;
/* Marges plus faibles que par d&eacute;faut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}
/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}
/* Divers &eacute;l&eacute;ments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle;
/* Solution pb. d'alignement. (9) */
}
/* Positionnement */
#surwrapper {
    background: url(/assets/images/design/fd_wrapper_repeat.jpg) repeat-y;
    width: 980px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    _overflow: visible;
}
#wrapper {
    background: url(/assets/images/design/fd_wrapper.jpg) repeat-x;
    width: 980px;
    text-align: left;
    overflow: hidden;
    _overflow: visible;
}
#tetiere {
    width: 680px;
}
#colonne {
    float: left;
    width: 240px;
    display: inline;
}
#content {
    float: left;
    width: 680px;
    padding: 30px;
    margin:0;
    display: inline;
}
#content_gauche {
    float: left;
    width: 300px;
    text-align: justify
}
#content_droit {
    float: left;
    margin-left: 30px;
    width: 320px;
}
#footer {
    clear: both;
    width: 650px;
    padding-top:30px;
}
/*  Menu   */
ul#sidebar {
    margin-right: 0;
    margin-top: 270px;
    padding: 0;
    list-style-type: none;
    float: right;
    width: 172px;
}
#sidebar li {
    text-align: left;
    /*margin-left: 15px;*/
    word-spacing: -0.05em;
}
#sidebar li a {
    display: block;
    /*width: 245px;*/
    height: 21px;
    color: #8e896e;
    text-decoration: none;
    background: url(/assets/images/design/menu_hover.png) left no-repeat;
    padding: 4px 0 0 10px;
    font-weight:bold;
}
#sidebar li a:hover, #sidebar li.active a {
    background: url(/assets/images/design/menu.png) left no-repeat;
    text-decoration: underline;
    color: #007d35
}
#sidebar li.active a {
    text-decoration: none
}
.sitemap {
    color:#9a9b9d; 
    font-size:0.8em;
}
.sitemap a {
    color:#8e896e; 
    font-weight:bolder;
    text-decoration:none;
}
.sitemap a:hover {
    text-decoration:underline;
}</p>
