/* CSS Document */

    body{
      margin: 0;
      text-align:center;            
      background-image:url(../images/degrade_bleu_1024ter.jpg);
      background-repeat:repeat-x;
    }
    
 
    a{
      color:blue;
      text-decoration:none;
    }   
    
    a:visited{
      color:blue;
      text-decoration:none;
    }
    
    a:hover{
      color:red;
      text-decoration:none;
    }
    
    #mainPage{      
      width:980px;
      height:750px;
      position:relative;
      top:50px;      
      background-image:url(../images/filigrane.jpg);
      background-repeat:no-repeat;
      margin-left: auto;
      margin-right: auto; 
      text-align:center;            
    }
    
    #logo{
      position:absolute;
      top:0px;
      left:10px;
      width:880px;
      height:150px;
      
    }
    
    #img_logo{
      position:absolute;
      bottom:0px;
      left:10px;
      width:260px;
      height:140px;    
    }
    
    #txtLogo{
      position:absolute;
      margin:0px;
      bottom:-2px;
      left:280px;
    }
    
    #paveSoc{
      position:absolute;
      left:50px;
      top:180px;
      width:250px;
      height:500px;      
      background-image:url(../images/accueil_gauche.jpg);
      background-repeat:no-repeat;
    }
    
    #paveRea{
      position:absolute;
      left:365px;
      top:180px;
      width:250px;
      height:500px;      
      background-image:url(../accueil_anime/accueil_centre_05.jpg);
      background-repeat:no-repeat;
    }
    
    #paveContact{
      position:absolute;
      left:680px;
      top:180px;
      width:250px;
      height:500px;      
      background-image:url(../images/t2edroite.jpg);
      background-repeat:no-repeat;
    }
    
    .txtPave{
      position:relative;
      top:380px;
      height:60px;
      width:240px;       
      border : solid 5px white;
      background-image:url(../images/degrade_bleu_60.jpg);
      background-repeat:repeat-x;
      text-align:center;
      font-weight: bold;
      font-size:22px;      
    }


    #pave1{
            background-image:url(../images/degrade_vert_60.jpg);
            background-repeat:repeat-x;    
    }
    
    
    #pave3{
            background-image:url(../images/degrade_rouge_60.jpg);
            background-repeat:repeat-x;    
    }
    
    
    
    
    #legendPhotoGauche{
      position:relative;
      top:440px;
    }
    
    
    #legendPhotoCentre{
      position:relative;
      top:440px;    
    }
    
    #legendPhotoDroite{
      position:relative;
      top:440px;
    }
    
    
    .textLegendPhoto{
      color:black;
      font-family:Arial, Helvetica, sans-serif;
      font-size:14px;
      font-style:italic;
    }
