/*Styles généralisés à des balises*/	
	h3{
		color: #4B4B4B;
		font-size: 1.2em;
	}

	h4{
		font-size: 1em;
	}

/*Fiche de description complète de la news sélectionnée*/
	#fiche_news{
		margin-left: 1em;
		margin-top: 2em;
		margin-bottom: 2.5em;
		font-size: 0.8em;
		width: 67em;
	}
	
	#image{
		float: right;
		margin: 0.5em;
		margin-top: -2.6em;
	}

	#description{
	}

	#article{
	}
	
	#liens{
		margin-top: 1em;
		margin-left: 1em;
		font-style: italic;
		list-style: none;
	}
	
	#liste_photos{
	}

	.photo{
		float: left;
		margin-top: 2em;
		margin-bottom: 2em;
		margin-left: 1em;
	}

/*Composants de la partie correspondante au communiqué de presse associé à la news sélectionnées*/
	#communique{
		width: 50em;
		clear: both;
	}

	#resume_communique{
		font-weight: bold;
	}

	#article_communique{
		width: 50em;
		font-size: 0.9em;
	}
	
/*Lien de retour à la liste des news*/
	#retour{
		text-align: center;
		width: 13em;
		margin-top: 2em;
		margin-left: 21em;
		font-size: 1em;
		font-weight: bold;
		font-family: arial;
	}
	#retour:hover{
		text-align: center;
		width: 13em;
		margin-top: 2em;
		margin-left: 21em;
		font-size: 1em;
		font-weight: bold;
		font-family: arial;
		background-color: #8C9DA2;
	}
	#retour:link{
		text-align: center;
		width: 13em;
		margin-top: 2em;
		margin-left: 21em;
		font-size: 1em;
		font-weight: bold;
		font-family: arial;
	}
