﻿#ClubPhotoEquipe
{
	text-align:center;
	
}

.TableauBureau
{
	/* Pour n'avoir aucun espace entre les lignes et les colonnes */
	border-collapse: collapse;
	
	/* Pour centrer le tableau dans la page */
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:Black;
	border-width:2px;
	
}

.TableauBureau td 
{
	border-style:solid;
	border-color:Black ;
	border-width:1px;
	
	padding-left:3px;
	padding-top: 3px;
	padding-right:3px;
}


