* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: 'Vollkorn', arial, serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

div#bg_accueil {
	height: 100%;
	width: 100%;
	background:url(img/bg_accueil.jpg) no-repeat top center;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}
div#bg_qui_sommes_nous {
	height: 100%;
	width: 100%;
	background:url(img/bg_qui_sommes_nous.jpg) no-repeat top center;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}
div#bg_gamme {
	height: 100%;
	width: 100%;
	background:url(img/bg_gamme.jpg) no-repeat top center;
	margin: 140px 0 0 0;
	display:none;
	position:absolute;
	z-index:1;
}
div#bg_recette {
	height: 100%;
	width: 100%;
	background:url(img/bg_recette.jpg) no-repeat top center;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}
div#bg_contact {
	height: 100%;
	width: 100%;
	background:url(img/bg_contact.jpg) no-repeat top center;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}
div#bg_revendeurs {
	height: 100%;
	width: 100%;
	background:url(img/bg_revendeurs.jpg) no-repeat top center;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}
div#aleatoire {
	height: 100%;
	width: 100%;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
}

div#container_accueil {
	width:980px;
	margin: 0 auto;
	z-index:2;
	position: relative;
	min-height: 550px;
}
div#container {
	width:980px;
	margin: 0 auto;
	z-index:2;
	position: relative;
	min-height: 700px;
}
	div#sidebar_droite{
		width:265px;
		height:550px;
		padding:30px 0 0 0;	
	}

	a.logo {
		position: relative;
		float: left;
		margin-top: 15px;
		display: block;
		width: 220px;
		height: 85px;	
	}
	div.content {
		float: left;
		width: 380px;
		text-align: right;
	}
	div.content2 {
		float: left;
		width: 450px;
		text-align: justify;
	}
		p.legend {
			font-size: 11px;
		}
		div.spacer_point {
			display: block;
			border-top: 1px dotted #fff;
			margin: 10px 0 20px 0;
		}
		p.text {
			display: block;
			margin: 12px 0;
			text-align: justify;
		}
		p.text_large {
			display: block;
			margin: 12px 0;
			font-size: 15px;
		}

	div.slider-texte {
		float: left; 
		width: 380px; 
		padding: 15px 0 0 20px;
		text-align: justify;
	}

	div.slider_recette-texte {
		float: right; 
		width: 540px;
		padding: 5px 15px 0 0;
		text-align: justify;
	}
	div.slider_recette-img {
		float: left; 
		width: 400px;
		margin-top: 15px;
		margin-left: 10px;
	}

		a.bt_recette {
			background: url(img/bt_recette.png) no-repeat top left;
			width: 123px;
			height: 29px;
			display: block;
			margin-top: 15px;
			float: right;
			clear: right;
		}
		
div#footer {
	width: 800px;
	margin: 15px auto;
	color: #929292;
	padding: 0px 10px 0px 10px;
	position:relative;
	z-index: 3;
}
	div.intro_accueil{
		width:800px;
		border-top:1px solid #161618;
		font-size: 13px;
		text-align: justify;
		padding: 10px 0;
	}
	div.copyright {
		border-top:1px solid #161618;
		text-align:center;
		padding-top: 10px;
	}
		div.copyright a {
			color: #929292;
		}


/* ********************************************
	STYLES 
					*/
ul.menu_verti {
	list-style: none;
	width: 265px;
	margin:40px 0 0 0;
	padding:0;
}
	ul.menu_verti li {
		display: block;
		margin:15px 0;
	}
		ul.menu_verti li a {
			font-size: 14px;
			color: #fff;
			display: block;
			text-decoration:none;
		}
		ul.menu_verti li a:hover {
			color: #ff9204;
			text-decoration:none;
		}


ul.menu_horiz {
	position: relative;
	float: right;
	margin-top: 55px;
	list-style: none;
}
	ul.menu_horiz li {
		margin: 0 7px;
		float: left;
	}
	ul.menu_horiz li.wide {
		margin: 0 12px;
		float: left;
	}
		ul.menu_horiz li a {
			font-size: 13px;
			color: #fff;
			display: block;
			text-decoration:none;
		}
		ul.menu_horiz li a:hover {
			color: #ff9204;
			text-decoration:none;
		}
		ul.menu_horiz li a.current {
			color: #ff9204;
		}

ul.list_revendeurs {
	list-style: none;
}
	ul.list_revendeurs li {
		padding: 7px 0;
		display: block;
	}


ul.list_ingredients {
	list-style: disc;
	list-style-position: inside;
}
	ul.list_ingredients li {
		padding: 3px 0 3px 5px;
	}


ul.list_progression {
	list-style: circle;
	list-style-position: inside;
}
	
	ul.list_progression li {
		padding: 7px 0 7px 5px;
	}


ul.list_caracteristique {
	list-style: none; 
	margin: 17px 0 0 0; 
	padding: 0; 
	line-height: 1.1;
}

ul.list_analyse {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	line-height: 1.1;
}

.vol12orange{
	font-family: 'Vollkorn', arial, serif;
	font-weight: normal;
	font-size: 12px;
	color:#ff9204;
}

		
/* ********************************************
	STYLES GLOBAL 
					*/
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

img { border: none; }
.clear { clear: both; }
.left { float: left; }

.violet {
	color: #7b569f;
}

p.erreur {
	color: #900;
	font-weight: bold;
	font-size: 15px;
}
p.succes {
	color: #090;
	font-weight: bold;
	font-size: 15px;
}

label {
	font-size: 90%;
	color: #666;
}

ul.contact {
	list-style: none;
}
	ul.contact li {
		margin: 10px 0;
	}
input, textarea {
	padding: 11px 6px;
	background: #22211f;
	border: 1px solid #ff9202;
	opacity: 0.5;
	font-family: Arial, serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
}
input.bouton {
	opacity: 1.0;
	border: none;
	padding: 0;
}
div.select_departement {
	float: right;
	background: url(img/bg_departement.png) no-repeat;
	width: 193px;
	height: 24px;
	padding: 2px 10px;
	text-align: right;
}
select {
	text-align: center;
	border: none;
	width: 193px;
	padding: 3px 0;
}
h1 {
	font-size: 24px;
	color: #ff9204;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #ff9204;
	margin: 0;
	font-weight: normal;
}

span.bold_orange {
	font-weight: bold;
	color: #ff9204;
}

span.bold_blanc{
	font-weight: bold;
	color: #fff;
}

div.gamme-wrapper {
	position: relative;
	margin-top: 70px;
	width: 980px;
}
a.gamme-link {
	float: left;
	width: 180px;
	margin: 60px 70px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ff9204;
}
	a:hover.gamme-link {
		text-decoration: underline;
	}
	a.gamme-link img {
		width: 180px;
	}
	.gamme-txt {
		padding: 10px 0;
		font-size: 16px;
		color: #ff9204;
		font-weight: normal;
		text-transform: uppercase;
	}