/*Feuille de style pour la page PORTRAIT*/


/*****************************************/
/* Paramètres pour la section principale */
/*****************************************/

#sectionPortrait
{
	display: inline-block;
	width: 100%;
}



	


/*****************************************/
/* Paramètres pour le block principal    */
/*****************************************/

#blockPrincipalPortrait
{
	display: inline-block;

	width: 100%;
}

	/* Pour l'événement actuel */
	
	
	#articlePortrait
	{
		
		width: 70%;
		margin-left: 15%;
		margin-top: 4%;
		margin-bottom: 5%;
		
		
		display: inline-block;
	
		font-family: "Trebuchet MS", "Arial";
		color: white;
		font-size: 1em;
	}
	
	#articlePortrait img
	{
		display: inline-block;
		vertical-align: top;
		margin: 8px;
		width: 280px;

		margin-top: 12px;
		
		border-radius: 15px;
	}
	
	#articlePortrait p
	{
		display: inline-block;
		vertical-align: top;
		
		margin: 10px;
		padding: 15px;
		width: 430px;
		text-align: justify;

		background-color: rgb(150, 150, 150);
		background-color: rgba(200, 200, 200, 0.3);

		border-radius: 15px;

	}
	
	
	
	
/****************************************************/
/*Pour les images du module de gestion de la presse */
/****************************************************/	
	
	
	#articlePresse
	{	
		display: inline-block;
		
		width: 50%;
		margin-left: 10%;
		margin-top: 4%;
		margin-bottom: 5%;
	}
	
	
	#articlePresse h2
	{		
		width: 580px;

	}
	
	
	
	#listeGestionPresse
	{
		width: 640px;
		margin-top: 20px;
		
		
		
	}
	
	
	#listeGestionPresseVisiteur
	{
		width: 670px;
		margin-top: 20px;
		margin-left: 100px;
		
		border-radius: 15px;
		padding: 20px;
		
		background-color: rgb(150, 150, 150);
		background-color: rgba(200, 200, 200, 0.3);
	}
	
	
	
	.imageGestionPresse
	{
		display: inline-block;
		width: 200px;
		height: 170px;
		
		margin: 10px;		
		
	}
	
	.imageGestionPresse img
	{
		
		width: 200px;
		
		border-radius: 15px;
		
	}
	
		
	#listeGestionPresse form
	{
		display: inline-block;
	}
	
	
	/* Pour le commentaire */
	#asidePortrait
	{
		display: inline-block;
		background-color: rgb(150, 150, 150);
		background-color: rgba(200, 200, 200, 0.3);

		border-radius: 15px;
		
		width: 65%;
		margin-left: 15%;
		margin-bottom: 5%;
		
		padding: 15px;
		color: white;
		font-family: "Trebuchet MS", "Arial";
		text-align: justify;
		font-size: 0.9em;
		
	}
	
	#contenuAsidePortrait
	{
		display: inline-block;
		
		width: 780px;

		
		padding: 10px;
		padding-right: 20px;
		
		text-align: justify;
	}