	body
	{
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: white;
		width: 900px;
		/* min-height: 700px; */
		border-style: solid;
		border-width: 1px;
		border-color: black;

	}
	
	
	
	/* définition du cadre gauche (images du projet) */
	#barre_image
	{	
		padding: 5px;
		text-align: center;
		
	}
	
	#barre_bestioles
	{	
		padding: 5px;
		text-align: center;
		
	}
	
	#nav_references
	{	
		margin: auto;
		text-align: center;
		
	}
	
	/* définition du cadre contenant le corps de la page */
	#contenu_page
	{			
		padding-left: 20px;
		padding-right: 20px;	
		margin-right: 5px;
		/* margin-left: 430px;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		background-color: #e5e5e5; */
	}
	
	/* définition des styles de titres du corps de page */
	.pastille /* pastille à placer devant grands paragraphes */
	{
		width: 30px;
		height: 30px;		
		background-image: url("./pastille.png");
		background-repeat: no-repeat;
		float: left;
		background-color: white;
	}
	
	h1
	{
		text-align: left;
		font-size: 20px;
		color: #f01.1939;
		font-family: "Arial", Nimbus\ sans\ L;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: black;
	}
	
	h2
	{
		text-align: left;
		font-size: 15px;
		color: #959c49;
		margin-left: 10px;
		font-family: "Arial", Nimbus\ sans\ L;
	}
	
	h3
	{
		text-align: left;
		font-size: 15px;
		margin-left: 20px;
		color: #527873;
		font-family: "Arial", Nimbus\ sans\ L;
	}
	
	h4 /* sous type de paragraphe : pour desription des projets */
	{
		font-family: Arial, "Nimbus sans L";
		color: #333333;
		text-indent: 0px;
		font-size: 12px;
	}
	
	/* définition des généralités des paragraphes */
	p
	{
		font-family: Arial, "Nimbus sans L";
		color: #333333;
		padding: 10px;
		text-indent: 20px;
	}
	
	
	a
	{
		font-family: Arial, "Nimbus sans L";
		font-size: 12px;
		text-align: center;
		color: #f08d38;
	}
	
	a:hover
	{
		color: #f2ba51;
	}
	
	#pied_page
	{
		font-size: 10px;
		font-family: Arial, "Nimbus sans L";
		font-style: 'bold';
		text-align: center;

		width: 100%;
		height: 50px;
		margin-top: 200px;
		background-image: url("./pied.png");
	}
	
	#pied_page a
	{
		font-family: Arial, "Nimbus sans L";
		color: #f08d38;
		font-size: 10px;
	}
	
	#pied_page a:hover
	{
		color: #f2ba51;
	}
	
	h4 img
	{
		margin: auto;
		box-shadow: 3px 3px 3px grey;
		-ms-box-shadow: 3px 3px 3px grey;
		-webkit-box-shadow: 3px 3px 3px grey;
		-o-box-shadow: 3px 3px 3px grey;
		-moz-box-shadow: 3px 3px 3px grey;
		transition: transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-o-transition: -o-transform 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease;
	}
	
	h4 img:hover
	{
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
	
	/* Partie liée aux agrandissments d'images */
	
	#fond_gris
	{
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 4;
		width: 100%;
		height: 100%;
	}
	
	#fond_image
	{
		position: fixed;
		z-index: 5;
		border-radius: 10px;
		margin: auto;
		margin-top: 10px;
		
	}
	
	#fond_image
	{
		
		position: fixed;
		z-index: 5;
		border-radius: 10px;
	}

	#fond_image img
	{
		display: block;
		margin: auto;
		margin-top: 10px;
	}
	
	#fermer
	{
		transition: 1s ease;
		-webkit-transition: 1s ease;
		-moz-transition: 1s ease;
	}

	#precedent
	{
		transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
		-moz-transition: 0.2s ease;

	}

	#precedent:hover
	{
		transform: translate(-10px);
		-webkit-transform: translate(-10px);
		-moz-transform: translate(-10px);
		-ms-transform: translate(-10px);
	}

	#suivant
	{
		transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
		-moz-transition: 0.2s ease;

	}

	#suivant:hover
	{
		transform: translate(10px);
		-webkit-transform: translate(10px);
		-moz-transform: translate(10px);
		-ms-transform: translate(10px);
	}
	
	#fermer:hover
	{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}

	.bouton
	{
		padding: 10px;
		cursor: pointer;
		width: 50px;
	}

	#barre_navig
	{
			position: fixed;
			z-index: 6;
			border-radius: 10px;
	}

	#nav
	{
		display: inline-block;
		vertical-align: middle;
	}

	#nav img
	{
		display: inline-block;
		vertical-align: middle;
		margin: 0px;
		padding-left: 8px;
		width: 40px;
	}

	#leg
	{
		display: inline-block;
		vertical-align: middle;
	}

	#leg p
	{
		color: white;
		font-size: smaller;
		padding-left: 5px;
	}
