html 
{ 
	height:100%;
	min-width: 1100px;
  	margin:0;
  	padding:0;
  	background: url("./images/monet.jpg") no-repeat center fixed; 
  	-webkit-background-size: cover; /* pour Chrome et Safari */
  	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
body
{
	height:100%;
	margin:0;
	background-color:transparent;
}

#plis_droit
{
	z-index:5;
	position:absolute;
	top:0px;
	right:10%;
	background-image: url("./images/plis_droit.png");
	width:80px;
	height:80px;
}
#ruban_droite
{
	z-index:1;
	position:absolute;
	top:18px;
	right:0px;
	width:11%;
	height:62px;
	background-color: rgba(56, 56, 56, 1);
}
#plis_gauche
{
	z-index:4;
	position:absolute;
	top:0px;
	left:10%;
	background-image: url("./images/plis_gauche.png");
	width:80px;
	height:80px;
}
#ruban_gauche
{
	z-index:2;
	position:absolute;
	top:18px;
	left:0px;
	width:11%;
	height:62px;
	background-color: rgba(56, 56, 56, 1);
}
#ruban_centre
{
	min-width:700px;
	display:inline-block;
	z-index:3;
	position: relative;
	top:0px;
	height:62px;
	background-color: rgba(44, 44, 44, 1);
	width:78%;
}

#texte
{
	display:block;
	width:700px;
	margin:auto;
	margin-top:12px;
}
#div_texte
{
	min-width:1100px;
	text-align: center;
	position: absolute;
	top : 30px;
	left : 0px;
	width:100%;
}


section
{
	margin-bottom: 10px;
	text-align: center;
}
section h1
{
	text-align: center;
	font-size : 60px;
	font-family: Georgia, "Arial Black", Arial, Verdana, sans-serif;
}
header
{
	height:250px;
}
footer
{
	text-align: center;
	margin-top:10px;
	padding-bottom:10px;
}
footer h2, section h2
{
	text-align: center;
	font-size : 30px;
	font-family: Georgia, "Arial Black", Arial, Verdana, sans-serif;
}
h2 a, p a
{
    color:#990028;
}
#langue, #animation
{
	display:inline-block;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
}
#langue
{
	right:0px;
}
#animation
{
	left:0px;
}
#langue p, #animation p
{
	margin:0;
	margin-left:2px;
	margin-right:2px;
	padding:0;
}
#animation a, #langue a
{
	color : #4c4c4c;
}