
@charset "utf-8";
/* barre de menu verticale Qui sommes nous ?, ... */
.MenuBar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: 189px;
}
.MenuBar li{
	list-style-type: none;
	font-size: 16px;
	line-height: 63px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 241px;
	height:63px;
	background-image: url(image/bouton_02.jpg);
	background-repeat: no-repeat;
}
.MenuBar li a{
	color: #FFF;
	height: 63px;
	width: 241px;
	text-decoration:none;
	padding-left: 20px;
	display:block;
}
/* barre de menu horizontale l'association, recette, ... */
.MenuHorizontal {
	width: 853px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.MenuHorizontal li{
	display: inline;
}


.MenuHorizontal li a.middle{
	float:left;
	height: 35px;
	color: #FFF;
	line-height: 35px;
	text-decoration:none;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: -1px;
	padding-right: 22px;
	padding-left: 22px;
}
.MenuHorizontal li a.extrem{
	float:left;
	height: 35px;
	color: #FFF;
	line-height: 35px;
	text-decoration:none;
	font-size: 12px;
	margin-left: -1px;
	padding-right: 22px;
	padding-left: 22px;
}
.MenuHorizontal li a:hover{
	color: #193101;
}
/* ------------------------------ */
h1 {
	font-weight: bold;
	color: #FFF;
	font-size: 25px;
}
h3 {
	font-size: 16px;
	color: #FFF;
}
.alphabet {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
p {
	font-size: 12px;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
.lienclair {
	color: #B9CB53;
	text-decoration: underline;
}
.lienLire  {
	color: #FFF;
	font-style: italic;
}
a:hover {
	color: #91AE1C;
}
.date{
	color: #B9CB53;
	font-size:11px;
	padding-bottom: 0px;
}
.news{
	color: #E1BCA6;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
}
.titrenews {
	font-size: 19px;
	color: #FFF;
	text-align: center;
	background-color: #A96338;
	height: 22px;
	line-height: 22px;
}
.NomRecette {
	font-weight: 100;
	color: #B9CB53;	
}.TxtRecette {
	margin-right: 40px;
	margin-left: 40px;
	text-align: justify;

}
#recette .lettre {
	background-color: #65752E;
	display: block;
	text-align: center;
}
#recette .RetourListe a {
	font-style: italic;
	color: #D1D96A;
	margin-left: 40px;
}
.TitreRecette {
	color: #B9CB53;
	margin-left: 80px;
	letter-spacing: 5px;
	border-bottom-style: solid;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-color: #B9CB53;
}
h4 {
	font-style: italic;
	color: #FFF;
	text-align: center;	
}
#footer img {
	border: none;
}
#envoimessageinter {
	text-align: center;
}
.inscripLetter {
	padding: 10px 80px 10px 80px;
	color: #fff;
	background-color: #49620E;
}
.verifvalide {
	display: none;
}