
#title {
    display:            none;
}

#content {
    background:         #fff url(images/title.png) no-repeat;
}

#content-home {
    padding:            0 350px 0 0;
    background:         #fff url(images/content-home.png) no-repeat;
    text-align:         justify;
}

#content-home p {
    margin:             0;
    padding:            8px 0 0;
}

#content-home p.image {
    margin:             0;
    padding:            0;
}

#flash {
    margin-top:         0px;
    width:              737px;
    height:             363px;
    background:         url(../flash/flash.png);
}


#actualites-container {
    position:           relative;
    float:              right;
    width:              320px;
    margin:             0;
    padding:            0;
    background:         #EDEAE3 url(images/actualites.png) repeat-y;
    border-top:         1px solid #fff;
}

#actualites {
    padding:            10px 12px 10px 10px;
    background:         url(images/actualites-bottom.png) no-repeat left bottom;
}

#actualites h4 {
    display:            none;
}

#actualites h5 {
    height:             18px;
    margin:             0;
    padding:            0 0 0 20px;
    background:         url(images/actualites-h5.png) no-repeat left top;
    line-height:        18px;
    font-size:          12px;
}

#actualites h5 a {
    color:              #FF8615;
    text-decoration:    none;
}

#actualites h5 a:hover {
    text-decoration:    underline;
}

#actualites p {
    margin:             0 0 10px 10px;
    padding:            0;
}

#actualites p.more {
    text-align:         right;
}