*{
	margin: 0;
	padding: 0;
}

a{text-decoration: none;}

a img {border:none;}

a:hover{text-decoration: underline;}

body{
	background: #594343 url(../img/background.png) bottom center;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.space{
	clear: both;
	font-size: 0;
	height: 0;
}
#topbar{
	background: url(../img/topbar.png) repeat-x top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/topbar.png',sizingMethod='crop');
	height: 44px;
	color: #b69b9b;
}
#topbar a{
	color: #b69b9b;
}
#topbar #left{
	float: left;
	line-height: 35px;
	margin-left: 10px;
}
#topbar #right{
	float: right;
	margin-right: 5px;
}
H1{
	background: url(../img/logo.png) no-repeat top center;
	line-height: 160px;
	margin-top: 20px;
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	color: #FFF;
}

#infos-contact {
	background: url(../img/contact-kevin-le-roy.png) no-repeat top center;
	height: 235px;
	margin-top: 20px;
}