body 
{ 
	font: 10pt/12pt arial; 
	background-color:#777777;
	margin-top:0px;
	color:#434343;
	text-align:justify;
	font-weight:bold;
}

a{color:#434343;}

input{border:1px solid #000; background:#fff;}
textarea{border:1px solid #000; background:#fff;}

div#conteneur{position:relative; width:800px; height:auto; margin:auto; background:#F0EEE2; }

div#haut{float:left; width:800px; height:82px; background:url(imgs/haut.jpg)}

div#menu{float:left; width:800px; height:45px; background:url(imgs/menu.jpg)}

div#banniere{float:left; width:800px; height:162px; background-color:#F0EEE2;}

div#barre{float:left; width:800px; height:10px; background:url(imgs/barre.jpg);}

div#milieu{float:left; width:780px; height:auto; padding:10px; background:#f0eee2;}

div#bas{float:left; width:780px; backg round :red; border-top:2px solid #868686; margin-top:5px; text-align:right; padding-top:2px;}

h1{font-family: Arial; font-size: 13pt; color: #005622;}
h2{font-family: Arial; font-size: 10pt; color: #005622; margin-bottom: 8px;}




.div_content{float:left;width: 750px; font-family: Arial; font-size: 12px;}


#table_entrees_plats{border-collapse: collapse; width: 220px;}
#table_entrees_plats tr.rubriques{background-color:#F0EEE2;}
#table_entrees_plats tr.rubriquesOver{background-color:#B6D810; cursor: default;}
#table_entrees_plats td{font-family: Arial; font-size: 11px; padding: 1px 15px 1px 8px; border-left: solid 1px #B6D810;}

#table_vins_boissons{border-collapse: collapse; width: 220px;}
#table_vins_boissons tr.rubriques{background-color:#F0EEE2;}
#table_vins_boissons tr.rubriquesOver{background-color:#B6D810; cursor: default;}
#table_vins_boissons td{font-family: Arial; font-size: 11px; padding: 1px 15px 1px 8px; border-left: solid 1px #B6D810;}

#table_glaces{border-collapse: collapse; width: 220px;}
#table_glaces tr.rubriques{background-color:#F0EEE2;}
#table_glaces tr.rubriquesOver{background-color:#B6D810; cursor: default;}
#table_glaces td{font-family: Arial; font-size: 11px; padding: 1px 15px 1px 8px; border-left: solid 1px #B6D810;}

#div_voir_rubriques{font-family: Arial; font-size: 11px; color: #787878; position: absolute; left: 300px; height: 355px; padding: 8px 8px 8px 8px; margin-top: 400px; border: dashed 1px #00ff00; background: #e3e3e3; visibility: hidden;}

#div_ardoise{position: absolute; left: 240px; top: 355px; width: 200px; height: 159px;}
#div_suggestions{position: absolute; left: 470px; top: 330px; width: 300px; height: 200px;}
#div_suggestions_content{width: 300px; height: 200px; overflow: auto;}
#table_suggestions{margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-collapse: collapse;}
#table_suggestions tr.suggestions{background-color:#F0EEE2;}
#table_suggestions td{font-family: Arial;}
#table_suggestions td.suggestions_titre{font-size: 12px; color: #3F9445; padding-top: 8px; padding-left: 5px; border-bottom: solid 1px #3F9445; text-align: left; width: 70%;}
#table_suggestions td.suggestions_prix{font-size: 9px; color: #000; padding-left: 5px; border-bottom: solid 1px #3F9445; text-align: right; width: 30%;}
#table_suggestions td.suggestions_contenu{font-size: 10px;padding-left: 10px; padding: 0px 0px 5px 13px;}
.table_suggestions_note{font-family: Arial; font-size: 9px; padding: 8px 5px 5px 0px; width: 100%; text-align: justify;}












#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}