/*
Design pour Game War
Tout Droits réservé
Ce fichier est sous copyright
*/

body {
background-color:black;
background-image:url('./images/bg.png');
width : 100%;
text-align:center;
margin:auto;
}

#corps {
width:80%;
margin:auto;
text-align:left;
}

#barre {
background-image:url('./images/barre.png');
width:100%;
height:29px;;
color:white;
}

#connexion {
background-image:url('./images/barre.png');
width:100%;
height:29px;;
color:white;
position:absolute;
top:expression(documentElement.scrollTop+body.scrollTop);
left:0px;
padding-top:2px;
}

html>body #connexion {
background-image:url('./images/barre.png');
width:100%;
height:29px;;
color:white;
position:fixed;
top:0px;
padding-top:2px;
}

h1 {
color:#B91606;
margin:0px;
padding-top:10px;
font-family:"MS Sans Serif", Geneva, sans-serif;;
}

.ecart {
margin-left:60px;
margin-right:60px;
}

#menugch {
background-image: url('./images/menu.png');
background-repeat:no-repeat;
margin-top:50px;
margin-left:4%;
width:18%;
height:286px;
float:left;
}
#menudr {
background-image: url('./images/menudr.png');
background-repeat:no-repeat;
margin-top:50px;
margin-right:4%;
width:18%;
height:286px;
float:right;
}

#milieu {
background-color: #181818;
margin-top:10px;
margin-left:auto;
margin-right:auto;
float:left;
width: 50%;
height:auto;
position:absolute;
left:25%;
-moz-border-radius: 10px;
clear:both;
overflow: auto;
}

#mil {
background-color: #202020;
margin:0.5%;
width: 99%;
height:94%;
-moz-border-radius: 10px;
color:white;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
clear:both;
overflow: auto;
}

#copyright {
background-color: #202020;
margin:0.5%;
width: 99%;
height:5%;
-moz-border-radius: 10px;
color:white;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
clear:both;
}

img {
border: none;
} 

table, tr, td, th {
 border-width:1px; 
 border-style:solid; 
 border-color:white;
border-collapse:collapse;
font-size:14px;
text-align:center;
 }

.title {
color:lime;
font-size:20px;
}

#univers {
float:left;
width:40%;
margin-left:5%;
margin-right:5%;
height:100%;
-moz-border-radius: 10px;
color:orange;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:30px;
overflow: auto;
}





