@charset "UTF-8";
/*=============================================================
			 Eléments principaux de la page 
=============================================================*/
/* Section */
article
{
	position: absolute;
	top: 105px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#refresh
{
	float: right;
	margin-right:80px;
}
/*aside*/
aside
{
	position: absolute;
	top: 311px;
	left: 0px;
	height: 39px;
	width: 80%;
}
#reponse1
{
	float: left;
	text-align:right;
	width: 35%;
	visibility: hidden;
}
#reponse2
{
	float:left; 
	text-align:right;
	width: 33%;
	visibility: hidden;
}
#reponse3
{
	float: left;
	text-align:right;
	width: 32%;
	visibility: hidden;
}
/*=============================================================
			 Boutons
=============================================================*/
#bouton
{
	position: absolute;
	top: 311px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#bouton p
{
	display: inline;
	margin-right: 105px;
	margin-left: 60px;
}

/*=============================================================
			 Videos
=============================================================*/
#video
{
	position: absolute;
	top: 346px;
	height: 188px;
	width: 83%;
	padding-left:35px;
	background-color: #fff;
	z-index:1;
} 
#video p
{
	display: inline;
	
	margin-left: 40px;
	margin-right: 30px;
	
}
