body { 
	background-attachment: fixed; 
	background-image:url(img/fond_page.png);
	background-position: top center;
	background-color: #DBEBDC;
	color: #DDD3AD;
	font-family: Helvetica, Arial, sans-serif;
}

.page { 
	background-repeat:no-repeat; 
	background-image:url(img/coq.png);
	background-position: top center;
}

.corps_page_accueil { 
	background-repeat:no-repeat; 
	background-image:url(img/accueil.png);
	background-position: top center;
}

.corps_page { 
	background-image:url(img/fond.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#830D00;	
}

.corps_page_recette { 
	background-image:url(img/fond_recette.png);
	background-position: top center;
	/*background-repeat:no-repeat;*/
	background-color:#830D00;	
}

.corps_page_boutique { 
	background-image:url(img/fond_boutique.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#830D00;	
}

a {
	color: #DDD3AD;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a.menu {
	color: #603030;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	text-decoration:none;
	font-size:12px;
}

a.menu_courant {
	color: #F4E5AA;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	text-decoration:none;
	font-size:12px;
}

a.famille {
	color: #F4E5AA;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	text-decoration:none;
	font-size:12px;
}

a.famille_courante {
	color: #FFFFFF;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	text-decoration:underline;
	font-size:12px;
}

.cadrejaune {
	border: 2px solid #F4F1C2;
}

input.ajouter_panier {
	margin: 1px;
	padding: 1px;
	clear: right;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	font-size: 12px;
	vertical-align:middle;
	color:#000000;
	background-color:#E7DFA5;
	width:80px;	
}

input {
	margin: 1px;
	padding: 1px;
	clear: right;
	/*font-family: Milano Let, Lucida Handwriting, Times New Roman, cursive;*/
	font-size: 12px;
	vertical-align:middle;
	color:#000000;
	background-color:#E7DFA5;
}
