@font-face {
    font-family: 'BlackKnight';
    src: url('Documentation/Autres/BlackKnight.ttf');
}
*{ color: white; }
body
{
	font-family: 'Trebuchet MS', Arial;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(84%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
h1 
{
    font-family: 'BlackKnight';
	font-size: 9em;
	color: black;
	text-shadow: -3px -3px white;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
section h2
{
	font-family: 'BlackKnight';
	font-size: 3em;
	margin: 20px 20px 10px 40px;
}
h3
{
	text-align: center;
}
img
{
	border: none;
	margin: 6px;
}
p
{
	margin-left: 20px;
	margin-right: 20px;
}
a
{
	text-decoration: none;
	color: grey;
}
nav
{
	width: 530px;
    margin: auto;
	background-color: black;
	border: 2px red solid;
	border-radius: 10px;
	box-shadow: -10px -10px 10px black;
	margin-bottom: 20px;
}
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 10px;
}
 
nav a
{
	font-size: 1.2em;
    color: white;
    padding-bottom: 3px;
}
nav a:hover
{
    color: red;
    border-bottom: 3px solid red;
}
section
{
    width: 65%;
    margin: auto;
	background-color: black;
	border: 2px red solid;
	border-radius: 15px 0px 15px 0px;
	box-shadow: -4px -4px 4px black;
	margin-bottom: 15px;
}
#fixedNav 
{
	width: 30px;
	height: 30px;
	background: black;
	position: fixed;
	right: 15%;
    bottom: 45%;
	margin-left: 20px;
	border: 1px red solid;
	border-radius: 5px;
	box-shadow: -1px -1px 4px black;
}
#fixedNav a
{
	color: white;
}
#decalPixel
{
	position: relative;
    left: -2px;
}
.super_lien
{
	background-color: white;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}
.mega_lien
{
	display: block;
	border-radius: 10px;
	padding: 10px;
	width: 165px;
	margin: auto;
	color: white;
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(15%,rgba(30,87,153,0.8)), color-stop(19%,rgba(30,87,153,1)), color-stop(20%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(80%,rgba(30,87,153,1)), color-stop(81%,rgba(30,87,153,1)), color-stop(85%,rgba(30,87,153,0.8)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
}
#couleur_rouge
{
	color: rgb(175, 0, 0);
}
form, .commentaire
{
	padding: 10px;
	background-color: rgb(25, 25, 25);
	border: 2px white solid;
	border-radius: 8px;
	width: 500px;
	margin: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
}
form
{
	margin-top: 10px;
}
#comm_defil
{
	width: 600px;
	max-height: 600px;
	margin: auto;
	overflow: auto;
}
input, textarea
{
	color: black;
}