/*-------- CSS CHARTES VERSION 2.0 ------------ */

/*-------------------------------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:#FFF;
	background:url(../charte/fond-page.jpg) no-repeat top center #000000;
}

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

#fond-prepage {
	background-image:none;
	background-color:#000;
}

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

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

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

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

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

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

#haut {
	height:145px;
}

#flash-haut {
	width:623px;
	height:145px;
	float:left;
	background:url(../charte/fond-haut.jpg) no-repeat top center;
}

#panier {
	width:277px;
	height:145px;
	float:left;
	text-align:center;
	background:url(../charte/fond-panier.jpg) no-repeat top center;
}

#panier p {
	padding-top:40px;
	padding-left: 100px;
	font-size: 0.9em;
	font-weight: bold;
}

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

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


#centre {
	width:900px;		/* Mettre à 900px (ou largeur du template) pour un site horizontal */
	min-height:465px;	/* Hauteur du template par dfaut */
	_height:465px;		/* 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:70px;
	background:url(../charte/fond-bas.jpg) no-repeat top center;
}

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

#liens-bas {
	width:100%;
	margin:0px auto;
	padding-top:60px;	/* A regler suivant la hauteur des coordonnées dans le fond */
	font-size:0.7em;
	color:#E1BD31;
	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:#FFFFFF;
}

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