html{background-image:url(../img/fond.jpg);background-size:cover;}
head{}
meta{}
link{}
title{}
body{}
a{
	text-decoration: none;
	color: inherit;
}
li{
	display:inline-block;
}
ul{
	list-style:none;
}
.page{
	position: relative;
}
.droite{
	
	width: 100%;
	height: auto;
	left: 50%;
	margin-top:50px;
	margin-right:500px;
}
.gauche{
	position: absolute;
	height: auto;
	margin-top:1%;
	left:3%;
}
.entete{
min-width:800px;
}
.choix{
	width: 100%;
	position: absolute;
	margin-top:650px;
	background-image:url(../images/fondquestion.jpg);
}
.bouton{
	background-color: #FFFFFF ;
	margin:10px;
	padding:10px;
}
.bouton:hover {
	transition-duration: .9s; 
	background-color: orange;
}
.photo{

	width: 100%;
	margin-left:100px;
	height: 600px;
	width: 1500px;
}
.statut{
	display:none;
}
.infobulle{
	position: relative;
	cursor: help;
	float: left;
}
.separator{
	border-bottom: solid 4px #33CCCC;
	size=2px;
}
.entete, .choix, .bouton,.photo,.statut,.separator{
	border-radius:25px;
	text-align: center;
	background-size:100% 100%;
	border-style: double;	
	background-color: lightgrey;
	font-size:20px;
}
.entete, .choix,.photo,.statut{
	padding:10px;
}
