/* GENERAL STYLES */
body{
	margin: 0;
	padding: 0;
	background-color: black;
	background: black url(images/fond_noir.png) repeat top left;
}
body, span, div, form, table, td, input, textarea, h1, h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, serif;
	color: white;
}
/*p, div {
	text-align: justify;
}*/
#menu-gauche, h1, h2{
	text-align: left;
	line-height: 1em;
}
#menu-gauche{
	line-height: 1.2em;
}
h1, a.menu-gauche{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	margin-bottom: 1em;
	text-decoration: none;
}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	margin-bottom: 1em;
}
a{
	color: #FFFFCC;
}
.hideAll div.main div{
	filter: alpha(opacity=40);
  opacity: 0.4;
}
.hideAll div.main div#produit-zoom, .hideAll div.main div#produit-zoom div{
	filter: alpha(opacity=100);
  opacity: 1;
}
.showAll div.main div{
	filter: alpha(opacity=100);
  opacity: 1;
}
hr{
	color: white;
}

/* MENU */
div.menu, div.menu-over{
	position: relative;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
span.sep{
	margin-left: 5px;
	font-size: 12px;
	color: black;
}
div.menu a{
	color: black;
	text-decoration: none;
}
div.menu a:hover, div.menu-over a{
	color: #CC0000;
	text-decoration: none;
}
div.smenu, div.smenuon{
  display: none;
  position: absolute;
  left: -5px;
  top: 0;
	font-size: 10px;
	color: black;
	border: 1px solid black;
	background-color: white;
	width: 120px;
	height: 20px;
	line-height: 2em;
	text-indent: 3px;
	cursor: pointer;
}
div.smenuon{
  display: block;
}
div.menuaccueil, div.menuaccueil-on{
  background-image: url(images/liens_accueil.png);
  background-position: 0px 0px;
	width: 194px;
	height: 30px;
	cursor: pointer;
	margin-top: 25px;
}
div.menuaccueil-on{
  background-image: url(images/liens_accueil_on.png);
}

/* LAYOUT */
div.layout{
	text-align: center;
	background: black url(images/fond_noir.png) top left repeat;
}
div.main{
	position: relative;
  width: 948px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#menu-gauche{
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	margin-top: 20px;
	margin-right: 10px;
	border: 0px solid red;
}
#photo-centre{
	position: absolute;
	left: 186px;
	top: 0;
	width: 320px;
	border: 0px solid green;
}
#contenu, #contenu-boutique{
	position: absolute;
	left: 505px;
	top: 0;
	width: 400px;
	margin-top: 20px;
	border: 0px solid blue;
}
#contenu-boutique{
	left: 226px;
	width: 700px;
}
#photo-zoom{
	cursor: pointer;
}

img.ill{
	border: 0;
}

/* MENU BOUTIQUE */
div.menu-boutique, div.menu-boutique-sep{
	background: url(images/fond_menu_boutique.gif);
	width: 194px;
	height: 18px;
	text-indent: 20px;
	font-size: 10px;
	font-weight: bold;
}
div.menu-boutique a{
	color: black;
	text-decoration: none;
}
div.menu-boutique a:hover{
	color: #CC0000;
}
div.menu-boutique-sep{
	height: 15px;
}
div.line-dotted{
  height: 10px;
	margin-top: 10px;
	width: 100%;
	border-top: 2px dotted #FFFFCC;
}
div.line{
  height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 100%;
	border-top: 1px solid #FFFFCC;
}

/* FORMS */
input, textarea{
	color: black;
	border: 1px;
	font-family: arial;
	width: 330px;
}
input.menu-gauche{
	border: 1px;
	width: 130px;
}
input.btn{
	border: 1px solid #663333;
	background-color: #CC0000;
	color: white;
	text-align: center;
	font-weight: bold;
}
.button{
	line-height: 19px;
	cursor: pointer;
	background: #999999 url(images/btn_panier_off.gif);
	width: 151px;
	height: 21px;
	text-align: center;
	color: white;
	font-weight: bold;
}
.button:hover{
	background: #999999 url(images/btn_panier_on.gif);
}
.label{
	height: 18px;
	color: white;
	float: left;
	width: 30%;
}
.data{
	height: 18px;
	float: right;
	width: 68%;
}
.data input{
	border: 1px;
	width: 160px;
}
.editor-menu{
	/*vertical-align: middle;*/
	border: 1px solid transparent;
	cursor: pointer;
	margin: 0;
}
.editor-menu-titres{
font-size: 10px; color: black; width: 40px; height: 20px; float: left; line-height: 2em;
}
.editor-menu:hover{
	border: 1px solid gray;
}
select.small{
	font-size: 10px;
}