* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#000000;
	background:url(../img/fond-page.jpg) no-repeat top left #FFFFFF;
}

/* ######### CHARTE ######### */

/* PREPAGE */

#conteneur-prepage {
	width:100%;
	text-align:center;
}

#intro {
	width:700px;
	height:400px;
	margin:0px auto;
}

#texte-prepage {
	width:700px;
	margin:0px auto;
}

#texte-prepage a {
	color:#996600;
}

#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:1000px;
	margin-left:0px;
	background-color:transparent;
}

#haut {
	height:140px;
	background-color:transparent;
	background:url(../img/haut.jpg) no-repeat top center;
}

#contenu {
	width:100%;
	overflow:hidden;
	background:url(../img/fond-contenu.jpg) repeat-y top center;
}

#gauche {
	width:199px;
	height:560px;
	float:left;
	background-color:transparent;
	background:url(../img/menu.jpg) no-repeat top center;
}

#gauche #navigation {
}

#centre {
	width:801px;
	min-height:560px;
	_height:560px;
	float:left;
	font-size:0.8em;
	background:url(../img/fond-centre.jpg) no-repeat top center;
}

#bas {
	height:75px;
	background:url(../img/bas.jpg) no-repeat top center;
}

#logo-distributeur {
	position:absolute;
	margin-left:900px;
}

#liens-bas {
	background-image:url(../img/fond-liens-bas.jpg);
	background-repeat:repeat-y;
	width:100%;
	margin:0px auto;
	padding-top:6px;
	padding-left:100px;
	font-size:0.7em;
	color:#6E5D3F;
	text-align:center;
	letter-spacing: -0.1em;
}

#liens-bas ul {
	list-style:none;
	text-align:center;
}

#liens-bas ul li {
	display:inline;
	text-align:center;
}

#liens-bas ul li a {
	color:#FF8F12;
	
}

#liens-bas ul li a:hover {
	color:#CC0190;
	text-decoration:none;
}


#panier_contenu {
	width:160px;
	height:30px;
	margin-bottom:20px;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
	position: absolute;
	top: 400px;
	left: 6px;
}

#panier_contenu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.7em;
	letter-spacing:1px;
	border:1px dashed #FFF;
	padding:2px;
	margin-top:10px;
	text-transform:uppercase;
	background: #FFA52D;
	font-weight: bold;
}

#panier_contenu a:hover {
	border:1px dashed #463116;
	color:#BF0185;
	background: #FFA52D;
}

/* ######### CHARTE - FIN ######### */
