body {
	margin: 0px;
   padding: 0px;
   background-color : black;
   color : white;
	width : 975px;
	height : 100%;
	/*Alignement centré sous FF*/
	margin:auto;
	/*Hack pour que IE aligne le div au milieu de la page*/
	text-align : center;
}

div.container {
    text-align : left;
}

div#header {
    clear: both;
    margin : 15px;
}

div.menu {
	float: left;
	position : relative;
	left : 20px;
	color:#9F9364;
	text-align:left;
	font-size : 0.8em;
	font-weight: bold;
   width: 150px;
}

div#right {
    float: right;
    width: 200px;
}

div#middle {
	margin-top : 0;
	margin-left : 200px;
	width : 500px;
}

div#footer {
    clear: both;
}

td { 
	border-style:solid; 
	border-width:1px; 
	border-color:#6D653E;
	padding: 5px;
}

h2 {
	color:#EFEFC7;
	font-weight : bold;
	font-size : 1em;
	text-align : center;
}

h1 {
	color:#EFEFC7;
	font-weight : bold;
	font-size : 1.5em;
	text-align : center;
}

span.titre_topic a,a.visited,a.hover{
	color:#EFEFC7;
	font-weight : bold;
	font-size : 0.8em;
	text-decoration : underline;
}

span.texte_topic {
	color:#9F9364;
	font-size : 0.8em;
}

span.topic_meta {
	color:#6D653E;
	font-size : 0.6em;
}

span.texte_news {
	color:#9F9364;
	font-size : 1em;
}

span.titre_news a,a.visited,a.hover{
	color:#EFEFC7;
	font-weight : bold;
	font-size : 1em;
	text-decoration : underline;
}

div.menu a,a.visited,a.hover{
	color:#EFEFC7;
	font-weight : bold;
	font-size : 1em;
	text-decoration : underline;
}

span.news_meta {
	color:#6D653E;
	font-size : 0.8em;
}

p.welcome {
	color:#9F9364;
	font-size : 1em;
}
