html, body {
	height: 100%;
	margin:0;
	padding:0;
}
body {
	overflow-x:hidden;
	margin:0;
	padding:0;
	background:#621313;
	height:100%;
}
ul, li
{
list-style-type:none;
}
div#ruban
{
float:top;
width:100%;
height:100%;
margin:0;
padding:0;
background-image:url('../images/bandeau1.png');
background-repeat:no-repeat;
background-position:100% 0%;
background-size: 200%;
}

h1
{
width:80%;
height:100%;
background-image:url('../images/ruban1.png');
background-repeat:no-repeat;
background-position:10% 0%;
background-size: 50%;
	font-family: Georgia, Times, serif;
	text-indent:-10000px;
	font-style: italic;
	margin:0;
	padding:0;
	color:#ffffff;
}
div#contenu
{
position:absolute;
top:20%;
left:15%;
margin:10%;
border-radius:16px;
width:40%;
height:auto;
border: 4px dotted pink;
background-color:#ffffff;
}
a
{
text-decoration:none;
}
h2
{
font-family:Georgia, Times, serif;
font-size:2em;
font-weight:bold;
font-style:italic;
color:#2d3545;
margin:10%;
padding:4%;
text-align:center;
line-height:2em;
}

