									
/* Couleur logo : #ff950e ; plus foncé : #e6820f ; plus clair : #ffa014 ; encore plus clair : #ffb414 */
									
body
{
/* border : solid red ;*/
font-family: verdana,arial,helvetica,sans-serif;
background-color: #fffaf0;
font-size : 12px ;
}

header
{
/*border : solid blue;*/
}
		.accueil
		{
		font-size : 2.2vw ;
		font-family:  Tahoma, verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		text-decoration : none ;
		}
		
		.orange
		{
		color : #ff950e;
		}
		
		.noir
		{
		color : black;
		}
	
		.logo
		{
		width : 10%;
		min-width : 120px;
		border : none;
		}
		
		.lien_noir
		{
			text-decoration: none;
			color : black;
		}

		.lien_noir:hover
		{
			color : #0000ee ;
		}

	#corps
	{
	border : solid black ;
	width : 85%;
	display : inline-block ;
	float : right ;
	font-size : 1.2em ;
	margin : 2% 2% 0.5% 0%;
	}


h1
{
font-size : 1.6em ;
background-color : #ffb414;
font-weight: bold;
text-align: center;
}

		.illustration
		{
			margin : 2% 2% 0% 3%;
			float : right;
			width : 45%;
		}

		.illustration2
		{
			margin : 1% 2% 2% 2%;
			float : inline-block;
			width : 18%;
		}

		.illustration2_bord
		{
			margin : 1% 2% 2% 2%;
			float : inline-block;
			width : 18%;
			border : solid 1px black;
		}

h2
{
margin : 0% 0% 0% 2%;
padding : 0% 0% 0% 1%;
font-size : 1.4em ;
background-color : #ffb414;
font-weight: bold;
}

h3
{
font-size : 1.2em ;
font-weight: bold;
}



		.presentation
		{
		/*border : solid green;*/
		text-align : justify;		
		list-style-type : none;
		margin : 2% 1% 0% 0%;
		}


		.niv
		{
			text-align: center;
			color : black;
			text-decoration: none;
			display : block;
			
		}
		
		.figures
		{
		/*border : solid yellow;*/
		text-align: right;
		}

		
footer
{
/*border : solid blue;*/
width : 85%;
display : inline-block ;
float : right ;
margin :  1% 2% 2% 0%;
font-size : 1em ;
}
		.lien_contact
		{
		/*border : solid black;*/
		float : right;
		color : blue;
		text-decoration: none;
		}
		
		.lien
		{
		/*border : solid black;*/
		color : blue;
		text-decoration: none;
		}

	
		.agrandissement:hover
		{
		cursor : zoom-in;
		}	
		
