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

* {
	margin: 0px;
	outline: none;
}
body {
	color: #000;
	font-family: 'Anaheim', sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.80em;
	word-spacing: 0.1em;
}
#main_frame {
	width:100%;
	max-width:700px;
	position: relative;
	margin: 0 auto;
	background-color:#fff;
	text-align:center;
}
p {
	text-align: justify;
	margin-bottom: 1em;
	color: #000;
	font-size:1.3em;
}

img {text-align:center;
}
.leg_norm {
	font-weight: normal;
	padding: 2px 0 12px 0;
	text-align:center;
}




.headerp {
	text-align: left;
	padding-top: 1em;
	font-weight: bold;
}
hr {
	background-color:  /*--|||COULEUR|||--*/ #444;
	height: 1px;
	border: 0px;
	margin: 10px 100px 10px 100px;
	clear: both;
}
h1 {
	position: relative;
	font-size: 2.5em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0.2em;
	text-align: left;
}
a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration : none;
	padding : 2px 0 0 0;
	border-top : 1px solid;
}
a:hover {
	color: #aa3d3d;
	text-decoration : none;
	color: #aa3d3d;
	text-decoration : none;
	padding : 2px 0 0 0;
	border-top : 1px solid;
	font-weight: bold;
}
.espacebas {
	margin-bottom: 50px;
	text-align: center;
}
.clear {
	clear: both;
}

