body {
	background-color: #000000;
	font-family: "comic sans ms";
	color: #FF0000;
	background-attachment: fixed;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
}
table {
   	font-size: 14px;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	text-align: center;
}
h2 {
    text-align: center;
}
h3 {
	font-size: medium;
	height: 20px;
}
td {
	text-align: center;
}
img {
    vertical-align: middle;
    border: 0;
}
#menu {
    text-align: center;
}
#menu a {
    border: solid 1px;
    padding: 7px 1px 9px 1px;
    background-color: #000000;
}
#menu a:hover {
    border-color: #FF0000;
}
em {
    border-bottom: dashed 1px;
}
#accueil_explications td {
    text-align: justify;
}
.livredor {
    text-align: center;
}
#message_gauche {
	text-align: center;
	width: 70%;
}
#message_droite {
	text-align: center;
	width: 30%;
	padding: 10px;
}
.pseudo1 {
    
}
.pseudo2 {
    color: #FFFF00;
}
.pseudo3 {
    color: #FFFF00;
	text-decoration: underline;
}
.login {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
}
.date {
	display: block;
	border-bottom: 1px white solid;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}
.posteur {
    width: 120px;
}
.form_en_ligne {	display: inline;}
input, textarea {
    color: #BBBBBB;
    background-color: #444444;
}
.post {
	text-align: left;
}
.post2 {
	text-align: left;
	background-color: black;
}