/*Les squelltes.html: Design correspondant*/
body{
  font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
  color:white;
  line-height: 20px;
  font-size: 13px;
  background: black;
  background-image: url('../img_design/fond_etoiles.jpg');
}
#cadre{
  border: none;
  -moz-border-radius: 10px 10px 10px 10px;
  width: 1080px;
  margin: auto;  
  padding: 5px;
  background: black;
}

#entete{
  border: none;
  -moz-border-radius: 10px 10px 10px 10px; 
  height: 188px;
  margin-bottom: 20px; 
}
#entete img{
  border:1px solid black;
}
#entete a:hover{
  color: black;
}
#date {
  font-size:13px;
  color:orange; 
  margin-left:490px;
}
#date:hover{color: yellow;}

#colonne_droite{
   width: 205px;
   margin-bottom: 5px;
   float: left;
}
#box_milieu{
  float: right;
  border: 1px dashed white;
  -moz-border-radius : 10px 10px 10px 10px;
  width: 820px;
  padding: 0 10px 10px 10px ;
}
#box_milieu h3{font-size: 18px;}

#box_photos{
  border: 1px dashed white;
  -moz-border-radius : 10px 10px 10px 10px;
  width: 1058px;
  padding: 10px;
  position:relative;
}
#box_photos table{
   margin: auto;
}
#box_photos img{
	border: 1px solid black;	 
	cursor: pointer;
}
#corps{  
   /*Celui qui conteindra les images agrandie*/
	border: 1px solid black; 
	width: 780px;
	margin: auto;
}
#box_videos{  
   /*Ce box contiendra les vidéos*/
	border: 1px solid black; 
    margin: auto;
	margin-top: 30px;
}
		
#box_photos .agrandir{
  cursor: pointer;
}

a{ 
  color:orange; 
  text-decoration: none;
}
a:hover{ font-weight: bold;  color:yellow;}
 
 
 /*==== Tableaux des chiffres ====*/
.table_chiffres {border: 1px solid #A9A9A9; text-align: center;}
.table_chiffres  td,th{border: 1px solid #A9A9A9;}
.table_chiffres tr:hover{color: yellow;}
.table_chiffres .planete {font-weight: bold;}
.clearer{
  clear: both;
}

