@charset "utf-8";
/* CSS Document */

html, body {
  background-color: #000000;
  background-image: url();
  color: #FFF8DC;
}
#conteneur {
position: absolute;
width: 800px;
left: 50%;
margin-left: -400px;
}
p, td {
  font-family: Trebuchet ms;
  font-size: 12px;
  color: EEE1B8;
  margin: 10px;
}
h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 12px;
  font-family: Trebuchet ms;
  text-align: center;
  color: EEE1B8;
}
a {
  color: #FFF8DC;
}
a:hover {
  color: #FFF8DC;
}
#introduction, #liens, #conclusion, #publicite {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#pied {
  width: 100%;
}
#gauche {
  width: 33%;
}
#centre {
  width: 34%;
  text-align: center;
  font-weight: bold;
}
#droite {
  width: 33%;
  text-align: right;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
}
.pseudo {
  font-weight: bold;
}
.commentaire {
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}
#tableau {
  width: 100%;
}
#tableau2 {
  width: 70%;
  margin: auto;
}
#tableau, #tableau2 {
  border: 1px  solid;
  border-collapse: collapse;
}
#tableau td, #tableau2 td {
  padding: 4px;
  border: 1px  solid;
}
#tableau .entete_tableau {
  text-align: center;
}
#tableau .entete_tableau, #tableau #gauche, #tableau #droite, #tableau #centre {
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: ;
}
#tableau .colonne_gauche, #tableau2 .colonne_gauche {
  background-color: ;
}
#tableau .colonne_droite, #tableau2 .colonne_droite {
  background-color: ;
}
#tableau2 .colonne_droite {
  text-align: center;
}
form {
  text-align: center;
}

.adminCSS
{
	border:5px solid red;
}
.infouser
{
	color:red;
}

.editarea
{
	border:1px solid #FFF8DC;
  	background-color: #000000;
  	color: #FFF8DC;
	display:block;
	width:400px:
	height:150px;	
	margin-left:auto;
	margin-right:auto;
}

