@charset "utf-8";
table.equipe {
	height: auto;
	width: 97%;
}

table.equipe td.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border-bottom-style: none;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 35px;
	color: #000000;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 0px;
	height: auto;
	width: 33%;
}

table.equipe td.img{
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 0px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


table.equipe img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}

