body {
	background-color:black;
	text-align:center;
}

body, a, table, h2,input, textarea {
	color:#fff;
	font-family:Verdana, sans;
	font-size:12px;
}

input, textarea {
	background-color:black;
	border:0;
	padding:5px;
	border:1px solid white;
	margin-bottom:5px;
}

body, table, td, h1, h2 {
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}
img {
	border:0;
}
#page {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:0 121px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#content, #sidebar {
	padding:10px;
}

#content {
	width:480px;
	text-align:justify;
}
#sidebar {
	width:260px;
}

#sidebar li {
	list-style:none;
	margin-bottom:5px;
	margin-top:5px;
}
#sidebar li li {
	list-style:disc;
}
#sidebar a {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
h2, h2 a {
	color:#5D69B8;
	text-decoration:none;
	font-size:1.15em; 
}
small, a{
	color:#cdc364;
}

.navigation {
	margin-bottom:20px;
}

#footer {
	padding:10px;
}

/* Autres couleurs : 5D69B8 et CDC364 */

