/*Tablette : inférieur à 1200 et supérieur à 601 pixels de large*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: rgb(245, 245, 250);
	}
	header {       
		text-align: center;
		font-size: 360%;
		font-weight: bold;
		text-shadow: 12px 12px 8px rgb(184,184,194);
		height: 250px;
		width: 90%;
		margin: 4%;
		color: rgb(6,178,34);
		background-color: rgb(245, 245, 250);
	}
	#titre_principal
	{
		padding-top: 80px;
		display: inline-block;
	}
	#logosite img {
		width: 160px;
	}
	.imageflottante{
		float: left;
	}
	nav {
		text-align: left;
		width: 90%;
		height: 7%;
		margin: 4%;
		padding: 50px;
		color: rgb(140,140,240);
		background-color: rgb(245, 245, 250);
	}
	section {
		text-align: left;
		width: 90%;
		height: 100%;
		margin: 5%;
		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: 15px;
		margin-right: 5px;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 5px;
		width: 100px;
	}
	#colonne_droite_bouton {
		vertical-align: top;
		display: inline-block;
		margin-left: 15px;
		margin-right: 5px;
		width: 400px;
	}
/*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 {
		
	}
	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;
	}