#ConteneurCarte{
	text-align:center;
	position:relative;
}
/*.Bouton{
	background:rgba(5, 20, 20, 0.7);
	padding:0.2em;
	border-radius:3px;
	color:white;
	font-family: Trebuchet MS, calibri;
}*/

#SousCarte{
    background:rgba(5, 20, 20, 1);
    width: 77.5%;
    height: 0px; /*modifié en JS*/
    margin: auto;
    position: absolute;
    top: -2.5%;
    left: 11.25%;
	border-radius:10px;
}
#CacheCarte{
    background:rgba(5, 20, 20, 1);
    width: 77.5%;
    height: 0px; /*modifié en JS*/
    margin: auto;
    position: absolute;
    top: -2.5%;
    left: 11.25%;
	border-radius:10px;
	color:white;
}
#CacheCarte:hover{
	background:rgba(5, 20, 30, 1);
	cursor:pointer;
}
#CacheCarteHaut{
	height:30%;
	font-size:1.2em;
	position:relative;
}
#CacheCarteMilieu{
	height:40%;
}
#CacheCarteBas{
	height:30%;
	font-size:1.2em;
	position:relative;
}
#CacheCarteImg{
	height:100%;
	max-width: 100%;
}
#CacheCarteTextBas{
	position:absolute;
	top:0.5em;
	width: 100%;
    left: 0%;
}
#CacheCarteTextHaut{
	position:absolute;
	bottom:0.5em;
	width: 100%;
    left: 0%;
	text-align:center;
}