/*Styles généralisés à des balises*/	
	img{
		border: 0px;
	}

	h2{
		margin-top: 0em;
		clear: both;
	}

/*Style du corps principal de la page. Les informations spécifiques à une page sont placées dans le bloc correspondant à cette classe de style.*/
	#haut_corps{
		width: 56.2em;
	}

/*Calendrier dynamique*/
	#archives_news{
		height: 8em;
		width: 8em;
		background: white;
		margin-top: -1em;
		margin-bottom: 0em;
		margin-left: 1em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#liste_des_mois{
		margin-top: -10px;
		text-align: center;
	}

	#en_tete{
		font-size: 1em;
	}
	
	#mois_courant{
		color: red;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
	}
	
	.mois{
		width: 2em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
	}
	
	a.navigation{
		cursor: pointer;
	}
	
	a.navigation:hover{
		cursor: pointer;
		font-style: none;
		text-decoration: none;
	}

/*Inscription à la newsletter*/
	#newsletter{
		height: 8.9em;
		margin-top: -9em;
		margin-left: 14.3em;
		margin-bottom: 0em;
		background: white;
		font-family: Arial, Helvetica, sans-serif;
		width: 46em;
		font-size: 0.9em;
	}
	
	#champs_mail{
		margin-top: 0em;
	}
	
	#textfield{
	}
	
	#valider_mail{
	}
	
/*Elément présent sur la page "mailconfirm.php"*/
	#mail_confirm{
		margin-left: 1em;
		font-size: 0.8em;
	}