/** Reset **/
* {
    font-size: 12px;
    font-family: arial;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*** end reset ***/

.breaker {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}
#top {
    background: url(../images/home/back_top.png) repeat-x 0 bottom;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#top .centered {
    font-size: 0;
    text-align: right;
}
#middle {
    background: #333399;
}
#middle .centered {
    background: url(../images/home/back_middle.png) repeat-y 0 0;
}
#middle .bloc_blocs {
    margin-left: 5px;
    margin-top:25px;
}
#middle .bloc_blocs .bloc_actu {
    background: url(../images/home/back_bloc_actu.png) no-repeat 0 0;
    width: 212px;
    height: 123px;
    float:left;
    margin-left: 15px;
    color: white;
    padding:12px 15px 15px;
    font-size: 11px;
    position: relative;
}
#middle .bloc_blocs .bloc_actu.bonhomme {
    background: url(../images/home/back_bloc_bonhomme.png) no-repeat 0 0;
}
#middle .bloc_blocs .bloc_actu h3 {
    color: #ff9900;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}
#middle .bloc_blocs .bloc_actu .link {
    color: #1e1e78;
    padding: 7px;
    background: #ff9900;
    text-decoration: none;
    bottom:12px;
    right:6px;
    position:absolute;
}
#middle .bloc_blocs .bloc_actu .link:hover {
    text-decoration: underline;
}
#middle .bloc_blocs .bloc_actu ul li {
    list-style-position:inside;
    list-style-type:square;
    font-size: 11px;
}
#middle .bloc_texte {
    color:#FF9900;
    font-size:11px;
    font-style:italic;
    padding:15px 0 12px;
    text-align:center;
}
#bottom {
    height: 30px;
    background: url(../images/home/back_bas.png) repeat-x 0 bottom;
}
#bottom img {
    margin:11px 35px 0;
}
#bottom, #bottom a {
    color: white;
}
#bottom a {
    margin-left: 10px;
}
.centered {
    width: 800px;
    margin: 0 auto;
}
