@charset "utf-8";
/* CSS Document */

#recommanderAmi {
position:absolute;
bottom:110px;
left:800px;
height:100px;
}

#effect { 
width: 300px; 
height: auto; 
padding: 0.4em; 
position: absolute; 
z-index:3000; 
background:#FFF; 
border: solid 1px #5EA6BC;
font-size:11px; 
color:#5EA6BC;}

#effect form {
margin:0;
padding:0;}

.ui-effects-transfer { border: 2px dotted gray; } 

#effect input  {
font-size:11px;
color:#412912;
border: dashed 1px #FFFFFF;
background: #e1eafc;
padding:3px;
}

#effect input:hover{
background: #89adf5;
}

#effect input[type="button"], #formContact input[type="button"] {
width:72px;
height:20px;
border:none;
cursor:pointer;
color:#FFFFFF;
background:#5EA6BC;
}