@charset utf-8;
/* CSS Document */

#fondTexteNoir{
	position: absolute;
	width: 340px;
	height: 500px;
	top: 80px;
	left: 0;
	background: black;
}

#texte{
	padding: 20px;
	position: absolute;
	width: 300px;
	height: 460px;
	top: 80px;
	left: 0;
}

#texte h3{
	margin-left: 0;
	padding-left: 0;
}

iframe{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 636px;
	height: 500px;
	top: 80px;
	right: 0;
}

#chargement{
	position: absolute;
	width: 636px;
	top: 300px;
	right: 0;
	text-align: center;
	color: black;
}

#menu{
	z-index: 30;
}