.lien_image
{
	border: outset rgb(10,74,99) 2px;
	height: 150px;
	width: 215px;
	text-align: bottom;
	box-shadow: 2px 2px 2px black;
	border-radius: 10px;
	overflow: hidden;
}

.lien_image:hover
{
	color: yellow;
}

.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_manutention
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_manutention.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_terrassement
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_terrassement.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_transport
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_transport.png) no-repeat left top;
	border-radius: 10px;
}

.lien_location_compactage
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_compactage.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_air
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_air.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_signaletique
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_signaletique.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_construction
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_construction.jpg) no-repeat left top;
	border-radius: 10px;
}

.lien_location_espaces_verts
{
	font-family: simply;
	text-shadow: 2px 2px 4px black;
	background: url(../image/menu_lien_location/menu_espaces_verts.jpg) no-repeat left top;
	border-radius: 10px;
}