/* CSS Document */

BODY {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: #555555;
  margin: 0px;
}
img{
border:0px;
}
ul {
    list-style-type:square;
	color:#FF6600;
	size:auto;
}
.cadre_adresse {
	border: 1px dotted #999999;
}
.fond_contact {background-image: url(file:///C|/Documents and Settings/emedia/Mes documents/sites/A2F/images/fond_contact.jpg);
	background-repeat: repeat-x;
}
A.bas {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}
.cadreformulaire {
	border: 1px dotted #999999;
	  background: #FFFFFF;
}

.zoom
{
float: left;
top: 0;
left: 0; 
}
  
.zoom a
{
margin: 0;
text-decoration: none;
}


.zoom a .large
{
display: block;
width: 0px; 
}      
  
.zoom a:hover .large
{ 
position: absolute; 
top:20%;
left: 60%;
width: auto; 
height: auto; 
}