@charset "utf-8";
/* CSS - STRUCTURE Restaurant Restaurant */

p {
	margin:0px;
	padding:0px;
	
	}
body {
margin: 0px;
padding: 0px;
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
background-position:center top;
background-color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Pour que sous IE le flash ne fait pas un espace blanc quand la balise object se trouve dans un div */
/*object {float:left;width:100%}*/

#conteneur {
	display:block;
	width:548px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;	
	/*background-image: url(../images/bground.jpg);
	background-repeat: repeat-y;*/
}

#logo {
	display:block;
	width:548px;
	text-align: center;
}

#menu {	
	width:548px;
	height:20px;
	margin-bottom:20px;
	margin-top:10px;
}

#menu ul{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	}

#menu ul li {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li a {
	font-size:12px;
	color: #999;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	}

#menu ul li a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#999;
	}

#menu ul li a.actif {
	text-decoration: none;
	font-weight:bold;
	color:#FFCCFF;
	}

#page {
	/*display:block;*/
	float: left;
	width:548px;
	/*height:auto;*/
	background-image: url(../images/conteneur_motif.png);
	background-position:center top;
	background-repeat: repeat-y;
	}


#contenu {
	/*display:block;*/
	float: left;
	width:544px;
	/*height:350px;*/
	background-image: url(../images/conteneur_bg.png);
	background-repeat: no-repeat;
	padding-left:4px;
	padding-top:4px;
}

#imagegauche {
	display:block;
	width:182px;
	height:340px;
	float:left;
	
}

#zonetext {
	display:block;
	width:355px;
	/*height:310px;*/
	float:left;
	padding-right:2px;
	padding-top:12px;	
}
#zonetext h3 {
	color:#222222;
	font-weight:bold;
	background-image: url(../images/puce.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: 25px;
	}
#zonetext table td {
	border-top: 1px solid #999;
	
	}
#tabinvisible table td {
	border: none;
	}

#piedpage {
	clear:both;
	display:block;
	height:112px;
	background-image: url(../images/pied_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	text-align:center;
	font-size:9px;
	color:#666;
	padding-top:50px;
}
#piedpage a{
	color:#666;
	text-decoration:underline;
}
#piedpage a:hover{
	color:#333;
	text-decoration:underline;
}
#piedpage a:active{
	color:#666;
	text-decoration:underline;
}

.downloadblock{
	text-align:center; display:block; width:50%; float:left;
	}

.downloadblock img{
	border:none;
	text-decoration:none;
}

.photo img{
	border:solid 1pt #CCC;
	padding:3px;
	}
