﻿body
{
	background:#65636b;
	font-family:Trebuchet MS;
	font-size:12px;
}
A:link {color: #507CD1;}
A:visited {color: #507CD1;}
A:active {color: #507CD1;}
A:hover {color: #a13139;}

#photoItem
{
	width:180px;
	height:120px;
	text-align:center;
	padding: 12px 12px 0px 0px;
}
#header-parent
{
	/*border:1px solid #FF0000; /* ROUGE */
	background:url("/Images/background_line.gif");
	width:950px;
}
#header
{
	/*border:1px solid #FFFFFF;*/
	width:950px;
	height:140px;
	background-image:url("/Images/header.gif");
	background-repeat:no-repeat;
	padding-bottom: 5px;
}
#page
{
	background:url("/Images/background_line.gif");
	background-repeat:repeat-y;
	width:950px;
}
#menu
{
	padding-left:44px;
	/*border:1px solid #00FF00;*/
	width:950px;
	height:50px;
}
.menu-separator
{
	float:left;
	background-image:url("/Images/menu_separator.gif");
	background-repeat:no-repeat;
	width:35px;
	height:45px;
}
#menu-accueil
{
	float:left;
	background-image:url("/Images/accueil_gris.gif");
	background-repeat:no-repeat;
	width:80px;
	height:45px;
}
#menu-carte
{
	float:left;
	background-image:url("/Images/carte_gris.gif");
	background-repeat:no-repeat;
	width:68px;
	height:45px;
}
#menu-photos
{
	float:left;
	background-image:url("/Images/photos_gris.gif");
	background-repeat:no-repeat;
	width:75px;
	height:45px;
}
#menu-presse
{
	float:left;
	background-image:url("/Images/presse_gris.gif");
	background-repeat:no-repeat;
	width:75px;
	height:45px;
}
#menu-contact
{
	float:left;
	background-image:url("/Images/contact_gris.gif");
	background-repeat:no-repeat;
	width:105px;
	height:45px;
}
#menu-line
{
	background-image:url("/Images/menu_line.gif");
	background-repeat:no-repeat;
	width:950px;
	height:10px;
	padding-bottom:15px;
	margin-left:24px;
}

#home-img
{
	float:left;
	background-image:url("/Images/home.gif");
	background-repeat:no-repeat;
	width:182px;
	height:158px;
}
#sitemappath
{
	padding-left:44px;
	text-align:left;
	padding-bottom:10px;
}
#content
{
	width:860px;
	height:550px;
	text-align:left;
}

#footer-bottom
{
	width:950px;
	height:23px;
	background-image:url("/Images/footer.gif");
	background-repeat:no-repeat;
}
#footer
{
	font-family:Verdana;
	width:900px;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}
#slideshow
{
	float:left;
	padding-right:20px;
	padding-bottom:70px;	
}
#photos
{
	overflow:auto;
	width:860px;
	height:540px;
	text-align:left;
}
.signature
{
	font-weight:bold;
	font-size:16px;
}

.columns
{
	width:860px;
	border: 1px solid #000000;
	background-color:#e8e8e7;
	border-spacing:0px;
}

.columns td
{
	padding:15px;
	border-spacing:0px;
	vertical-align:top;
}
#nospotages
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_potages.gif");
}
#nosvins
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_vins.gif");
}
#nosoeufs
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_oeufs.gif");
}
#nospates
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_pates.gif");
}
#noscarpaccios
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_carpaccios.gif");
}
#nosdesserts
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_desserts.gif");
}
#nosgrillades
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_grillades.gif");
}
#nossalades
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_salades.gif");
}
#nostoasts
{
	width:150px;
	height:40px;
	background-image:url("/Images/nos_toasts.gif");
}

.cartedetail
{
	width:385px;
	padding:0px;
	text-align:left;
	margin:0px 0px 5px 0px;
	border-spacing:0px;
}

.cartedetail td
{
	padding:0px;
	border-spacing:0px;
}
.cartedetail td.left
{
	width:330px;
	text-align:left;
}
.cartedetail td.right
{
	width:50px;
	text-align:right;
}
.comment
{
	font-style:italic; 
	font-size:x-small
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/Images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/Images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/Images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/Images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
