.lien_image
{
	border: outset rgb(10,74,99) 2px;
	height: 150px;
	width: 250px;
	text-align: bottom;
	box-shadow: 2px 2px 2px black;
	border-radius: 10px;
	overflow: hidden;
}

.lien_image_vide
{
	height: 80%;
	margin: 0px;
}

.fond_noir_transparent
{
	background-color: rgba(10,74,99,0.5);
	margin: 0px;
	height: 20%;
	padding: 0px;
}
.fond_noir_transparent p
{
	margin: 0px;
	padding-top: 5px; 
}

.contenue_menu_location
{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: wrap;
}

.lien_location_rouleaux_cylindre
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_rouleaux_cylindre.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_rouleaux_manuels
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_rouleaux_manuels.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_compacteurs_mouton
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_compacteurs_mouton.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_plaques_vibrantes
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_plaques_vibrantes.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_pilonneuses
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_pilonneuses.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_marteaux_piqueurs
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_marteaux_piqueurs.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_brh
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_brh.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_image:hover
{
	color: yellow;
}