/* //////////////////////////////////////////////// TABLEAU /////////////////////////////////////////////////////// */
.Services  h2 { background:url(../../../images/archives/h2_partenaires.png) left no-repeat; padding-left:60px;}

div.table {
       /* display:table;*/
        /* Joindre les bords des cellules */
        border-collapse:collapse;
        /* Forcer le tableau à prendre la largeur écran */
        width:900px;
        border:0px;
}
div.tr {
        display:table-row;
		text-align:center;
		vertical-align:middle;
}
div.td {
        display:table-cell;
        width:120px;
		padding:10px;
		float:left;
}
div.end {
		/*padding-left:20px;*/
		text-align:left;
		width:auto;
}


