/* Module de recrutement */
div.recrutement {
    background-color: #FFFFFF;
    border: solid #565656 2px;
    padding-bottom: .5em;
}

div.recrutement img {
    margin-bottom: .4em;
}

div.recrutement p {
    margin: 2px 0;
}

div.recrutement a {
   color : #565656;
   padding: .2em 5px .3em 10px;
   display: block;
   text-decoration: none;
   text-align: left;
}
    
div.recrutement a:hover {
   background-color: #E0E0E0;
   text-decoration: none;
}
