/*******************************************/
/*            CSS Document                 */
/*  Le verger de la Mer                    */
/*  http://www.le-verger-de-la-mer.com     */
/*  Restaurant gastronomique à Quiberon    */
/*  Dev:Thésée - www.thesee.com            */
/*  BR 090720                              */
/*******************************************/

/* supprimer la bordure des images-lien */
a img {
	border: 0px;
}
/* supprimer les espaces indésirables sous images (IE) */
img {
	display: inline;
}
/* supprimer les espaces autour des formulaires */
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #ffffff;
}
p {
	color: #453923;
	font-size: 12px;
}
h1 { font-family: calibri, arial, helvetica, sans-serif; font-size: 13px; }
h1 strong{ color:#62391b; font-size:15px; }
h2 { font-family: calibri, arial, helvetica, sans-serif; font-size: 14px; color:#62391b; }


.gauche {text-align:left}
.droite {text-align:right}
.centre {text-align:center}

#container {
	vertical-align: top;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
#tablecontent {
	display: block;
	border: 1px solid #d0c1a5;
	padding: 0;
	margin: 0;
}
#subheader {
	width: 900px;
	background:#fff url('/images/sub-header.jpg') no-repeat top center;
}
#menu {
	list-style-type:none;
	display:visible;
	height:70px;
}
#menu li{ display:inline; }
#menu a{
	color:#000;
	width:70px;
	height:70px;
	display:inline-block;
	background:url('/images/coquille.gif') no-repeat 0 0;
	text-decoration:none;
}
#menu a:hover {
	color:#000;
	background:url('/images/coquille-on.gif') no-repeat 0 0;
	text-decoration:underline;
}
#menu0{ position: absolute; left:40px; top:270px;}
#menu1{ position: absolute; left:140px; top:250px; }
#menu2{ position: absolute; left:245px; top:260px;}
#menu3{ position: absolute; left:350px; top:260px;}
#menu4{ position: absolute; left:450px; top:250px;}
#menu5{ }

.menutxt {
	display:block;
	color:#000;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:75px;
	text-align:center;
	}

#accueil td{ padding:0 40px 0;}
#carte td{ padding:0 20px 0;}
#carte h1 { position:absolute; top:250px;right:60px;}
#plan { width:100%; }
#plan td{ padding:0 20px 0;}
#liens { width:100%; }
#liens td{ padding:0 40px 0;}
#liens h1 { position:absolute; top:250px;right:60px; width:300px;}
#liens .img1 { width:297px;height:223px;position:absolute;top:350px;right:50px;}
#liens .img2 { width:297px;height:223px;}
#contact { width:100%; }
#contact td{ padding:0 20px 0; }

.bordure {
	border:1px solid #453923;
	margin:5px;
}

#thesee-badge {
	width:13px;
	height:79px;
	background:url('/images/thesee-badge.gif') no-repeat 0 0;
	top:600px;
	left:1px;
	position:absolute;
	z-index:500;
}
#thesee-badge:hover { background:url('/images/thesee-badge-on.gif') no-repeat 0 0; }


#footer {
	text-align: center;
	margin-top: 5px;
}
#footer a {
	color: #777777;
	font-size: 10px;
	text-decoration: none;
}