@font-face {
    font-family: 'olivier';
    src: url('../font/olivier_demo-webfont.eot');
    src: url('../font/olivier_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/olivier_demo-webfont.woff') format('woff'),
         url('../font/olivier_demo-webfont.ttf') format('truetype'),
         url('../font/olivier_demo-webfont.svg#olivierregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
	background-color: #dacabb;
	color: #333333;
	font-family: arial, sans-serif;
	margin: 0px;
}
a
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: grey;
}
#page
{
	width: 1000px;
	margin: auto;
}
header
{
	background: url("../images/arbrebleu.png") no-repeat 850px bottom,
				url("../images/arbrerose.png") no-repeat 450px bottom;
	height: 130px;
	position: relative;
}
header h1
{
	font-family: olivier, sans-serif;
	font-size: 48px;
	color: #037b8d;
	text-shadow: 0px 0px 5px white;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 20px 0px;
}
address
{
	position: absolute;
	font-family: olivier, sans-serif;
	font-size: 20px;
	left: 620px;
	top: 0px;
	background: url("../images/nuage.png") no-repeat 0px 0px;
	width: 186px;
	height: 126px;
	padding-top: 40px;
	padding-left: 40px;
}
nav
{
	border-radius: 10px;
	box-shadow: 0px 0px 10px white;
	background-color: #037b8d;
	font-family: olivier, sans-serif;
	font-size: 30px;
}
nav ul
{
	margin: 0px;
}
nav li
{
	display: inline-block;
	padding: 20px;
}
nav a
{
	color: white;
	text-decoration: none;
}
nav a:visited
{
	color: white;
}
section
{
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	background-color: white;
	padding: 20px;
	margin-top: 20px;
	}
figure
{
	margin: 0px;
}
section h1
{
	font-family: olivier, sans-serif;
	font-size: 48px;
	color: #037b8d;
	text-align: center;
}
section h2
{
	font-family: olivier, sans-serif;
	font-size: 30px;
	color: black;
}
section h3
{
	font-family: olivier, sans-serif;
	font-size: 20px;
	color: green;	
}
input,textarea 
{
	width: 200px;
	margin-bottom: 20px;	
}
label
{
	width: 100px;
	display: inline-block;
}