* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

h1 {
	display: none;
}

img {
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	background: #2d2926 url(body.jpg) repeat-x;
	font: normal normal normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
}

#site {
	width: 800px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: inherit;
}

#header {
	background: #2d2926 url(body.jpg) repeat-x;
	padding-top: 20px;
}

#logo {
	width: 210px;
	height: 85px;
	margin: 0 auto 14px auto;
}

/* Footer */

#bottompage {
	clear: both;
	position: relative;
	height: 60px;
	margin-top: -60px;
	background: transparent url(bottompage.png) repeat-x;
}

#footer a:hover {
	color: #FFFFFF;
}

/* Menu principal */

#mainmenu {
	height: 51px;
	width: 800px;
	padding: 9px 0 0 0;
	background: transparent url(mainmenu.png) no-repeat 0px bottom;
}

#mainmenu ul {
	width: 750px;
	margin: 0 25px;
	height: 51px;
}

#mainmenu ul li {
	float: left;
	width: 140px;
	height: 45px;
	margin: 0 5px;
	color: #514e4b;
}

#mainmenu ul li a {
	display: block;
	width: 140px;
	height: 28px;
	padding-top: 17px;
	font-size: 14px;
	font-family: "Georgia", "MS Serif", "New York", serif;
	font-weight: bold;
	text-align: center;
}

#mainmenu ul li.selected, #mainmenu ul li.selected:hover {
	color: #FFFFFF;
	background: transparent url(mainmenu.png) no-repeat -20px top;
	cursor: text;
}

#mainmenu ul li:hover {
	color: #711104;
	background: transparent url(mainmenu.png) no-repeat -170px top;
}

/* Contenu */

#content {
	padding: 20px 30px 80px 30px;
}

#affiche{
	margin-left:50px; 
	float: left;
}

#plaquette{
	margin-right:50px; 
	float: right;
}

#plaquette p a {
	color: #AAAAAA;
	margin-left: 33px;
}