.strophe{
	font-style: sans-serif;
	font-family: Arial;
	color:#D68910;
	text-align:center;
	margin-left : 30%;
	padding-top:15px;
 	padding-bottom:10px;
 	padding-right:15px;
 	padding-left:10px;
	width: 70%;
	height : auto;
	background-color : transparent;
 }
.surligner{
	color:#F1C40F;
	font-weight: bolt;
	texte-decoration: underline;
}

.time{
	font-style: sans-serif;
	font-family: Arial;
	color: black;
	text-align: center;
	background-color: #D68910;
	font-size: 35px;
	border: medium outset #f33;
	box-shadow: 10px 5px 5px black;
	background-position: center;
	padding-top:15px;
 	padding-bottom:10px;
 	padding-right:10px;
 	padding-left:10px;
	width: 70%;
	height : auto;
	margin-left : 200px;
	text-decoration :bolt ;
}

body{
	background:url(1920x1080.jpg);
	background-position:center;
	background-size:1400px;
}

.liens{
	font-style: sans-serif;
	font-family: Arial;
	float:left;
	margin-left : 0px;
	padding-top:15px;
 	padding-bottom:10px;
 	padding-right:15px;
 	padding-left:10px;
	width: 30%;
	height : 600px;
	background-color : #D68910;
	background-size: cover;
	border: medium outset #f33;
	box-shadow: 10px 5px 5px black;
}
.titre
{
	font-style: sans-serif;
	font-family: Arial;
	color : Dark;
	text-align : center ;
	font-weight : 800 ;
	text-decoration :underline ;
	background-color : #D68910;
	box-shadow: 10px 5px 5px black;
	border: medium outset #f33;
}

.image_centree {
	display: block;
	border-radius: 50%;
	margin-left: auto;
    margin-right: auto;
}  

h3{
	font-style: sans-serif;
	font-family: Arial;
	color : dark;
	text-align : center ;
	font-weight : 800 ;
	text-decoration :underline ;
	background-color : #D68910;
	border: medium dashed #f33;
}

.retour{
	text-align: right;
	background-color : #D68910;
	box-shadow: 10px 5px 5px black;
	border: medium outset #f33;
	font-style: sans-serif;
	font-family: Arial;
	color : dark;
}
a{
   color: black;
   text-decoration: none;
}
a:hover{
	opacity: 0.7;
	font-style: bold;
}