/*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);
		color: rgb(6,83,239);
		background-color: rgb(245, 245, 250);*/

	}
	#tete{
		
	}
	#tetegauche{
		width: 400px;
		height: 190px;
		/*background-color: red;*/
	}
	#tetedroite{
		width: 60%;
		height: 190px;		
		position: absolute;
		top: 0px;
		right: 0px;		
		/*background-color: yellow;*/
	}	
	#titre_principal{
		padding-top: 90px;
		font-size: 340%;
		text-shadow: 12px 12px 8px rgb(184,184,194);
		color: rgb(6,83,239);		
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		/*background-color: green;*/
	}
	#drapeau
	{
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;	
		height: 300px;
	}

	#logosite img {



		width: 500px;



















	}
	.imageflottante{
		float: left;

	}
	.photodouble{
		float: left;
		display: inline-block;
		padding-right: 10px;	

	}
	nav {
		position: fixed;
		text-align: left;
		width: 230px;
		height: 100px;


		margin-top: 20px;
		margin-left: 50px;
		padding: 25px;
		color: rgb(140,140,240);
		background-color: rgb(245, 245, 250);

	}
	section {
		text-align: left;
		/*width: 80%;*/
		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);
	}
	article{
		display: block;	
	}
	#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;
	}

	.partenairebox 
	{
		float: left;
		border: 1px solid black;
		border-radius: 5px;
		padding: 5px;
		margin: 5px;
		background-image:linear-gradient(#069910, #b3ffb3);
		width: 300px;
		height: 150px;
		text-align: center; 
		line-height: 120px; 
	}
	.piedsection
	{
	    clear: left;
	}
	#vignettes{
		float: left;
	}
	.vignette{
		float: left;
		margin: 10px;
		width: 300px;

		height: 150px;
		opacity: 1;
	}
	.vignette:hover{	
		box-shadow: 4px 4px 5px 0px rgb(6, 83, 239);

		opacity: 0.7;
	}

	/*Les liens*/	
	a:link{
		color: rgb(6, 83, 239);
		font-family:arial;
		font-weight: bold;	
	}
	a:hover,a:focus,a:active{

		color: black;
		font-family:arial;

		background-color: rgb(102, 224, 255);
		font-weight: bold;
	}
	a:visited{
		color: rgb(149, 183, 234);
		font-family:arial;
	}





	p {
		padding-left: 40px;
	}





	p.Partenaire {
		margin: 5px 5px 5px 5px;
	}


	.filariane{
		color: rgb(6, 83, 85);
	}
	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;
	}
