@charset "UTF-8";
/* CSS Document */

body
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}


#wrapper {
	background-image: url(images/wrapper.png);
	background-repeat: repeat-x;
	position: relative;
	height: 600px;
	width: 920px;
	margin:auto;
}

#header { height:100px; }



#box {
	position: relative;
	width:590px;
	float:right;
}

#box-top {
	height: 66px;
	position: relative;
	background:url('images/box-top.png') no-repeat;
}

#box-content {
	background-image: url('images/box-bg.png');
	position: relative;
	z-index: 200;
	left: 1px;
	padding: 10px 50px;
}

#box-bottom {
	position: relative;
	background:url('images/box-bottom.png');
	height:55px;
}

#content {
	font-size: 11px;
	color: #000;
	
	text-align: left;
}





/* Navigation
******************************************************/

#menu { position: relative; float: left; 	width:233px; }

#menu ul { margin-top:145px; margin-left:70px; }
#menu li { width:233px; height:16px; margin-bottom:1px; text-indent:-5000px; }
#menu li a { display:block; }

li#nav-presentation { background:url('images/presentation.png') no-repeat; }
li#nav-presentation:hover { background:url('images/presentation-on.png') no-repeat; }

li#nav-traiteur { background:url('images/servicetraiteur.png') no-repeat; }
li#nav-traiteur:hover { background:url('images/servicetraiteur-on.png') no-repeat; }

li#nav-event { background:url('images/evenements.png') no-repeat; }
li#nav-event:hover { background:url('images/evenements-on.png') no-repeat; }

li#nav-cuisine { background:url('images/coursdecuisine.png') no-repeat; }
li#nav-cuisine:hover { background:url('images/coursdecuisine-on.png') no-repeat; }

li#nav-ferme { background:url('images/fermedebanneway.png') no-repeat; }
li#nav-ferme:hover { background:url('images/fermedebanneway-on.png') no-repeat; }

li#nav-divers { background:url('images/servicesdivers.png') no-repeat; }
li#nav-divers:hover { background:url('images/servicesdivers-on.png') no-repeat; }

li#nav-references { background:url('images/references.png') no-repeat; }
li#nav-references:hover { background:url('images/references-on.png') no-repeat; }

li#nav-contact { background:url('images/contact.png') no-repeat; }
li#nav-contact:hover { background:url('images/contact-on.png') no-repeat; }
