body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.6em;
	font-family: georgia, "trebuchet ms", arial, serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #345;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff;font-size:1.1em}
#breadcrumb {margin: 0; padding: 10px; background: #6B9A49; color: #fff}
#breadcrumb:before {content: "Je suis ici: ";}
#breadcrumb li {display: inline;}
#breadcrumb li:before {content: "» ";} 
#breadcrumb li:first-child:before {content: " ";} 

a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}


.good {color: green}
