body {
background:black;
font-family:Verdana,Sans MS;
font-size:12px;
color:red;
}

/*Dans un premier temps les éléments classiques html*/
h1 {
text-align:center;
font-size:400%;
margin:0;
padding:0;
background-color:white;
}

h2 {
text-align:center;
font-size:250%;
background-color:white;
color:#666;
}

h3 {
text-align:center;
font-size:160%;
background-color:white;
color:#666;
}
a {
color:black;
text-decoration:none;
}
img {
border:none;
}
li {
list-style:none;
}
/*Ensuite les classes*/
.gris {
color:#666;
}


/*Enfin les Identifiés*/
#forum {
position:fixed;
bottom:-5px;
left:0;
z-index:1000;
}

#ticket {
position:fixed;
top:5px;
left:5px;
z-index:1000;

}
#carte {
position:fixed;
top:5px;
right:5px;
z-index:1000;
}
#conteneur {
position:absolute;
width:1200px;
height:900px;
left:50%;
margin-left:-600px;
}
#conteneur p {
text-align:center;
font-size:140%;
font-weight:bold;
}
#conteneur a {
font-size:100%;
}

/* LOADING */
#loading {
position:absolute;
left:50%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
top:50%;
margin-left:-150px;
margin-top:-150px;
z-index:20;
background-color:white;

}

