@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	color: #853135;
	background-color: #60AF1F;
	background-image: url(../img/fonds/fond01.jpg);
	background-repeat: no-repeat;
	background-position:center 0;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em <=> 10px */
	text-align:center;
	cursor:default;
}

/* COMMUN */
#footer {
	margin:0px auto 0 auto;
	width:900px;
	padding:4px;
	text-align:right;
}
#footer a.langage img{
	border:0;
	vertical-align:bottom;
	margin:0;
}
#footer .mention-speciale {
	float:left;;
}
#footer .mention-speciale img{
	border:0;
	vertical-align:bottom;
	margin:0;
}
#footer a.mentions-legales{
	color: #023F01;
	font-size:10px;
	text-decoration:none;
}
#footer a.mentions-legales:hover{
	color:#EF413D;
	text-decoration:underline;
}

/* MESSAGE D'AVERTISSEMENT */
#jsflash{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:2px 0;
	border-bottom:2px solid #FCAF16;
}
#jsflash p{
	margin:0;
	padding:0;
	text-align:center;
}
#jsflash a{
	color: #853135;
	text-decoration:none;
}
#jsflash a:hover{
	text-decoration:none;
}
#jsflash a img{
	border:0;
	margin:0 2px 0 0;
	padding:0;
	display:inline;
	vertical-align:bottom;
}

/* VERSION FLASH */
object{
	margin:50px auto 0 auto;
	width:900px;
	text-align:left;
}

/* VERSION HTML */
#html{
	position:relative;
	margin:50px auto 0 auto;
	width:900px;
	height:580px;
	text-align:left;
	background:transparent url(../img/interface/fond.jpg) no-repeat;
	background-position:50% 0px;
	background-attachment:fixed;
}
html>body #html{
	background-position:50% 50px;
}
#html #header{
	position:relative;
	height:140px;
}
#html #header h1 a{
	display:block;
	float:left;
	position:absolute;
	top:55px;
	left:55px;
	width:162px;
	height:66px;
	background:transparent url(../img/interface/logo.png) no-repeat;
	text-indent:-10000px;
	z-index:2;
}
#html #header h1 a:focus{
	outline:0;
}
#html #header #menu{
	width:900px;
	height:140px;
	padding:10px 0 0 0;
	list-style:none;
	text-align:center;
}
#html #header #menu li{
	display:inline;
	margin:0;
	padding:0 10px;
	background:transparent url(../img/interface/pipe.png) no-repeat 0 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	font-weight:bold;
}
#html #header #menu li.first,
#html #header #menu li:first-child{
	background:none;
}
#html #header #menu li a{
	color:#FFF;
	text-decoration:none;
}
#html #header #menu li a:hover{
	/*margin-top:5px;*/
}
#html #header #menu li.selected a{
	color:#E7342C;
}
#html #header #menu .sous-menu{
	position:absolute;
	top:70px;
	left:0;
	width:900px;
	display:none;
	text-align:right;
	z-index:1;
}
#html #header #menu .selected .sous-menu{
	display:block;
}
#html #header #menu .sous-menu li{
	padding:0;
	margin:0 10px;
	border:0;
	font-size:11px;
	background:none;
}
#html #header #menu .sous-menu li a{
	color:#FFF;
}
#html #header #menu .sous-menu li a:before{
	content:"● ";
}
#html #header #menu .sous-menu li.selected a{
	color:#E7342C;
}
#html #content{
	margin-top:-10px;
	padding:0 5px;
	height:440px;
	overflow:auto;
}
#content a {
	color:#853135;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
html>body #html #content{
	margin:0;
}
#html #content ul{
	margin:0 20px;
}
#html #content div,
#html #content hr{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-center{
	text-align:center;
}
.chiffre{
	color: #E7342C;
}
img{
	margin:5px;
}
h2{
	margin:10px 5px;
	color:#E7342C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bolder;
}
h3{
	margin:5px;
	color:#853135;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, li, h4{
	margin:10px 5px;
	color:#853135;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
h3:before, .puce:before{
	content:' ';
	padding:0 0 0 18px;
	background:transparent url(../img/interface/feuille.png) no-repeat 0 0;
}

*+html h3,
*+html .puce{
	text-indent:18px;
	background:transparent url(../img/interface/feuille.png) no-repeat 0 0;
}

.hr{
	height:32px;
	background:transparent url(../img/interface/vague.png) no-repeat center top;
}
.hr hr{
  display: none;
}

.gamme div{
	border-top-width:8px;
	border-top-style:solid;
	background-color:#FFF;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:left -8px;
}

.gamme div:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;margin:0;padding:0;}
.gamme div{display:inline-block;}
/* Hack IE 5.0 Mac \*/
* html .gamme div{height:1%;}
/* Fin hack IE 5.0 Mac */

.gamme h3{
	padding-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.6em;
	font-weight:bolder;
}
.gamme h3:before{
	content:none;
	padding:0;
}
.gamme h2{
	margin:10px 0 0 0;
	padding:0;
	height:82px;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
.gamme-panier div{border-color:#43AC4B;background-image:url(../img/interface/gamme-panier.jpg);background-position:-50px -8px;}
.gamme-panier h2{background-image:url(../img/interface/titre-gamme-panier.png);}
.gamme-panier h3{color:#43AC4B;}
.gamme-plaisir div{border-color:#FCB316;background-image:url(../img/interface/gamme-plaisir.jpg);background-position:-50px -8px;}
.gamme-plaisir h2{background-image:url(../img/interface/titre-gamme-plaisir.png);}
.gamme-plaisir h3{color:#F36F21;}
.gamme-saveurs div{border-color:#DBB98C;background-image:url(../img/interface/gamme-saveurs.jpg);background-position:-50px -8px;}
.gamme-saveurs h2{background-image:url(../img/interface/titre-gamme-saveurs.png);}
.gamme-saveurs h3{color:#A76535;}
.gamme-forme div{border-color:#759832;background-image:url(../img/interface/gamme-forme.jpg);background-position:-30px -8px;}
.gamme-forme h2{background-image:url(../img/interface/titre-gamme-forme.png);}
.gamme-forme h3{color:#759832;}
.gamme-autres div{border-color:#B8292F;background-image:url(../img/interface/gamme-autres.jpg);background-position:-50px -8px;}
.gamme-autres h2{background-image:url(../img/interface/titre-gamme-autres.png);}
.gamme-autres h3{color:#B8292F;}
.gamme-nouveautes div{margin:10px 0 0 0;border-color:#F8B500;background-image:url(../img/interface/gamme-nouveautes.jpg);background-position:-50px -8px;}
.gamme-nouveautes h3{color:#FFF;}


.sites li {
	clear: both;
	list-style: none;
	margin-bottom: 20px;
}
.sites li img,
.sites li span{
	float: left;
}
* html .sites li h2{
	margin-top:-15px;
}
.sites li h2, .sites li p {
	margin-left: 200px;
}

#html #content .cadre{
	float:left;
	clear:none;
	padding:5px 10px;
	margin:0 0 0 50px;
	background:transparent url(../img/fonds/fond01.jpg) no-repeat;
	border:2px solid #FCAF16;
	-moz-border-radius:5px;
}
#html #content .cadre li{
	margin:2px 0;
}

.galerie{
	padding:10px 0 0 50px;
	list-style:none;
}
.galerie li{
	float:left;
	margin:0 20px 20px 20px;
	text-align:center;
}

#html #content #histoire .colonne{
	clear:none;
	float:left;
	margin:0 10px;
	width:410px;
}
#html #content #histoire h2{
	padding-bottom:20px;
	margin-top:20px;
	background:transparent url(../img/interface/vague-date.png) no-repeat bottom center;
	font-family:Helvetica, sans-serif;
	font-size:70px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
}