/**********************************************************
 *   http://laboratoire-analyses-creuse.fr	 
 *
 * 
 *  
 ********************************************************/

#contenuPage {
    background: url("../images/bg_actualites.png") no-repeat scroll 50px 0 transparent;
    padding-top: 180px;
}

#contenuPage .uneActu {
    border-bottom: 1px solid #DCDCDC;
    display: block;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0 0 5px;
}

#contenuPage .titrePage{
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 8px;
}

#contenuPage .date {
    border: 1px solid #DCDCDC;
    height: 30px;
    margin: 15px 0;
    width: 498px;
}

#contenuPage .date span {
    background: none repeat scroll 0 0 #F5F5F5;
    border-left: 1px solid #DCDCDC;
    float: right;
    font-size: 15px;
    height: 23px;
    padding: 7px 20px 0;
    text-align: right;
}


























