@charset "iso-8859-1";
#container {
    background:             url(images/home.jpg) no-repeat 0 89px;
}

#quicklinks {
    top:                    310px;
    border-top:             1px solid #fff;
}

#title {
    display:                none;
}

#content {
    min-height:             0;
    height:                 auto;
    margin-top:             310px;
}

#actualites {
    position:               relative;
    z-index:                100;
    float:                  right;
    width:                  375px;
    margin-top:             -90px;
    margin-left:            20px;
    margin-bottom:          20px;
    background:             #FCF6DE url(images/home-actualites.jpg);
}

#actualites h4 {
    /*position:               absolute;*/
    height:                 27px;
    margin:                 0;
    padding:                2px 5px;
    background:             #FF890B url(images/home-actualites-h4.jpg) no-repeat left top;
    text-indent:            -100em;
    overflow:               hidden;
}

#actualites a {
    color:                  #FF890B;
}

#actualites div.actualite {
    padding:                0 10px;
}


#actualites div.last-child {
    padding:                0 10px 31px;
    background:             url(images/home-actualites-last-child.jpg) no-repeat left bottom;
}

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

#extraDiv {
    position:               absolute;
    top:                    89px;
    width:                  100%;
    height:                 290px;
    /*background:             #ccc;*/
}
