﻿body {
/*	background-image: url("images/background.jpg");*/
	background-color: #85B29C;
	background-attachment: fixed;
	margin:auto;
}
#bandeau {
	text-align: center;
	font-family: Verdana, sherif;
	font-style: italic;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 00px;
}
.adresse {
	width: 20%;
}
.titre {
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 80%;
	height: 100%;
}
#Actualites {
	background-color: #85B29C;
	position: absolute;
	width: 85%;
	top: 30%;
	left:14%;
	font-family: Verdana, sherif;
	text-align: center;
	text-decoration: blink;
	border: thin ridge #FF0000;
	margin-bottom:10px;
}
#Description {
	position: absolute;
	top:39%;
	left: 14%;
	font-family: Verdana, sherif;
	font-style: normal;
	text-align: center;
	width: 85%;
	margin-bottom:10px;
}
#Pied {
	background-color: #85B29C;
	font-family: Verdana, sherif;
	font-size: small;
	color: #000000;
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 4em;
	position: fixed;
	bottom: 0%;
	background-repeat: repeat;
	background-attachment: scroll;

}
.imagepied {
	line-height: inherit;
	vertical-align: inherit;
	text-align: inherit;
	text-indent: inherit;
	width: 5%;
	height: 5%;
}
#Menu {
	background-color: #85B29C;
	width: 7em;
	height: 5em;
	position: fixed;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Verdana, sherif;
	font-size: 1em;
	background-position: left;
	z-index: auto;
}
.Menulink {
	background-color: #000000;
	color: #FFFFFF;
}
.Menulink:hover {
	background-color: #FFFFFF;
	color: #000000;
}


.recette {
	text-align:justify;
	border-collapse:collapse;
	border-style:solid;
	border-color:#000000;
	cellspacing:2em;
}

.news {
        background-color:#CCCCCC;
        margin-top:0px;
        width:70%;
        margin:auto;
}
