/* Mise en forme site */
body {
	background-color: #c5af70;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
}

#conteneur {
	position: absolute;
	/*left: 50%; */
	top: 50%;
	width: 100%;
	height: 560px;
	margin-top: -280px; /* moitié de la hauteur */
	margin-left: auto; /* moitié de la largeur */
	margin-right: auto; /* moitié de la largeur */
}

#main {
	width: 980px;
	margin: 0 auto;
	height: 560px;
	background-color: #5a3d1b;
}

#header {
	width: 980px;
	height: 116px;
	background-image: url(../img-interface/logo-relais-abbaye.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
}

#middle_accueil {
	width: 860px;
	height: 328px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;  
}


#middle {
	width: 860px;
	height: 328px;
	margin: 0 auto;
	background-image: url(../img-interface/effet-fond.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;  
}

/*
#middle {
	width: 850px;
	height: 318px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;  
	padding: 5px;
}
*/

#footer {
	width: 980px;
	height: 104px;
}

#navigation {
	width: 860px;
	height: 25px;
	margin: 5px auto;
	background-color: #765b31;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}

#navigation a {
	text-decoration: none;
	cursor: hand;
	color: #ffffff;
}

#navigation a:hover {
	text-decoration: none;
	color: #d2d511;
}

#coordonnees {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#coordonnees a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	color: #d2d511;
}

#coordonnees a:hover {
	text-decoration: none;
	color: #ffffff;
}


p {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #5a3d1b;
	padding: 10px 10px 0px 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #765b31; /*#d2d511*/
	padding: 10px 10px 0px 10px;
}

.cellule_photo {
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 178px;
	height: 141px;
}

.cellule_texte {
	vertical-align: top;
}

