

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	color:#999
}

a:link, a:visited{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: none;
}

#logo{
	text-align: left !important;
	color: #ffffff !important;
	font: 12px Georgia, Serif !important;
	position: relative;
	zoom: 1; 
	width: 100% !important;
	z-index: 10000 !important;
	top:0px;
	margin:0px;
}

#contact-info{
	text-align: left !important;
	color: #000000 !important;
	font: 10px Georgia, Serif !important;
	position: relative;
	zoom: 1; 
	width: 100% !important;
	z-index: 10000 !important;
	top:0px;
	left:25px;
}
	

#merde {
	/*background:#CCC; */
	padding: 20px 0 20px 0;
	position: relative;
	top: 80px;
	left: 0px;
	width: 100%;
	text-align: center;
	color:#999999;
	font-size: 22px;
	z-index: 6000;
	
	
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}



