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

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

#fond-prepage {
	background:url(../charte/fond-page2.jpg) no-repeat top center #813870;
}

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

#intro {
	width:954px;
	height:637px;
	margin:0px auto;
}

#texte-prepage {
	width:954px;
	margin:0px auto;
	padding-top:15px;
	font-size:0.8em;
	color:#C078B4;
}

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

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

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

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

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

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

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

.encart-newsletter	{
	position:absolute;
	margin-top:-4px;
	margin-left:15px;
}

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

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

#gauche #navigation {
}

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

#logo-distributeur {
	position:absolute;
	margin-left:870px;
	padding-top:30px;
}

#liens-bas {
	width:100%;
	margin:0px auto;
	padding-top:140px;	/* 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;
}

.vignettes {
	text-align:center;
	}
#integration .vignettes a img, #integration .vignettes a:hover img {
	border:1px solid #FFF;
}