/*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: 12px 12px 8px rgb(184,184,194);
		height: 200px;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 50px;
		
		color: rgb(6,178,34);
		background-color: rgb(245, 245, 250);
	}
	#titre_principal{
		padding-top: 90px;
		display: inline-block;
	}
	#logosite img {
		width: 160px;
	}
	.imageflottante{
		float: left;
	}
	nav {
		position: fixed;
		text-align: left;
		width: 230px;
		height: 150px;
		margin-top: 50px;
		margin-left: 50px;
		padding: 25px;
		color: rgb(140,140,240);
		background-color: rgb(245, 245, 250);
	}
	section {		
		text-align: left;
		height: 100%;
		margin-left: 360px;
		margin-top: 50px;
		margin-right: 50px;
		padding: 25px;
		color: rgb(124,124,134); 
		background-color: rgb(245, 245, 250);
		box-shadow: 0px 0px 25px 7px rgb(213,211,224);
	}
	#colonne_gauche {
		vertical-align: top;
		display: inline-block;
		margin: 15px;
		width: 400px;
	}
	#colonne_droite {
		vertical-align: middle;
		display: inline-block;
		margin-left: 30px;
		width: 40%;
	}
	#colonne_gauche_bouton {
		vertical-align: top;
		display: inline-block;
		margin-left: 10px;
		margin-right: 5px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 5px;
		width: 40px;
	}
	#colonne_droite_bouton {
		vertical-align: top;
		display: inline-block;
		margin-left: 15px;
		margin-right: 5px;
		width: 650px;
	}
/*Les liens*/	
	a:link{
		color: rgb(6, 178, 64);
		font-family:arial;
		font-weight: bold;	
	}
	a:hover,a:focus,a:active{
		color: rgb(6, 178, 64);
		font-family:arial;
		font-size: 110%;
		font-weight: bold;
	}
	a:visited{
		color: rgb(0, 120, 14);
		font-family:arial;
	}
	p {
		padding-left: 40px;
	}
	h1 {
		font-size: xx-large;
	}
	h2 {
		font-size: x-large;
		padding-left: 15px;
	}
	h3 {
		font-size: large;
		padding-left: 30px;
	}
	/*pour les statistiques*/
	table
	{
		border-collapse: collapse;
	}
	td, th /* Mettre une bordure sur les td ET les th */
	{
		border: 1px solid black;
		padding: 5px;
	}
	.prestation 
	{
		float: left;
		border: 1px solid black;
		border-radius: 5px;
		padding: 5px;
		margin: 5px;
		background-image:linear-gradient(#069910, #b3ffb3);
		width: 400px;
	}
	.piedsection
	{
	    clear: left;
	}
	.TP
	{
		color: white;
	}
	
	.DP
	{
		color: black;
	}