/* liens visités doivent rester en bleu */
a:link
{
color : blue;
text-decoration: none;
}
a:visited 
{
color : blue;
text-decoration: none;
}

/* infobulles */
a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:2em; right:2em; width:8em;
border:1px solid #000;
background-color:#FFF;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;
}

.class-ecran
{
font-style : italic;
color: orange; 
font-size: 1.3em;
}

#style-contact a
{
text-align: center;
    padding: 10;
    margin: 10;
    line-height: 50px;
    background-color: #e6e6fa;	
	padding: 8px 8px;
    font-size: 1.1em;
}
