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

body
{
   background-image: url("img_background/fond_noir.jpg"); /*Image de fond*/
   margin: auto;
   width: 1024px;
   margin-top: 3%;
   margin-bottom: 3%;
}

#en_tete
{
   width: 1024px;
   height: 264px;
   background-repeat: no-repeat;
}

#menu
{
   float: left;
   background-image: url("img_background/menu.jpg");
   background-repeat: no-repeat;
   width: 199px; /* taille menu */
   height: 507px;
}

#login {
	margin-top: -20px;
}

#centre
{
   padding-top: 30px;
   padding-left: 40px;
   margin-left: 200px;
   background-image: url("img_background/centre.jpg");   /* répéter image horizontalement en haut*/
   background-repeat: no-repeat;
   width: 829px;
   height: 507px;
}

a img {border: none;}

H3, p
{
color: #fff;
}

td {color: #fff;}

.defilement{
overflow: auto;
text-align: justify;
} 

.select-Race-Classe {
   width: 205px;
}

#message {
height:27px;
font-size:0.7em;
font-weight:bold;
text-align:center;
padding:10px 0 0 0;
background-color:#000;
} 

#inscription{
background-image: url("img_background/inscription.jpg");
margin-left:5%;
margin-top:5%;
position :absolute;
background-color:#fff;
visibility:hidden;
width:400px;
height:290px;
color:#000;
}

#inscription2{
background-image: url("img_background/inscription.jpg");
margin-left:5%;
margin-top:5%;
position :absolute;
background-color:#fff;
visibility:hidden;
width:400px;
height:290px;
color:#000;
}

#inscription3{
background-image: url("img_background/inscription.jpg");
margin-left:5%;
margin-top:5%;
position :absolute;
background-color:#fff;
visibility:hidden;
width:400px;
height:290px;
color:#000;
}

#inscription4{
background-image: url("img_background/inscription.jpg");
margin-left:5%;
margin-top:5%;
position :absolute;
background-color:#fff;
visibility:hidden;
width:400px;
height:290px;
color:#000;
}

.login { color: #000; }
.rouge { color: #ff0000; }
.taille { font-size: 15px; }
.centrer { text-align:center; display: block; }