﻿
h1
	{
	font-family:Cambria;
	font-size:30px;
	text-align:center;
	}



#bloc_haut
	{
		display:flex;
		flex-wrap:wrap;
	}

.elebloc_haut
	{
		
		margin:auto;
		height:300px;
		border:2px #281111 solid;
		border-radius:3px;
	}
#historique
	{
		width:750px;
		margin:auto;
		margin-top:30px;
		margin-bottom:80px;
	}
#bernardin
{	
	margin-right:10px;
	width:200px;
	float:left;
	border:2px black solid;
}


#lien_horaires
	{
		display:block;
		width:200px;
		text-align:center;
		margin:auto;
		margin-top:30px;		
		border:1px #281111 solid;
		box-shadow: 2px 2px 2px rgb(0,0,0,0.6);
		text-decoration:none;
		color:#2f0f0f;
		padding:2px 5px;
		background-image: radial-gradient(ellipse at top, white, #61d7ff);
		border-radius:3px;
	}
	
#lien_horaires:hover
	{
		background-image: radial-gradient(ellipse at top, white, #d06739);
	}