@charset "utf-8";
/* CSS - STRUCTURE Restaurant la Baie d'Ha Long */

p {
	margin:0px;
	padding:0px;
	
	}
body {
margin: 0px;
padding: 0px;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position:center top;
font-family: 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:600px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;	
	background-image: url(../images/bground.jpg);
	background-repeat: repeat-y;
}

#logo {
	display:block;
	width:600px;
	text-align: center;
}

#menu {	
	width:600px;
	height:20px;
}

#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:#666666;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	}

#menu ul li a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#990000;
	}

#menu ul li a.actif {
	text-decoration: none;
	font-weight:bold;
	color:#990000;
	}


#contenu {
	display:block;
	width:600px;
	height:422px;
	background-image: url(../images/conteneur_bg.png);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:32px;		
}

#imagegauche {
	display:block;
	width:170px;
	height:340px;
	float:left;
	
}

#zonetext {
	display:block;
	width:368px;
	height:310px;
	float:left;
	padding-right:2px;
	padding-top:30px;
	
}

#piedpage {
	clear:both;
	display:block;
	text-align:center;
	font-size:10px;
	color:#666;
}
#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;
	}

