body {
color:white;
background-color:black; 
}
.gauche {
  background-color: #000000;
  float: left;
  width: 340px;
  border: none;

}
.milieu {
  background-color: #000000;
  float: center;
  width: 70%;
  border: none;
}
.droite{
  background-color: #000000;
  float: right;
  width: 300px;
  min-width: 300px;
  z-index: -2;
}
.droite-i{
  background-color: #000000;
  float: right;
  width: 300px;
  min-width: 300px;
  border: none;
}
.zoom{
    position: absolute;
    top: 80px;
    left: 400px;
    width: 600px;
    height: 600px;
	z-index: -2;
}
.milieu-i {
  background-color: #00000;
  float: center;
  width: 30%;
  border: none;
  min-width: 350px;
}
.ecran{
    position: absolute;
	  background-color: #000000;
    top: 80px;
    left: 400px;
    width: 600px;
    height: 600px;
	z-index: -1;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.infoc {  
  font-family: Arial, Helvetica, sans-serif;  
  color: #777799;
  font-style: italic;
  font-size: 16px;
}
td {
    color: #ccccff;
}
h2 {
    color: #aaaaff;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
}
h4 {
    color: #77aaff;
}
h5 {
    color: #aaaaff;
}