/*Smartphone : inférieur à 600 pixels de large*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: rgb(245, 245, 250);
	}
	header {       
		text-align: center;
		font-size: 250%;
		font-weight: bold;
		text-shadow: 12px 12px 8px rgb(184, 184, 194);
		height: 100%;
		width: 90%;
		margin: 5%;
		color: rgb(6, 178, 34);
		background-color: rgb(245, 245, 250);
	}
	#titre_principal
	{
		display: inline-block;
	}
	#logosite img {
		width: 160px;
	}
	.imageflottante{
		float: left;
	}
	nav {
		text-align: left;
		width: 90%;
		height: 7%;
		margin: 5%;
		padding: 40px;
		color: rgb(140, 140, 240);
		background-color: rgb(245, 245, 250);
	}
	section {
		text-align: left;
		width: 90%;
		height: 100%;
		margin: 2%;
		padding: 25px;
		color: rgb(124, 124, 134); 
		background-color: rgb(245, 245, 250);
		border: 0px solid rgb(180, 180, 170);
		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%;
	}
/*Les liens*/	
	a:link{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-weight: bold;	
	}
	a:hover{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-size: 110%;
		font-weight: bold;
	}
	a:visited{
		color: rgb(149, 183, 234);
		font-family:arial;
	}
	a:active{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-size: 110%;
		font-weight: bold;
	}
	a:focus{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-size: 110%;
		font-weight: bold;
	}
	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 
	{
		border: 1px solid black;
		border-radius: 5px;
		padding: 5px;
		background-image:linear-gradient(#069910, #b3ffb3);
		width: 400px;
	}
	
	.TP
	{
		color: white;
	}
	
	.DP
	{
		color: black;
	}