/* CSS content */

body {
	background-color: #fff;
}

.bleu-clair {
	color: #0099FF;
}
.blanc {
	color: #fff;
}
.vert {
	color: #9AC52D;
}

.txt-11 {
	font-size: 11px;
}
.txt-12 {
	font-size: 12px;
}
.txt-14 {
	font-size: 14px;
}

.tableau-equipe {
	width: auto;
	border-collapse: collapse;
	border: 0;
}
	.tableau-equipe td, .tableau-equipe th {
		font-size: 11px;
		color: #9FAEBB;
		border-bottom: 1px solid #27415B;
		padding: 5px 9px;
	}
	.tableau-equipe .color {
		background-color: #002141;
	}
	.tableau-equipe th {
		color: #0099FF;
		font-weight: bold;
		text-align: left;
	}
