.listeFanions{
	text-align: center;
	padding: 0;
	margin: 0;
}

.fanion, .equipe{
	display: inline-table;
	width: 230px;
	border: 1px solid rgb(0,107,56);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	margin: 10px;
	text-align: center;
}

.equipe{
	display: inline-block;
	width: 230px;
	border: 1px solid rgb(0,107,56);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	margin: 10px;
	text-align: center;
}

.equipe h1{
	font-size: 1.1em;
	margin-bottom: 2px;
	height: 40px;
}

.fanion h1{
	font-size: 1.1em;
	margin-bottom: 2px;
}

.fanion h2{
	margin: 0px 0px 4px 0px;
	font-size: 0.8em;
	border-bottom: 1px solid rgb(0,107,56);
	
}

.fanion img{
	width: 150px;
	height: 225px;
}

.fanionLarge {
	text-align: center;
}

.fanionLarge img{
	width: 600px;
	height: 900px;
}

.equipe img{
	width: 100px;
	height: 150px;
}

.fanion .desc{
	margin: 5px;
	border-top: 1px solid rgb(0,107,56);
	height: 40px;
}
