﻿
#DivButtonListePartenaire1
{
    position: absolute;
    width: 500px;
    height: 100px;
    z-index: 10;
}

.ButtonListePartenaire1 
{   
    background: transparent;
    cursor: pointer; 
    border:0;
}

#ListeTablePartenaire1
{   
    position: relative;
    width: 500px;
    height: 100px;
    z-index: 1;
    left: 0px;
    top: 0px;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
}

#ListePhotoPartenaire1
{
    position: absolute;
    width: 115px;
    height: 90px;
    z-index: 0 ;
    left: 5px;
    top: 5px;
    text-align: left;
    background-image: url(images/Fond-Vignette1.jpg);
}
#ListePhotoPartenaire1 .ButVignette{position:absolute; z-index: 0; left: 5px; top: 5px; background:transparent; border-style:none; }
#ListePartenaire1{ position:absolute; width: 370px; height: 75px; z-index: 2; left: 120px; top: 5px; text-align: left;}
#ListeUrlPartenaire1{ position:absolute; width: 370px; height: 25px; z-index: 3; left: 120px; top: 75px; text-align:left;}

.ListePartenaire1
{
    font-size: 70%;
    color: #D04019;
    padding-left:5px;
}

 .btnAfficheLibelle
 {
    color:#D04019;
    text-decoration:none;
     cursor: pointer; 
}
 
 .ListeUrlPartenaire1
{
    font-size: 70%;
    color: #D04019;
    padding-left:5px;
}

 .btnAfficheUrl
 {
  cursor: pointer; 
   color:#D04019;
 }