html{
	padding:0;
	border:0;
	margin:0;
	
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-y;
}

body{
	padding:0;
	border:0;
	margin:0;
	width:100%;
}

/* Supprime le cadre bleu autour des images cliquable sous ie */
body a img{	
	border: none;
}
/* Supprime le cadre bleu autour des images cliquable sous ie */

img{
	margin:0;
	padding:0;
	border:0;
}

header{
	position: fixed;
	top:0:
	left:0;
	margin:0;
	width: 100%;
	height: 37px;
	border-bottom: 2px solid #393939;
	background-color: #e8e4d9;
}

header a{
	display: inline-block;
	vertical-align: top;
	height: 45px;
	color: #702800;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
}

header a:hover{
	text-decoration: underline;
	cursor: pointer;
}

section{
	width: 1100px;
	margin: auto;
	background: white;
	padding:10px;
	padding-top: 40px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

td{
	vertical-align: top;
}

h1{
	font-family: 'Uncial Antiqua', cursive;
	color: #582112;
}

hr{
	border: 2px dashed #dedede;
}

p{
	font-family: 'Philosopher', sans-serif;
	font-size: 20px;
	text-align: justify;
}

table{
	font-family: 'Philosopher', sans-serif;
	font-size: 20px;
	text-align: justify;
}