/**
 *	Feuille de style regroupant toutes les informations contenant les textes et blocs de textes
 */
a:link, a:visited{
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:overline;
}
hr{
	width: 90%;
	margin: 10px auto;
	border:none;
	border-top: 1px dashed #B0C4DE;
}
.clear_both{clear: both;}
.center{text-align: center;}
.erreur{
	border: 1px solid Red;
	background: #F08080;
}
.invisible{display:none;}
.petit{font-size: 0.8em;}

/**
 *	Titres, paragraphes et listes
 */
h1, h2, h3{
	font-variant: small-caps;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px auto 5px auto;;
	margin-left: 5px;
}
h2{
	text-decoration: none;
	font-size: 1.3em;
	margin-left: 15px;
}
h3{
	text-decoration: none;
	font-size: 1.1em;
	margin-left: 25px;
}
p{
	line-height: 1.3em;
	text-indent: 2em;
	padding: 5px 10px;
	margin: 5px auto;
}
ul{
	list-style: disc;
	list-style-position: inside;
}
li{
	margin: 5px auto;
}

/* SPAN, COULEURS */
.orange {
	color:#e77c1a;
}
.copyright_link {
	position:relative;
	bottom: -75px;
	font-size:12px;
}