body {
    min-height: 100%;
}

.corpsPage{
    min-height: 100%;
    margin-bottom: 10%;
    
}

.texteAccueil{
	font-size: 2em;
	text-shadow: 0.1em 0.1em 0.1em #939393;
        padding-bottom: 15px;
}

.colonne{
    margin: 2%;
}

.cadre{
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.21); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.21);
}

.cadre:hover{
    background-color: #d9d9d9;
}

.carreIndex{
    color: black;
}

.carreIndex:hover{
    color: black;
    text-decoration: none;
}

.indexImage {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  	height: auto;
}

.titreIconeIndex{
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
}



footer{
    margin-top: 10%;
}

