html{
}

body{
       background-color : #c9d2f9;
       text-align : center;
       background-position : left bottom;
       background-repeat : repeat;
       background-image : url(images/fat_lines_light.gif);
}

img{
       margin : 0px 0px 0px 0px;
       padding : 0px 0px 0px 0px;
       border : none;
}

#acceuil{
        background-color : transparent;
        height : 500px;
        width : 790px;
        margin : 20px auto 0px auto;
        background-position : center bottom;
        background-repeat : no-repeat;
}
#version1{
      display:block;
      width:271px;
      height:190px;
      position:absolute;
      margin-left:83px;
      margin-top : 155px;
      background-image : url(v1.jpg)
}

#version2{
  display:block;
      width:271px;
      height:190px;
      position:absolute;
      margin-left:437px;
      margin-top : 155px;
      background-image : url(v2.jpg)
}


