html, body {
	height:100%;
}
td{
	padding:5px;
}
body{
	background:#b8b8b8 none repeat scroll 0 0;
}
.clear{
	clear:both;
}
#page{
	height:100%;
	width:834px;
	height:auto;
	top:50px;
	position:relative;
	background:#FFFFFF none repeat scroll 0 0;
	padding:17px;
	margin-top:17px;
}
#left{
	margin-bottom:10px;
	width:226px;
	float:left;
	/*height:100%;*/
}
#right{
	width:591px;
	float:left;
	margin-left:17px;
	background:#FFF;
}
#right a{
	color:#999;
	text-decoration:none;
}
#right a:hover{
	color:#FFF ;
	text-decoration:none;
}
.logo{
	background: url(images/logo.jpg) no-repeat top left;
	width:226px;
	height:179px;
}

#content{
	height:100px;
	background:#000 none repeat scroll 0 0;
	padding:17px;
}
#content p{
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
}

/* Footer
===================================== */
#footer{
	width:834px;
	height:42px;

}
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
}

#footer .info{
	width:226px;
	float:left;
}
#footer.tel{
	width:226px;
}
#footer.mail{
	width:226px;
}
#footer .copy{
	width:591px;
	float:left;
	margin-left:17px;
	background:#000;
	height:42px;
}
#footer .copy1{
	width:591px;
	float:left;
	margin-left:17px;
	background:#FFF;
	height:42px;
}
#footer .fa{
	width:591px;
	margin-top:43px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
#footer .fa .alconi{
	width:200px;
	float:left;
}
#footer .fa .enoxone{
	width:300px;
	float:right;
	text-align:right;
}


/* menu
===================================== */
#menu{
	width:226px;
	padding:0;
	color:#fff;
	list-style:none;
}

#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#menu li {
	list-style:none;
	}
/* menu start
===================================== */
li.accueil a{
	width:226px;
	background:url(images/accueil.jpg) no-repeat;
	display:block;
	height:31px;
}
li.accueil a:hover, li.accueil a.active, li.accueil a.visited{
	width:226px;
	background:url(images/accueil_on.jpg) no-repeat;
	display:block;
	height:31px;
}

li.jour a{
	width:226px;
	background: url(images/jour.jpg) no-repeat;
	display:block;
	height:29px;
}
li.jour a:hover, li.jour a.active, li.accueil a.visited{
	width:226px;
	background:url(images/jour_on.jpg) no-repeat;
	display:block;
	height:29px;
}

li.carte a{
	width:226px;
	background:url(images/carte.jpg) no-repeat;
	display:block;
	height:31px;
}
li.carte a:hover, li.carte a.active{
	width:226px;
	background:url(images/carte_on.jpg) no-repeat;
	display:block;
	height:31px;
}

li.carte_soir a{
	width:226px;
	background:url(images/carte_soir.jpg) no-repeat;
	display:block;
	height:31px;
}
li.carte_soir a:hover, li.carte_soir a.active{
	width:226px;
	background:url(images/carte_soir_on.jpg) no-repeat;
	display:block;
	height:31px;
}


li.equipe a{
	width:226px;
	background:url(images/equipe.jpg) no-repeat;
	display:block;
	height:29px;
}
li.equipe a:hover, li.equipe a.active{
	width:226px;
	background:url(images/equipe_on.jpg) no-repeat;
	display:block;
	height:29px;
}

li.galerie a{
	width:226px;
	background:url(images/galeries.jpg) no-repeat;
	display:block;
	height:31px;
}
li.galerie a:hover, li.galerie a.active{
	width:226px;
	background:url(images/galeries_on.jpg) no-repeat;
	display:block;
	height:31px;
}

li.contact a{
	width:226px;
	background:url(images/contact.jpg) no-repeat;
	display:block;
	height:29px;
}
li.contact a:hover, li.contact a.active{
	width:226px;
	background:url(images/contact_on.jpg) no-repeat;
	display:block;
	height:29px;
}

li.traiteur a{
	width:226px;
	background:url(images/traiteur.jpg) no-repeat;
	display:block;
	height:31px;
}
li.traiteur a:hover, li.traiteur a.active{
	width:226px;
	background:url(images/traiteur_on.jpg) no-repeat;
	display:block;
	height:31px;
}
/* menu end
===================================== */