* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	background:url(../img/fond-page.jpg) no-repeat top center #1c1411;
}

/* ######### CHARTE ######### */

/* PREPAGE */

#conteneur-prepage {
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

#intro {
	width:700px;
	height:400px;
	margin:0px auto;
	padding-top:100px;
}

#texte-prepage {
	width:700px;
	margin:0px auto;
}

#texte-prepage a {
	color:#CCCCCC;
}

#texte-prepage a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#liens-prepage {
	width:700px;
	font-size:0.7em;
	color:#6E5D3F;
	text-align:center;
}

#liens-prepage ul {
	list-style:none;
	text-align:center;
}

#liens-prepage ul li {
	display:inline;
	margin-right:10px;
	text-align:center;
}

#liens-prepage ul li a {
	color:#9F7A3A;
}

#liens-prepage ul li a:hover {
	color:#000000;
	text-decoration:none;
}

/* PREPAGE - FIN */

#conteneur {
	width:900px;
	margin:0px auto;
	background-color:transparent;
}

#haut {
	height:233px;
	background-color:transparent;
	background:url(../img/haut.jpg) no-repeat top center;
}

#contenu {
	width:100%;
	overflow:hidden;
	background:url(../img/gd_fond.jpg)  top center;
}

#gauche {
	width:200px;
	height:530px;
	float:left;
	background-color:transparent;
}

#gauche #navigation {
}

#centre {
	width:900px;
	min-height:467px;
	_height:467px;
	float:left;
	font-size:0.8em;
	background:url(../img/fond-centre.jpg) no-repeat top center;
}

#bas {
	height:95px;
	background-color:transparent;
	background:url(../img/bas.jpg) no-repeat top center;
}

#logo-distributeur {
	position:absolute;
	margin-left:900px;
}

#liens-bas {
	width:100%;
	padding-top:100px;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#liens-bas a{
	color:#FFFFFF;
}
#liens-bas a:hover{
	color:#9f1a0b;
}

#liens-bas ul {
	list-style:none;
	text-align:center;
}

#liens-bas ul li {
	display:inline;
	margin-right:10px;
	text-align:center;
}

#liens-bas ul li a {
	color:#9F7A3A;
}

#liens-bas ul li a:hover {
	color:#000000;
	text-decoration:none;
}

/* ######### CHARTE - FIN ######### */

