/*-------------------------------TOUT-------------------------------*/
@charset "UTF-8";

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

html {
    font-size: 100%;
}

html, body {
	height:100%;
}

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

/*-------------------------------PREPAGE-------------------------------*/

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

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

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

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

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

#liens-prepage {
	width:700px;
	font-size:0.7em;
	color:#666666;
	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:#666666;
}

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

/*-------------------------------CHARTE-------------------------------*/

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

#zonepanier {
	height:112px;
	margin:0px;
	background:url(../charte/fond-panier.jpg) no-repeat top center;
}

#zonepanier #panier_contenu {
	width:200px;
	height:30px;
	position:absolute;
	margin:40px 0px 0px 430px;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	color:#95764A;
}

#zonepanier #panier_contenu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#95764A;
	font-size:0.7em;
	letter-spacing:1px;
	border:1px dashed #FFF;
	padding:2px;
	margin-top:10px;
	text-transform:uppercase;
}

#zonepanier #panier_contenu a:hover {
	background-color:#FFF;
	border:1px dashed #95764A;
	color:#95764A;
}

#haut {
	height:138px;
	background:url(../charte/fond-haut.jpg) no-repeat top center;
}

#contenu {
	width:100%;
	overflow:hidden;
	background:url(../charte/fond-contenu.jpg) repeat-y top center;
}

#gauche {
	width:200px;
	height:450px;		/* Hauteur du template par dfaut */
	float:left;
	background:url(../charte/fond-gauche.jpg) no-repeat top center;
}

#gauche #navigation {
}

#centre {
	width:900px;		/* Mettre à 900px (ou largeur du template) pour un site horizontal */
	min-height:450px;	/* Hauteur du template par dfaut */
	_height:450px;		/* Hack IE Hauteur du template par dfaut */
	float:left;
	font-size:0.8em;
	background:url(../charte/fond-centre.jpg) no-repeat top center;
}

#bas {
	height:182px;
	background:url(../charte/fond-bas.jpg) no-repeat top center;
}

#logo-distributeur {
	position:absolute;
	margin-left:770px;
	margin-top:70px;
}

#liens-bas {
	width:100%;
	margin:0px auto;
	padding-top:120px;	/* A regler suivant la hauteur des coordonnées dans le fond */
	font-size:0.7em;
	color:#6E5D3F;
	text-align:center;
}

#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;
}

