/*************************/
/* Général               */
/* Affichage             */
/* Strcuture             */
/* Typo                  */
/* Liens                 */
/*************************/
/* Général */
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background-color:#440000;
}
/* Affichage */
img.imgConstruction{
	border:2px solid #e2a844;
}
/* Structure */
table#tabAccueilConstruction{
	width:1000px;
	background:url(../images/background/back-accueil-construction.jpg) no-repeat;
}
table#tabRestaurantConstruction{
	width:1000px;
	background:url(../images/background/back-restaurant-construction.jpg) no-repeat;
}
/* Typo */
span.spanTexte1Construction{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e2a844;
	font-weight:bold;
}
span.spanTexte2Construction{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}
span.spanTexte3Construction{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
/* Liens */
a.aAgo:link, a.aAgo:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7F5B17;
	text-decoration:none;
}
a.aAgo:hover, a.aAgo:active{
	text-decoration:underline;
}
div#lienOuvertureConstruction a {
	display:block;
	width:385px;
	height:71px;
	background:url(../images/menu/ouverture-construction.jpg) 0 0 no-repeat;
}
div#lienOuvertureConstruction a:hover {	
	background-position: -385px 0;
}
div#liensPlaq{
	text-align:center;
	line-height:18px;
}
a.lienPlaq:link, a.lienPlaq:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	text-decoration:underline;
}
a.lienPlaq:hover, a.lienPlaq:active{
	color:#e2a844;
}
