body 
{ padding: 0; 
    margin: 0;
    background: #B3B1B1 url(images/Graphics2007/picBkg.jpg) repeat-x;}
    .Entree
    { 
    background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurVertical.jpg) repeat-x;
    width:684px;
    margin:15px;
    padding:5px;
    padding-right:100px;
    text-align:left;
    }
        .Disclaimer
    { 
    background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurFullVert.jpg) repeat-x;
    font-size:x-small;
    font-family:Verdana;
    color:#000000;
    margin:5px;
    padding:5px;
    text-align:justify;
    }
    .LigneMenu1
    {
            text-align:left;

    }
       .LigneMenu2
    {
            background: url(images/Graphics2007/picDegradeSubMenu.jpg);
            height:20px;
    }
    .Texte
    {   
            background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurFullVert.jpg) repeat-x;
            padding:5px;

    }
        .TextePadded
    {   
            padding:5px;

    }
        .Bkg
    {       
            background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurFullVert.jpg) repeat-x;

    }
            .BkgAdmin
    {       
            background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurFullVert.jpg) repeat-x;
            font-size:x-small;
            font-family:Verdana;
            color:#000000;

    }
        .BkgCourt
    {       
            background: #D6D8D9 url(images/Graphics2007/picDegradeInterieurVertical.jpg) repeat-x;

    }
     .Adresse
    { 
    background-color: #D6D8D9;
    width:230px;
    padding:5px;
    text-align:left;

    }  
    .NomAurelys
    {
        font-size:small;
        font-weight:bold;
        text-align:left;
        font-family:Verdana;
        color:#D6B268
        
    }
      .AdresseAurelys
    {
        font-size:small;
        text-align:left;
        font-family:Verdana;
        color:#000000
        
    }      
     .clLabel
    {
        font-size:small;
        text-align:left;
        font-family:Verdana;
        color:#000000
        
    }  
      .Erreur
    {
        font-size:small;
        text-align:left;
        font-family:Verdana;
        color:#FF0000
        
    }             
   .thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 							
;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
     


