@charset "utf-8";

/* -------------------------- LIENS -------------------------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* -------------------------- COPYRIGHT -------------------------- */
.copyright {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

a:link.copyright {
	text-decoration: none;
}
a:hover.copyright {
	text-decoration: underline;
	color:#F46F22;
}

/* -------------------------- H1 H2 H3 -------------------------- */
h1 {
	font-family:tahoma;
	font-size:18px;
	font-weight:bolder;
	color:#000000;
	display:inline;
}
h2 {
	font-family:tahoma;
	font-size:26px;
	color:#000000;
	display:inline;
}
h3 {
	font-family:tahoma;
	font-size:28px;
	font-weight:bolder;
	color:#000000;
	letter-spacing:1px;
	display:inline;
}
h4 {
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	display:inline;
}
h5 {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	display:inline;
}

/* -------------------------- TEXTES -------------------------- */
.txt_bk_12 {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}

.txt_or_12 {
	font-family:tahoma;
	font-size:12px;
	color:#F46F22;
}