/* ----- ELEMENTS DE DEPART ----- */

body {
	margin: 0;
	border: 0;
	background: #0D0909;
	color: #fff;
	background: url('../../images/body-bg.jpg') top left repeat fixed;
}

#conteneur {
	padding: 0;
	margin: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff
}

img {
	border: 0
}

form {
	margin:0;
	padding:0;
}

h1.titre {
	margin: 5px;
	font-size: 16px;
}

input {
 vertical-align: middle;	
}


h2 {
 margin: 0;
 font-family: Arial, sans-serif;
 font-size: 18px;
 padding: 0;
 font-weight: normal;	
 color: #999;
}


/* ----- CLASSES COMMUNES ----- */

.champ_qte { border: 0; background: none; color: #000; width: 18px }
ul.compte { padding: 5px; border: 1px solid #ccc; list-style: none }
p.centre { text-align: center; margin: 10px }
p.erreur { color: #c00; font-weight: bold; text-align: center }
span.erreur { font-size: 11px; color: #c00 }
span.rouge { color: #c00 }

/* ----- */

#plans {
 text-align: right;
 display: none;
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 color: #000;
 background: url('../../images/mask.png') center center repeat;
 text-align: center;
 margin: auto;	
 z-Index: 4;
}

#plans a {
 margin: auto;
 margin-top: 10px;
 width: 100px;
 padding: 4px 6px;
 background: #222;
 display: block;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 color: #ccc;
 text-decoration: none;	
 border: 1px solid #888;
}
#plans a:hover {
 color: #fff;
 text-decoration: underline;	
}

#plan-chapiteau {
 display: none;
 width: 801px;
 height: 447px;	
 font-size: 18px;
 font-weight: bold;
 color: #fff;
}
#plan-chapiteau table {
 border: 5px solid #000;	
}

#plan-restaurant {
 display: none;
 width: 801px;
 height: 529px;	
 font-size: 18px;
 font-weight: bold;
 color: #fff;
}
#plan-restaurant table {
 border: 5px solid #000;	
}

.zone-image {
 position: absolute;
 display: none;
 border: 1px solid #000;
 background: #fff;
 color: #000;
}

/* ----- VOS CLASSES ET ELEMENTS ----- */

#haut {
 display: block;
 width: 100%;
 background: url('../../images/header-bg.png') top center repeat-x !important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/header-bg.png');
}

#haut #toplinks {
 background: #0D0909;
 display: block;
  width: 980px;
 margin: auto;
 height: 31px;
 margin-top: 25px;
 clear: both;
}

#haut #toplinks #multilangue {
 float: left;	
}
#haut #toplinks #liens {
 float: right;	
}

#haut #toplinks #liens a {
 display: block;
 width: 32px;
 height: 33px;	
}

#haut #toplinks #liens a.picto-home {
 background: url('../../images/picto-home-normal.png') center center no-repeat;
}
#haut #toplinks #liens a.picto-home:hover {
 background: url('../../images/picto-home-hover.png') center center no-repeat;
}

#haut #toplinks #liens a.picto-favs {
 background: url('../../images/picto-favs-normal.png') center center no-repeat;
}
#haut #toplinks #liens a.picto-favs:hover {
 background: url('../../images/picto-favs-hover.png') center center no-repeat;
}

#haut #toplinks #liens a.picto-sitemap {
 background: url('../../images/picto-sitemap-normal.png') center center no-repeat;
}
#haut #toplinks #liens a.picto-sitemap:hover {
 background: url('../../images/picto-sitemap-hover.png') center center no-repeat;
}

#haut #toplinks #liens a.picto-recommand {
 background: url('../../images/picto-recommand-normal.png') center center no-repeat;
}
#haut #toplinks #liens a.picto-recommand:hover {
 background: url('../../images/picto-recommand-hover.png') center center no-repeat;
}

#haut #toplinks #multilangue ul {
 margin: 0;
 padding: 0;
 list-style: none;	
}
#haut #toplinks #multilangue ul li {
 float: left;
 margin: 5px 5px 0 0;
}

#haut #toplinks #liens ul {
 margin: 0;
 padding: 0;
 list-style: none;	
}
#haut #toplinks #liens ul li {
 float: left;
}

#haut #header {
 clear: both;
 display: block;
 height: 288px;
 width: 980px;
 margin: auto;
}

#haut #header #accordion-honr {
 float: left;
 display: block;
 width: 468px;
 height: 253px;
 background: #333;	
}

#haut #header #logo {
 float: left;
 display: block;
 width: 511px;
 height: 253px;
 margin-left: 1px;
}

#centre {
 margin: auto;
 display: block;
 width: 940px;
 padding: 20px;
 height:auto;	
 background: url('../../images/centre-bg.png') top left repeat !important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/centre-bg.png');
 border: 1px solid #222;
 margin-top: 20px;
}

#centre div.tableBorder {
 border: 1px solid #222;	
}
	
#centre table.mainTable {
 border: 1px solid #0D0909;
}

#centre table.mainTable td.mainTable {
 background: url('../../images/table-bg.png') top left repeat !important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/table-bg.png');
 padding: 6px;
 vertical-align: top;
}

#centre table.mainTable td#nav {
 width: 220px;	
 height: 200px;
 padding: 0;
}

#centre table.mainTable td#nav div#newsletter {
 display: block;
 height: 56px;
 padding: 6px 0 6px 8px;
 background: url('../../images/newsletter-bg.png') top left repeat-x;
 clear: both;
}

#centre table.mainTable td#nav div#newsletter #email {
 background: none;
 width: 150px;
 padding: 7px 10px 5px 5px;
 border: 0;
}

.input-email {
 display: block;
 float: left;
 width: 160px;
 height: 30px;
 margin: 4px 0px 0 0;
 background: url('../../images/input.png') left center no-repeat;
}

#centre table.mainTable td#nav div#newsletter #newsletter-go {
 background: url('../../images/submit.png') center center no-repeat;
 padding: 11px;
 margin: 5px 0 0 0;
}

#centre table.mainTable td#nav div#newsletter h3 {
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 18px;
 font-weight: normal;	
}

#centre table.mainTable td#flash-infos {
 width: 185px;	
 padding: 0px;
 color: #666;
 font-size: 11px;
}

#centre table.mainTable td#flash-infos h3 {
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 18px;
 padding: 8px 15px;
 font-weight: normal;	
 color: #999;
}

marquee#flash_infos {
 height: 300px;	
 border-bottom: 1px solid #000;
 padding: 15px;
}

marquee#flash_infos h2 {
 font-size: 14px;
 font-weight: normal;
 padding: 3px 0;
 margin: 3px 0;	
}

#centre table.mainTable td#contenu {
 padding: 10px;	
 height: 600px;
 font-size: 12px;
}

#centre table.mainTable td#contenu h2 {
 margin: 0 0 10px 0;	
}

#centre table.mainTable td#contenu h3 {
 margin: 10px 0 3px 0;
 padding: 0 0 3px 0;
 font-family: Arial, sans-serif;
 font-size: 16px;
 font-weight: normal;
 display: block;
 border-bottom: 1px solid #900;	
}

#centre table.mainTable td.tableSpacer {
 min-height: 130px;	
}

.borderRight {
 border-right: 1px solid #0D0909;
}
.borderBottom {
 border-bottom: 1px solid #0D0909;
}

#bas {
 margin: auto;
 display: block;
 width: 980px;
 min-height: 200px;
 height:auto;	
 background: url('../../images/centre-bg.png') top left repeat!important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/centre-bg.png');
 border: 1px solid #222;
 margin-top: 30px;
 margin-bottom: 50px;
}

#bas #infos {
 margin: 20px 20px 10px 20px;
 background: url('../../images/dot.gif') bottom center repeat-x;	
 padding: 0 0 10px 0;
 height: 35px;
}

#bas #infos h3 {
 display: block;
 float: left;
 padding: 0;
 margin: 0;
 font-size: 22px;
 font-weight: normal;	
 color: #666;
}

#bas #infos .infosSociete {
 display: block;
 float: left;
 margin: 0 0 0 15px;
 border-left: 1px solid #333;
 padding: 0 0 0 15px;
 color: #666;
 height: 35px;
}

#bas #infos .contact {
 display: block;
 float: left;
 margin: 0 0 0 15px;
 border-left: 1px solid #333;
 padding: 0 0 0 15px;
 color: #666;
 height: 35px;
}

#bas #infos .contact input[type="button"] {
 background: url('../../images/contact.gif') center center no-repeat;
 width: 118px;
 height: 24px;
 line-height: 24px;
 color: #fff;
 font-size: 11px;
 text-align: center;
 border: 0;	
}

#bas #credits {
 margin: 10px 20px 20px 20px;
 background: url('../../images/dot.gif') bottom center repeat-x;	
 padding: 0 0 10px 0;
 vertical-align: middle;
 line-height: 31px;
 color: #666;
}

#bas #credits img {
 margin: 0 0 0 15px;	
}

#bas #credits a {
 text-decoration: none;
 color: #666;	
}
#bas #credits a:hover {
 text-decoration: underline;
 color: #fff;	
}

#bas #categories {
 margin: 10px 20px 0px 20px;
 padding: 0 0 10px 0;
 vertical-align: middle;
 line-height: 20px;
 color: #666;
}

#bas #categories a {
 margin: 0 5px 0 0;
 color: #666;
 text-decoration: none;	
}

#bas #categories a:hover {
 color: #fff;
 text-decoration: underline;	
}

#accordion-honr {
  background:#000;
  width:auto;
  height:253px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-Index: 3;
}

#accordion-honr div.active {
  background:#111;
}

#accordion-honr div {
  height: 253px;
  width: 374px;
  position: absolute;
  background:#000;
  margin: 0;
  padding: 0;
}

#accordion-honr div h3 {
  display: block;
  float: left;
  text-align: center;
  width: 31px;
  height: 253px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size:12px;

  border-right: 1px solid #0D0909;
}

#accordion-honr div h3 a.nav-accueil {
 display: block;
 background: url('../../images/nav-accueil.png') top left no-repeat;
 width: 31px;
 height: 253px;
}
#accordion-honr div h3 a.nav-accueil:hover, #accordion-honr div.active h3 a.nav-accueil {
 background: url('../../images/nav-accueil-hover.png') top left no-repeat;
}

#accordion-honr div h3 a.nav-presentation {
 display: block;
 background: url('../../images/nav-presentation.png') top left no-repeat;
 width: 31px;
 height: 253px;
}
#accordion-honr div h3 a.nav-presentation:hover, #accordion-honr div.active h3 a.nav-presentation {
 background: url('../../images/nav-presentation-hover.png') top left no-repeat;
}

#accordion-honr div h3 a.nav-services {
 display: block;
 background: url('../../images/nav-services.png') top left no-repeat;
 width: 31px;
 height: 253px;
}
#accordion-honr div h3 a.nav-services:hover, #accordion-honr div.active h3 a.nav-services {
 background: url('../../images/nav-services-hover.png') top left no-repeat;
}

#accordion-honr div h3 a.nav-references {
 display: block;
 background: url('../../images/nav-references.png') top left no-repeat;
 width: 31px;
 height: 253px;
}
#accordion-honr div h3 a.nav-references:hover, #accordion-honr div.active h3 a.nav-references {
 background: url('../../images/nav-references-hover.png') top left no-repeat;
}

#accordion-honr div p {
  display: block;
  text-align: justify;
  margin: 0;
  padding: 0px;
}

/* 339px × 253px */

#menu h2 {
 line-height: 30px;
 margin: 0;
}

#menu ul {
 margin: 0;
 padding: 0;	
}

h2.menutitre, #menu h2 a {
 text-decoration: none;
 display: block;
 cursor: pointer;
 font-size: 13px;
 font-weight: normal;
 color: #fff;
 font-weight: bold;
 padding: 0 8px;
 background: url('../../images/menu-normal.png') right center no-repeat !important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/menu-normal.png');
 border-top: 1px solid #0D0909;
}

h2.menutitre:hover, #menu h2 a:hover, h2.menutitre:active, #menu h2 a:active  {
 color: #fff;
 background: url('../../images/menu-hover.png') right center no-repeat !important;
 background-image:url(no-image);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../images/menu-hover.png');
}

#menu ul li a {
 display: block;
 padding: 4px 8px 4px 15px;	
 color: #fff;
 text-decoration: none;
 background: url('../../images/menu-normal.png') center left no-repeat;
 font-size: 12px;
}

#menu ul li a:hover {
 color: #fff;
 background: url('../../images/menu-hover.png') center left no-repeat;
 text-decoration: underline;	
}

/********************************************************************************/
/***************************** LE CSS DE LA GALERIE *****************************/
/********************************************************************************/
div.photos{
	background:url(../../images/fond_photo_produit_details.png) repeat-y;
	height:200px;
	margin:-5px 0 0 0;
	padding:10px 20px;
	width:454px;
}

div.photos img.flechegauche{
	display:block;
	position:absolute;
	width:11px;
	height:14px;
	margin:60px 0 0 -10px;
	cursor:pointer;
}

div.photos img.flechedroite{
	display:block;
	position:absolute;
	width:11px;
	height:14px;
	margin:60px 0 0 450px;
	cursor:pointer; 
}

div.photos div#photo_scroll{
	width:454px;
	overflow:hidden;
}

div.photos div#photo_scroll div#photos_contenu{
	width:5000px;
	height:200px;
}

div.photos div#photo_scroll div#photos_contenu div{
	float:left;
	height:200px;
	width:197px;
	margin:0 15px
}

a {
 color: #ff0000;
 text-decoration: none;	
}
a:hover {
 color: #ff0000;
 text-decoration: underline;	
}

h2.rub {
 margin: 10px 0 0 0;
 padding: 0;
 font-size: 14px;
 font-weight: normal;	
}

ul.map {
 color: #900;
 margin: 0 0 5px 5px;
 padding: 0 0 0 8px;
 font-size: 11px;
}