/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#000;
color:#B4B5B7;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	background-color:#000000;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:990px;
height:630px;
margin:-315px auto 0 -495px;
position:absolute;
top:50%;
left:50%;
}
/***************** FLASH INTRO *****************/
#introFlash{
	position:absolute;
	top:45px;
	left:45px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** FLASH PRODUITS *****************/
#galerieFlash , #galerieFlashVerre{
/*	margin-top:-8px;*/
	z-index:875;
}
/*****************  MENU *****************/
#bg-menuFlash {
	width:990px;
	height:200px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
	top:494px;
	left:0;
	position:absolute;
	margin-top:-5px;
}
/***************** CONTENU *****************/
#contenu{
width:990px;
height:425px;
overflow:hidden;
float:left;
background: url(../images/charte/qualipac-coin.jpg) top right no-repeat;
}
#zone1{
width:279px;
padding-top:175px;
height:425px;
float:left;
text-align:center;
font-size:16px;
}
#zone1 img{
margin-top:-65px;
}
#zone1 img.image{
width:178px;
height:178px;
position:absolute;
margin-left:-50px;
margin-top:-50px;
cursor:pointer;
}
#zone2{
width:430px;
height:425px;
float:left;
}
#zone2 img#maphoto{
	width:430px;
	height:425px;
	float:left;
	z-index:20;
}
#description{
position:relative;
width:280px !important;
width:275px !important!;
width:275px;
height:425px;
float:left;
}
#descriptiontexte{
position:absolute;
bottom:20px;
}
#descriptiontexte .titre{
	text-transform:uppercase;
	font-size:11px;
}
#descriptiontexte .titre_taille{
	font-size:12px;
}
#zone_galerie{
	margin-top:-8px;
	height:75px;
	width:990px;
	float:left;
	z-index:30;
}
/***************** Galerie simple *****************/
#galerie_simple{
	text-align:center;
	min-height:60px;
	width:99%;
	float:left;
	z-index:35;
}/*
#galerie_simple div.div_img{
	height:60px;
	width:60px;
    opacity : 0.6;
	-moz-opacity : 0.6;
	-khtml-opacity: 0.6;
	filter : alpha(opacity=60);
	float:left;
}
#galerie_simple div.div_img:hover{
    opacity : 1;
	-moz-opacity : 1;
	-khtml-opacity: 1;
	filter : alpha(opacity=100);
}*/
#galerie_simple img{
/*	max-height:60px;
	max-width:60px;*/
	background-color:#CCCCCC;
	z-index:40;
	height:60px;
	width:60px;
	display:inline;
}
#galerie_simple a {
	opacity : 0.6;
	-moz-opacity : 0.6;
	-khtml-opacity: 0.6;
	filter : alpha(opacity=60);
	z-index:55;
	height:60px;
	width:60px;
}
#galerie_simple a:hover {
    filter : alpha(opacity=100);
    -moz-opacity : 1;
	-khtml-opacity: 1;
    opacity : 1;
}
#galerie_simple a#product_select{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
	-khtml-opacity: 1;
    opacity : 1;
}

/***************** SUPERFISH MENU *****************/
/*** ESSENTIAL STYLES ***/
#menuTop, #menuTop * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menuTop {
	line-height:	1;
	/*margin-top:5px;*/
}
#menuTop ul {
	position:		absolute;
	/*top:			-999em;*/
	display:block;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#menuTop ul li {
	width:			300px;
}
#menuTop ul li.bt6, #menuTop ul li.bt7 {
	width:			190px;
}
#menuTop li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menuTop li {
	float:			left ;
	position:		relative;
	display:inline;
	width: 140px;
}
#menuTop li.bt {
	height:200px;
}
#menuTop .ul_smenu {
	width:220px;
}
#menuTop #smenu7 {
	width:200px;
}
#menuTop #smenu7 li {
	width:200px;
}
#menuTop a {
	display:		block;
	position:		relative;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.04em;
	height:14px;
}
#menuTop li:hover ul, #menuTop li.sfHover ul {
	left:			0;
/*	top:			1em;*/ /* match top ul list item height */
	z-index:		99;
}
ul#menuTop li:hover li ul, ul#menuTop li.sfHover li ul {
	/*top:			-999em;*/
	display:none;
}
ul#menuTop li li:hover ul, ul#menuTop li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#menuTop li li:hover li ul, ul#menuTop li li.sfHover li ul {
	/*top:			-999em;*/
	display:none;
}
ul#menuTop li li li:hover ul, ul#menuTop li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
#menuTop {
	float:			left;
	margin-bottom:	1em;
}
#menuTop a {
	padding: 		1px 33px;
	text-decoration:none;
	color:#d3011e;
}
#container #menuTop ul a {
	margin-left:-30px;
	color:#595a5b;
	font:normal 10px/9.5px Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	height:10px;
}
#menuTop a#ssmenux {
	padding:1px ;
	text-align:center;
}
#container #menuTop li.bt7 ul a {
/*	margin-left:-65px;*/
}
#container #menuTop ul a:hover {
	color:#B4B5B7;
}
#menuTop a, #menuTop a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#d3011e;
}
#menuTop li {
	background:		none;
}
#menuTop li li {
	background:		none;
}
#menuTop li li li {
	background:		none;
}
#menuTop li:hover, #menuTop li.sfHover, #menuTop a:focus, #menuTop a:hover, #menuTop a:active {
	background:		none;
	outline:		0;
	color:#B4B5B7;
}
/*** arrows **/
#menuTop a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
#menuTop ul .sf-sub-indicator {
	background-position:  -10px 0;
}
#menuTop ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
#menuTop ul a:focus > .sf-sub-indicator, #menuTop ul a:hover > .sf-sub-indicator, #menuTop ul a:active > .sf-sub-indicator, #menuTop ul li:hover > a > .sf-sub-indicator, #menuTop ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#menuTop #smenu7 li a{
	padding-right:0px;
}

/* FIN MENU SUPERFISH */