/*Grand écran : supérieur à 1200 pixels de large*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: rgb(245, 245, 250);
	}
	header {       
		text-align: center;
		font-size: 340%;
		font-weight: bold;
		text-shadow: 4px 4px 10px rgb(104,104,114);
		height: 180px;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
		padding: auto;
		color: rgb(6,83,239);
		background-color: rgb(245, 245, 250);
	}
	#Div_titre{
		display: inline-block;
	}
	#Texte_Titre{
		/*padding-top: 90px;*/
		/*display: inline-block;*/
	}
	#logosite img {
		width: 500px;
	}
	.imageflottante{
		float: left;
	}

	section {

		text-align: left;
		/*width: 80%;*/
		height: 100%;
		margin: 50px;
		padding: 25px;
		color: rgb(124,124,134); 
		background-color: rgb(245, 245, 250);
		box-shadow: 0px 0px 25px 7px rgb(213,211,224);
	}
