/*Niveau des barres de colorations*/
/*1 er  bande noir/rouge:#2b313c/#e74f4f*/
/*2 eme bande gris:#f1eeed*/
/*3 eme bande gris:#b8c1c6*/
html, body {
	position: relative;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2F353E;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid #D85454;
	line-height: 1.25;
	vertical-align: baseline;
}

html a, body a {
cursor:pointer;
}
