/*body {font: .88em/150% Arial, Helvetica, sans-serif;margin: 30px auto;}
h1 {font: bold 80%/120% Arial, Helvetica, sans-serif;text-transform: uppercase;margin: 0 0 10px;color: #999;}
h2 {font-size: 2.5em;margin: 0 0 8px;}
h3 {font-size: 1.6em;margin: 20px 0 5px;}
a {color: #69C;text-decoration: none;}
a:hover {color: #F30;}
p {margin: 0 0 10px;}
em {font: italic 100% "Times New Roman", Times, serif;}*/

/*bouton de haut de page*/
#main {margin: 0 auto;width: auto;padding-right: auto;position: relative;}
/* Back to top button  */
#back-top {position: fixed; bottom: 95px; right: 0px;}
#back-top a {
	width: 44px;
	display: block;
	text-align: center;
	font: 10px/100% 'Comic Sans MS', Tahoma, Arial, Sans-Serif;;
	text-transform: uppercase;
	text-decoration: none;
	color: #822D03;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #822D03;
}
/* arrow icon (span tag) */
#back-top span {width: 44px;height: 44px;display: block;
	margin-bottom: 7px;
	background: #822D03 url(../images/haut.png) no-repeat center center;
	box-shadow: 0 0 25px #777;
    /* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #822D03;
}
/*fin de bonton de haut de page*/