@font-face {
    font-family: 'jenna_sueregular';
    src: url('jennasue-webfont.eot');
    src: url('jennasue-webfont.eot?#iefix') format('embedded-opentype'),
         url('jennasue-webfont.woff') format('woff'),
         url('jennasue-webfont.ttf') format('truetype'),
         url('jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
	margin:0px;
	padding:0px;
	background: url(../../image/fond.jpg) no-repeat center fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

body
{
	margin:0px;
	padding:0px;
	color: blue;
}

a
{
	color: blue;
}
 .header
 {
	display: inline-block;
	position: absolute; 
	top: 0%;
	text-align: center;
	background:url(../../image/baniere.jpg) no-repeat fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 100%;
}

.menuleft
{
	display: inline-block;
	border: 2px solid black;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	position: absolute;
	background: url(../../image/identification.jpg);
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	top: 30%;
	left: 5%;
	padding-left: 10px;
	height: 310px;
	width: 180px;
}

.menuright
{
	display: inline-block;
	border: 2px solid black;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	position : absolute;
	top : 30%;
	right: 5%;
	background: url(../../image/identification.jpg);
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding-left: 10px;
	height: 310px;
	width: 180px;
}

.corp
{
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 20%;
	right: 20%;
	background: url(../../image/imagecentrale.jpg) no-repeat fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding:10px
}

.footer
{
	display: inline-block;
	position: relative;
	width: 100%;
	height:50px;
	margin-top: 20px;
	padding: 10px;
}

.head
{
	text-align: center;
	font-size: 36px;
	color: #CC0000;
	font-family: jenna_sueregular;
}
.MP3
{
	margin-top: 20px;
}