/*Design de la galerie planètes*/

#container {
	float: right;
	margin-top: 60px;
}
#container table img{ 
   border: 1px solid orange;
}
	   
#afficheur{
	border: 1px solid #E7FFE8;
	float: left;
    -moz-border-radius: 10px 10px 10px 10px;
    width: 449px; height: 340px;
    margin-left:35px; 
	margin-top: 40px;
}
	   
#container table td:hover img {
	width:350px;
	height: 340px; 
	margin-left:17px; 
	position:absolute;
	top:129px;
	left:75px; 	
}
#container table td{
  text-align: center; 
  color: white;
}
#container table td:hover{
  color: yellow; 
  font-weight: bold; 
  font-size:18px;
}
