@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #C64000;
	margin: 0 auto 20px auto;
	padding: 0;
    background: #C64000 url(images/arriere.jpg) 50% 0 no-repeat;
}

#content {
	width: 600px;
	height: auto;
	margin: 0 auto  auto;
	padding: 0px; 
}

#header {
	width: 800px;
	height: 114px;
	margin: 0 auto;
	
}

#link {
float:left;
width: 600px;
margin-top: 30px;
height: auto;
}

#footer {
     float: left;
	width: 600px;
	margin-top: 5px;
	height: 25px;
}

#footer a {
color:#FFFFFF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#zik {
    float: right;
	width: 200px;
	height: 25px;
}