@charset "utf-8";
/* style-salvatore-gallo */
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:0;
}
/*----------- boutons --------------*/
.bouton_haut_de_page a {
	display:block;
	width:110px;
	height:20px;
	background:url(../images/haut_de_page.gif) no-repeat 0 0;
}
.bouton_haut_de_page a:hover {
	background:url(../images/haut_de_page.gif) no-repeat 0 -20px;
}
.bouton_page_precedente a {
	display:block;
	width:110px;
	height:20px;
	background:url(../images/page_precedente.gif) no-repeat 0 0;
}
.bouton_page_precedente a:hover {
	background:url(../images/page_precedente.gif) no-repeat 0 -20px;
}
.bouton_page_suivante a {
	display:block;
	width:110px;
	height:20px;
	background:url(../images/page_suivante.gif) no-repeat 0 0;
}
.bouton_page_suivante a:hover {
	background:url(../images/page_suivante.gif) no-repeat 0 -20px;
}
.fltrt {
	float: right;
	margin-left: 15px;
	margin-right:15px;
}