@charset "utf-8";
/* CSS Document */

/* En-tête début - Titre et gifs */
#en_tete
{
 	height: 190px;  
	border-bottom:solid 1px #AFAFAF;
}
/* Fin en-tête */

/* Corps début */

#corps 
{
	margin-bottom:10px;
	height: 1600px;
	margin:10px;
}
#bouton
{
	text-align: center;
	margin-top: 40px;
}
#essais /* Images essais nucléaires + bouton poussoir */
{
	height: 1500px;
	margin-top:20px;
}

div.float {
 	float: left;
	
 }

div.float p {
 	text-align: center;
}
.image2
{
	margin-left: 64px;
	margin-right: 64px;
}
.image4
{
	margin-left: 40px;
}


/* Corps fin */

.texte_en_tete
{
	font-size:0.95em;
	text-align:left;
	text-align:justify;
	padding:0 12px;
	font-family:"Arial", Times New Roman, Verdana;
}

.center
{
	text-align:center;
}
.gras
{
	font-weight:bold;
}

#contenu
{
	
	font-family:"Arial", Times New Roman, Verdana;
}

/* Footer1 - début */
#footer1
{
	width: 900px;
	height:50px;
	margin-bottom: 5px;
	border-top:solid 1px #AFAFAF;
}
.footer1
{
	list-style:none;
}

ul .footer1/* Les UL n'auront pas de puces */
{
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}
.bouton_gauche1
{
	float:left;
	margin-left: -20px;
}
.bouton_gauche2
{
	float:left;
	margin-left:10px;
}

.bouton_droite1
{
	float:right;
	margin-right:30px;
	padding-right:30px;
}
.bouton_droite2
{
	float:right;
	margin-right:60px;
}
.texte_vote
{
	font-size:0.8em;
}
.vote a
{
   color:#0000FF;
}

/* Footer1 - Fin */

/* Footer2 - Début : W3C, Mentions légales et Haut de page*/
#footer2
{
  width: 900px;
  height: 35px;
  border-top:solid 1px #AFAFAF;
  margin-bottom:5px;
 }
.w3c
{
  float:left;
  margin-left: 20px;
  width:120px;
  margin-top: 7px;
}
.mentions
{
text-align:left;
margin-left:300px;
margin-right:430px;
font-size: 0.8em;
margin-top: 10px;
}
.hdpage
{
float:right;
margin-right:20px;
margin-top: 7px;
width:85px;
}
/* Footer2 - Fin : W3C, Mentions légales et Haut de page*/

img
{
border:none;
}
.img_texte_droite
{
	text-align:justify;
}
.cliquer
{
	font-size:0.8em;
	line-height:2px;
	color: blue;
}




