@charset "utf-8";
/*------------------------------------------*/
/*-- Feuille de style Promenade Gourmande
/*-- CSS Document
/*-- Aout 2008 - Romain COLAS
/*------------------------------------------*/

body {
	background-color:#ffffff;
	text-align:center;
}
/* Styles généraux */
table {
	font-family: verdana;
	font-size: 11px;
	color: #000000
}
p {
	font-family: verdana;
	font-size: 11px;
	color: #000000
}
h1 {
	font-family: MS Trebuchet, calibri, verdana;
	font-size: 18px;
	color: #224AAA;
	font-weight: bold
}
hr {
	color:#224AAA
}
/* Barre de navigation */
.txtblanc {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff
}
/* lien hypertexte */
a {
	text-decoration: none;
	color:#000000
}
a:hover {
	text-decoration: underline;
}
	a.menu {
		text-decoration: none;
		color:#FFFFFF
	}
	a.menu:hover {
		text-decoration: underline;
		color:#FFFFFF
	}
	
	a.bouton {
		text-decoration: underline;
		color:#FFFFFF
	}
	a.bouton:hover {
		text-decoration: none;
		color:#FFFFFF;
		/*font-weight:bold*/
	}
	
	a.content {
		text-decoration: underline;
		color:#000000
	}
	
	a.content:hover {
		text-decoration: none;
		color:#000000
		/*font-weight:bold*/
	}

.lienbaspage {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff
}
.lienbaspage:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff
}
