/* ---- pour index galerie ----*/

/*#global {
margin-left: 13em;
}  */

#global table {
    /*width:auto;*/
	width:100%; /* dde Marc 09122024*/
    text-align:center;
    margin-left: 0;
    margin-right: 0;
    background-color: #666666;
    font-size: 0.7em;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;  
}

#global td {
    width:130px;
    background-color: #666666;
}



#global hr {
clear:both;
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
  color: #000000;
  background-color: #000000;
  border: 0;
}

.heighttr {
    height:20px;
    vertical-align: top;
}

/* ---- pour galerie perso ---- */
div#textev {
    display: inline;
    float:right;
    width: 480px;
    height: 360px;
    margin-right:1em;
    padding-top: 40px;
    text-align:center;
    background-color: #666666;
    }
    
    
div#textev h2 {
    width:90%;
    margin: 0 auto;
    color: #CCCCCC;
    font-size: 1.5em;

}
div#textev p {
    width:90%;
    margin: 0 auto;
    color: #FFFFFF;
}


div#textev a {
    color: #FF9900;
}

#vignetteint {
    height: auto;
    width:20%;
    float:left;
    text-align:center;
    background-color: #666666;
   } 

#vignettegauche {
    height: auto;
    width:50%;
    float:left;
    text-align:center;
    background-color: #666666;
   } 
#vignettegauche td {
width:auto;
height:95px;
background-color: #666666;
}



.bordure {
    border:2px solid white !important;
    border:2px solid white;
}

.bordure1 {
    border:2px solid black !important;
    border:2px solid black;
}

a {
    text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
    background: none;
    color: #66FF33; 
}
a span { /* définition de la balise <span> inclue dans <a> */
    display: none;
}

a:hover span {
    display: inline;
    position:absolute;
    /*margin-right:5em;*/
    float:left;
    top:140px;
    /*right:0.3em; */
    left:55em;
    width:530px;
    height:360px;
    background: #666666;
    line-height:360px;
    text-align: center;
    color: white;


    
}

.sel {
     color:#f7a7a7;
     }

     #charge
{
        display: none;
}