
body {
    width: 760px;
    margin: auto;
    /*background-image: url('../img/menu/fond.jpg');
    background-repeat: repeat;*/
    background-color: #404040;
	font-size: 0.9em;
}

#heure {
	padding: 5px;
	color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	background-color: #303030;
	border: 1px solid black;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 1.25em;
}

#lang {
	padding: 5px;
	color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	background-color: #303030;
	border: 1px solid black;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 1.25em;
}

.date_post {
	font-size: 0.85em;
	font-style: italic;
	text-align: right;
}

#en_tete {
	padding-left: 42px;
    width: 800px;
    margin: auto;
}

/*.element_menu {
    background: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    margin-bottom: 8px;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}*/

.element_menu h3 {
	text-decoration: underline;
}

.element_menu h3 {    
    color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    text-align: center;
}

#corps {
    margin-bottom: 20px;
    padding: 20px;
    color: #B3B3B3;
    background-color: #303030;
    background-image: url("../img/menu/motif_dark.png");
    background-repeat: repeat-x;
    border: 4px solid #050505;
    border-top: none;
    overflow: auto;
    height: 750px;
	font-size: 1.1em;
}

#corps h1, #corps h2 {
	text-decoration: underline;
}

#corps h1 {
    color: #B3B3B3;
    text-align: center;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	padding-bottom: 20px;
}

#corps h2 {
    height: 30px;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #B3B3B3;
    text-align: left;
}

#chat {
	overflow: auto;
    height: 600px;
    border: 3px solid black;
    padding: 5px;
}

#corps p {
	text-indent: 20px;
}

#corps a {
	color: #B3B3B3;
}

#corps a:hover {
    background-color: #B3B3B3;
    color: black;
}

a img, a:active img, a:focus img, a:hover img {
    border: none;
    background: none;
    text-decoration: none;
}

.download {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	background-color: #202020;
}