* {
	margin: 0;
	border: 0;
	text-decoration: none;
}

body {
	background: url(../images/fond_damier.gif);
	margin: 0;
	padding: 0;
	font: 70% "lucida grande", verdana, arial, helvetica, sans-serif;
	text-align: left;
}

a:link, a:visited {
	font-style: italic;
	text-decoration: none;
	color: #000;
}

a:hover, a:active {
	color: #FFF;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 12px 0;
}

h4 {
	font-size: 1.1em;
	margin: 8px 0 3px 0;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#conteneur {
	background-color: #b2b4a4;
	width: 898px;
	margin: 0 auto;
	border: 1px solid black;
}

#tetiere {
	width: 898px;
	height: 277px;
	margin: 0;
	background: url(../images/header.jpg);
}

.spacer {
	clear: both;
}