@CHARSET "UTF-8";
html, body { height: 99%; }
body {
	background: #c2aa5b url('../images/background.jpg') repeat-x;
	margin: 0;
	padding: 0;
}


#page {
	width: 800px;
	min-height: 99%;
	margin: 0 auto;
	padding: 0 5px 30px 5px;
	background: #fff;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#subpage {
	position: relative;
	margin-left: 12px;
}

#gauche {
	width: 320px
}

#droite {
	position: absolute;
	top: 0;
	left: 330px
}

h1 {
	font-family: Times;
	font-size: 5em;
	font-weight: normal;
	line-height: 0.6em;
	text-align: right;
	margin: 0 0 50px;
}
h2 {
	font-family: Times;
	font-size: 2.5em;
	line-height: 0.5;
	margin: 0 0 1em 0;
}
h3 {
	margin-bottom: 0.5em;
	color: #3980b8;
}
h4 {
	position: relative;
	top: -2em;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	margin: 0 5px 0 0;
}

.jaune{color:#fbc31b;}
.bleu{color:#3980b8;}



.menu li {
	margin-bottom: 0.5em;
}
.menu a {
	font-size: 1.5em;
	text-decoration: none;
	line-height: 67px;
	color: #3980b8;
}

#gauche p {
	text-align: justify;
}