/*#background
{
	background: url(../onglet/fond/contact.jpg) no-repeat center fixed; 
  	-webkit-background-size: cover; 
  	background-size: cover;
}*/

/********************************* caroussel ********************************/
#carte
{
	width: 100%;
	height:auto;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#map
{	
	height: 40%;
	width: 40%;
	min-height: 400px;
    min-width: 600px;
}
.ref_hypertext
{
	color: rgb(186, 122, 76);
	text-decoration: none;
	font-style: italic;
}

