/*
	1904.ch - (c) 2007 Simon Jacquier
*/

body {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #521D10 url(images/background.gif) repeat;
}

#milieu {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 972px;
	background: transparent url(images/milieu.gif) repeat-y;
}

#en-tete {
	height: 197px;
	background: transparent url('images/en-tete.gif') no-repeat 0 0;
	position: relative;
}

#menu {
	position: absolute;
	top: 55px;
	left: 486px;
	background-color: transparent;
	text-align: left;
}

#pied {
	height: 67px;
	background: transparent url('images/pied.gif') no-repeat 0 0;
	position: relative;
	clear: both;
}

#nextway-link {
	position: absolute;
	top: 26px;
	left: 44px;
	background-color: transparent;
}

#texte {
	margin: 0;
	padding: 15px 65px;
	text-align: justify;
	line-height: 1.4em;
}

p {
	margin: 0;
	padding: 5px 0;
}

a {
	color: #521D10;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
