﻿body {
	margin: 0;
	padding: 0;
	font-family: monospace;
	color: white;
	background-color: black;
}

a:link { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: black; background-color: white; }
a:visited { text-decoration: none; color: grey; }
a:active { text-decoration: none; color: black; background-color: white; }

.displaynone { display:none; }

/* Start header here */
#header { text-align:center; }
#header h1 {
	margin:5px 5px 0;
	padding:15px 20px .25em;
	line-height:1.2em;
	letter-spacing:.2em;
	font: normal normal 200% Courier, monospace;
	font-size: 316%;
}
#header h3 {
	margin:5px 5px 0;
	padding:15px 20px .25em;
	line-height:1.2em;
	letter-spacing:.2em;
	font: monospace;
}

/* Start menu here */
#sidebar {
	float: left;
	width: 160px;
	margin-left: 10px;
	padding-top: 1em;
}
#sidebar ul li { list-style-type: none; padding: 5px; }
#sidebar li:hover { background-color: grey; }

#sidebar a { text-decoration: none; color: white; }
#sidebar a:hover { text-decoration: none; background-color: grey; color: black; }
#sidebar a:visited { text-decoration: none; color: white; }


/* Start content here */
#main-content { 
	padding-top: 1em;
	margin: 0 2em 0 200px;
}
#main-content h2 {
	line-height:1.2em;
	letter-spacing:.2em;
	font: normal normal 150% Courier, monospace;
}
#main-content h2 { margin-top: 0; }

/* Start footer here */
#footer {
	clear: both;
	padding: 1em;
	text-align: center;
}

/* sert à fixer à un endroit fixe un objet fixe sur la page

#COT {
	position: fixed;
	bottom:0;
	right:0;
	padding: 7px;
}
*/