body{
   background-color: black;
}

#grandconteneur {
   background-color: #1a3319;
   background: #1a3319 url(forum/images/netophonixlogofond.png) no-repeat scroll center;
   border: 1px #9AB198 solid;
   color: #cccccc;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 18px;
   height: 98%;
   width: 98%;
   margin: auto;
   text-align: center;
   position: absolute;
   top: 1%;
   left: 1%;
}

#petitconteneur{
   margin-top: 30px;
}

html, body{
   margin: 0px;
   padding: 0px;
   height: 99%;
}

#netotitre{
   /*position: absolute;
   width: 99%;
   text-align:center;*/
   margin-bottom: 3px;
}

#slogan {
   /*position: absolute;
   margin-top: 80px;
   width: 99%;
   text-align:center;*/
   margin-top: 0px;
   margin-bottom: 0px;
}

#sphere{
   margin-top: 10px;
   border: none;
   margin-bottom: 10px;
}

#messageErreur {
   background-color: #20381F;
   font-size: 15px;
   width: 75%;
   margin: auto;
   margin-top: 10px;
   padding: 5px;
   border: 1px dashed #CCCCCC;
}

#liens{
   margin: 0px;
   position: relative;
   top: -10px;
}

a{
color: #cccccc;
}

a img{
border: none;
}