*{
	margin:0;
	padding:0;
}

body {
	background: white url(images/fd-brouage.png) repeat-x;
}


#global {
	display:block;
    position:absolute;
    left: 50%; 
    top: 2%;
	height: auto;
    width: 800px;
    margin-left: -400px; /* moitié de la largeur */
	}

#conteneur {
	width: 800px;
	background: white url(images/lebrouage_FD.jpg) bottom no-repeat;
	border: 1px groove black;
	}

#top {
	width:100%;
	height:142px;
	background: url(images/haut.png) no-repeat;
	}

#menu {
	display:block;
	position:absolute;
	margin-left: 250px;
	margin-top: 85px;
	width:290px;
	height:58px;
	}
	
#fd {
	display:block;
	width:800px;
	height: auto;
	text-align:center;
}

#fd-gauche {
	display:block;
	float: left;
	padding: 0;
	margin: 0;
	padding-left:3px;
	width: 550px;
}

#copy {
	float: left;
	height:20px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	}
	

#imgalea {
	border:0;
	filter: progid:DXImageTransform.Microsoft.Fade(Duration=1.0,overlap=1.0);
	}

	
/* boutons */
a.roll1 {
	float:left;
	display:block;
    width: 58px;
    height: 58px;
    background: url(images/accueil.png);
    border: 0;
	}

a.roll1:hover {
	float:left;
     background: url(images/accueil-over.png);
	}

a.roll2 {
	float:left;
	display:block;
    width: 58px;
    height: 58px;
    background: url(images/chambres.png);
    border: 0;
	}

a.roll2:hover {
	float:left;
     background: url(images/chambres-over.png);
	}

a.roll3 {
	float:left;
	display:block;
    width: 58px;
    height: 58px;
    background: url(images/restaurant.png);
    border: 0;
	}

a.roll3:hover {
	float:left;
     background: url(images/restaurant-over.png);
	}
	
a.roll4 {
	float:left;
	display:block;
    width: 58px;
    height: 58px;
    background: url(images/contact.png);
    border: 0;
	}

a.roll4:hover {
	float:left;
     background: url(images/contact-over.png);
	}

a.roll5 {
	float:left;
	display:block;
    width: 58px;
    height: 58px;
    background: url(images/situation.png);
    border: 0;
	}

a.roll5:hover {
	float:left;
     background: url(images/situation-over.png);
	}
	
	
/* divers */
a {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	color: black;
	}

h1,h2{
	padding-bottom:5px;
	font-family:Monotype Corsiva;
	color: #990000;
	}

h3,h4 {
	padding-bottom:5px;
	font-family:Monotype Corsiva;
	color: #996633;
	}

h5 {
	font-size:12px;
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	font-weight:normal;
	padding-bottom:5px;
	}
	
table,tr,td {
	margin:0;
	padding:0;
	border: none;
	}