body	{
	background-color:#00B0CD;
	/*background-color:#6666CC;*/
	/*background-color:#33CCFF;*/
  }

#tout {
position:relative;
left:0%;
top:0.1em;
width:90%
border:2px solid #003366;
background-color:#FFFFFF;
	/*background-color:#FFFCAC;*/
padding: 1em;
font-family:corbel, verdana, arial;
font-size: 8px;
}

.thumb {
  position:relative; 
  top:0;
  left:0; 
  }
  
.thumb a {
  margin:0;
  text-decoration:none;
  }

.thumb a:hover {
  background-color:white;	
  }

.thumb a .grand {
  display:block;
  position:absolute; 
  width:0px; 
  }	  
  
.thumb a:hover .grand { 
  position:absolute; 
  top:75px;
  left:-4px;
  width:300px; 
  height:225px;
  }
