* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background: url(images/pixel.png) repeat;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
/* ********************* */


ul {
	list-style: none;
}

* a {
/*border: 1px solid red;*/
border: 0px;
border: none;
text-decoration: none;
}

a:link, a:visited, a:active {
/*	text-decoration: none;*/
}
a:hover {/* animation simple barre au survol*/
/*	border-bottom: 1px solid #fff;*/
}

hr.clear {
	height: 1px;
	border: none;
	border-color: #fff;
	visibility: hidden;
	clear: both;
}

.hide {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
}

#page {
	position: relative;
	height: 670px;
	min-height: 670px;
	max-height: 670px;
	background: url(images/bande_pixel.jpg) top left repeat-x;
}

#conteneur {
	position: absolute;
	width: 760px;
	height: 670px;
	min-height: 670px;
	max-height: 670px;
	left: 50%;
	top: 0;
	margin-top: 0;
	margin-left: -380px;
	background: url(images/fond.jpg) top left no-repeat;
}

#header {
	position: relative;
}
#header h1 a {
	/*position: relative;*/
	margin: 50px 0 0 155px;
	display: block;
	width: 474px;
	height: 87px;
	background: url(images/titre.jpg) top left no-repeat;
}

p#entrez {
	position: relative;
	margin: 253px 0 0 0;
	text-align: center;
	line-height: 36px;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	background: url(images/entrez.jpg) top left no-repeat;
}
p#entrez a {
	font-weight: bold;
	color: #dea390;
}
p#entrez a:hover {
	color: #9f4848;
}
p#entrez strong {
	color: #9f4848;
}

p#www {
	position: relative;
	margin: 5px 0 0 0;
	text-align: center;
}
p#www a {
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 0 0;
	text-align: center;
}

p#phrase {
	position: relative;
	margin: 5px 0 0 0;
	text-align: center;
	line-height: 31px;
	height: 31px;
	min-height: 31px;
	max-height: 31px;
	background: url(images/phrase.gif) top left no-repeat;
}
