*{
    padding:0;
    margin:0;
}
 a:focus{outline:0}

body{

    color:#fff ;
    text-align: center;
    font-family: arial, verdana;
    background: url(images/background-repeat.jpg)   repeat-x #9b1135;     
}
ul{
    list-style: none;
}
.aleft{
    float:left;
}
.aright{
    float:right;
}
#all{
    width:1000px;
    margin: 0 auto;
    position: relative;

}
#content{
    width:1000px;
    height:636px;
      background: url(images/background.jpg) top center  no-repeat;   
}


.enter{
   position: absolute;
  
   top:110px;
   right:120px
}
.enter a{
   display: block; 

     width:370px;
   height:145px;
}




.enter,.enter a{
    color:#9b1135;
    font-size:10px;
}
.enter2{
   position: absolute;
   top:320px;
   right:240px ;
    width:215px;

   height:45px;
}
.enter2 span{
    display: none;
}
.disco{
     position: absolute;
   top:350px;
   right:60px ;
    width:110px;
 
   height:110px;
}
.disco span{
    display:none
}

.reseaux{
    left:131px;
position:absolute;
top:555px;
    
}
.reseaux li{
    float: left;
}
.reseaux li a{
    display: block;
 
height:27px;
width:74px;
}
.reseaux li a span{
    display: none;
}










#footer{
    border-top:1px solid #a2294a;
    width:900px;
    margin: 0 auto;
    padding:5px 0 0 0 ;
    font-size:10px;
    color:#fffeff
}
#footer a{
    color:#ed7c9a;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;    
}
#footer li{
    float:left;
    padding:0 0 0 5px;
}


