div#amplis{
position: relative; 
top: 50px; 
left: 50px; 
width: 166px; 
height: 700px; 
font: 16px times new roman, sans-serif; 
z-index: 100;
}

div#amplis a {
display: block; 
text-align: center; 
color:white;
font:  15px sans-serif; 
padding: 5px 10px; 
margin: 0 0 1px; 
border-width: 0; 
text-decoration: none; 
color: white; 
background: black;

}
   
div#amplis a:hover {
color: #411; 
background: #AAA;

}

div#amplis a img {
height:0; 
width: 0; 
border-width: 0;
}

div#amplis a:hover img {
position: absolute; 
top: 200px; 
left: 430px;
; height: auto; width: auto
}




div#processeur{
position: relative; 
top: 20px; 
left: 0; 
width: 450px; 
height: 600px; 
font: 16px times new roman, sans-serif; 
z-index: 100;
}

div#processeur a {
display: block; 
text-align: center; 
color:white;
font:  15px sans-serif; 
padding: 5px 10px; 
margin: 0 0 1px; 
border-width: 0; 
text-decoration: none; 
color: white; 
background: black;
/*border-right: 5px solid #505050;*/
}
   
div#processeur a:hover {
color: #411; 
background: #AAA;
/*border-right: 5px double white;*/
}

div#processeur a img {
height: 0; 
width: 0; 
border-width: 0;
}

div#processeur a:hover img {
position: absolute; 
top: 80px; 
left: 380px; 
height: auto; 
width: auto;
}