/*
*******************************************************************************
Voir l'aide dans content.css.
NE PAS TOUCHER AUX PROPRIETES NON EXPLIQUEES DANS CE FICHIER
*/
#chefList{
    width:auto;
}

.chef{
    margin:5px;
	text-align: justify;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.chef img{
    float:left;
    margin:0 5px 0 0;
}

