@charset "utf-8";
/* CSS Document */

* {
	margin:  0px;
	padding: 0px;
	text-decoration:none;
}

html {
	font-size: 100%;
}

body {
	background:#000 url(images/fond.jpg) top center repeat;
}

.contenu {
	background: url(images/koofond.jpg) repeat-x center center;
	height:400px;
	width:100%;
	text-align:center;
}