@charset "UTF-8";

html{
	height: 100%;
}

body {
	background-repeat:repeat;
	background:url(img/fond.png);
	height:100%;
	
}	

*{
	margin: 0;
	padding: 0;
}


#header {
	
	position: relative;
	min-height: 32px;
	margin: 0;
	padding-bottom: 0px;
	width: 100px;
	text-indent: 1px;
	width:100%;
	height: 0px;
	background: url('img/head.jpg');
}

