#documentsUtiles{
	margin-bottom:-137px;
}
#headerDocumentsUtiles {
    background-image: url("../images/transitionDocumentsUtiles.jpg");
}
#chapoDocumentsUtiles {
    float: left;
    font-family: Helvetica;
    margin-bottom: 0;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}
#listeDocumentsUtiles {
    color: #76d3d7;
    float: left;
    width:100%;
    font-family: Neutra text;
    font-size: 1.5em;
    line-height: 35px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
}
#listeDocumentsUtiles li {
    float: left;
    text-align: center;
    width: 100%;
    line-height: 25px;
    margin-top: 15px;
}
#listeDocumentsUtiles li span:hover{
    cursor:pointer;
    color:#2c2e83;
}
#titreLiensUtiles {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
#containerLiensUtiles {
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    width: 80%;
}
.itemLienUtile {
    float: left;
    width: 23%;
    margin:0 1%;
}
.imgLienUtile {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 70px;
    width: 100%;
}
.legendeLien {
    float: left;
    font-family: Helvetica;
    font-size: 0.8em;
    line-height: 15px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
#logoCFE {
    background-image: url("../images/logoLienCFE.png");
}
#logoSecuSoc {
    background-image: url("../images/logoLienSecuSoc.png");
}
#logoOMS {
    background-image: url("../images/logoLienOMS.png");
}
#logoMSF {
    background-image: url("../images/logoLienMSF.png");
}
#titreActualites {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
#containerActualites {
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    width: 80%;
}
.itemActualite {
    float: left;
    padding: 0 2%;
    width: 33%;
}
.itemActualite:nth-child(2) {
    border-left: 1px solid #38a8e0;
    border-right: 1px solid #38a8e0;
    width: 33%;
}
.itemActualite h3 {
    float: left;
    font-family: Open Sans Regular;
    font-size: 1.2em;
    margin-bottom: 6px;
    margin-top: 0;
    text-align: left;
	text-transform:capitalize;
    line-height:25px;
}
.itemActualite article {
    float: left;
    font-family: Open Sans Light;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:"...";
}
.btnEnSavoirPlus{
    float:right;
    width:auto;
    padding:0 15px;
    line-height:31px;
    color:white;
    font-family:Open Sans Bold;
    background-color:#38a8e0;
    opacity:0.3;
}
.btnEnSavoirPlus:hover{
    opacity:1;
    cursor:pointer;
}