/*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 {       
		height: 200px;
		width: 100%;
		margin: 10px;
		color: rgb(6,83,239);
		background-color: rgb(245, 245, 250);

	}
	#tete{
		
	}
	#tetegauche{
		width: 40%;
		height: 160px;
	}
	#tetedroite{
		width: 60%;
		height: 160px;		
		position: absolute;
		top: 0px;
		right: 0px;		
	}
	#titre_principal{
		padding: 30px;		
		/*font-size: 240%;*/
		text-shadow: 12px 12px 8px rgb(184,184,194);
		color: rgb(6,83,239);		
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}	
	#drapeau{
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;	
		height: 30px;
	}

	#logosite img {	
		width: 100%;	
	}

	.imageflottante{
		float: left;
	}
	.photodouble{
		float: left;
		display: inline-block;
		padding-right: 10px;	
	}	
	nav {
		text-align: left;
		width: 90%;
		height: 40px;
		margin: 5px;
		padding: 5px;
		color: rgb(140,140,240);
		background-color: rgb(245, 245, 250);
		display: inline;
	}
	section {
		text-align: left;
		width: 90%;
		height: 100%;
		margin: 25px;
		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;
	}
	#vignettes{
		float: left;
	}
	.vignette{
		float: left;
		margin: 10px;
		width: 300px;
		opacity: 0.7;
	}
	.vignette:hover{	
		box-shadow: 4px 4px 5px 0px rgb(6, 83, 239);
		opacity: 1;
	}
/*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-weight: bold;
	}
	a:visited{
		color: rgb(149, 183, 234);
		font-family:arial;
	}
	a:active{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-weight: bold;
	}
	a:focus{
		color: rgb(6, 83, 239);
		font-family:arial;
		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;
	}
