@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, sans-serif;
	position:relative;
	padding:0;
	margin:0;
	top:0;
}

a {
	color:rgb(0,0,0,0.5);
	text-decoration:none;
}

h1, .h1 {
	margin:0 0 25px 0;
	font-size:50px;
	text-transform:lowercase;
}
h2, .h2 {
	font-size:20px;
	font-weight:normal;
	line-height:130%;
}
h3 {
	font-size:22px;
	font-weight:bold;
	margin:30px 0 15px 0;
}
h4 {
	font-size:22px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
hr {
	border-top:rgb(224,128,93) solid 1px;
	display:inline-block;
	width:100px;
}
hr.gauche {
	display:inline-block;
	text-align:left;
}

label {
	color:rgb(224, 128, 83);
}
.orange {
	color:rgb(224, 128, 83);
}