/*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-weight: bold;
		text-shadow: 12px 12px 8px rgb(184,184,194);
		height: 100%;*/
		width: 100%;
		/*margin: 5%;*/
		color: rgb(6,83,239);
		background-color: rgb(245, 245, 250);
	}
	#tete{	
		width: 100%;
		height: 120px;	
	}
	#tetegauche{
		width: 100%;
		height: 60px;
		top: 0px;
		left: 0px;		
	}
	#tetedroite{
		width: 100%;
		height: 60px;		
		position: absolute;
		top: 120px;
		right: 0px;
	}
	#titre_principal{
		padding: 10px;
		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;
	}
	nav {
		text-align: left;
		width: 100%;
		height: 6%;
		margin: 3px;
		margin-top:170px;
		padding: 3px;
		color: rgb(140,140,240);
		background-color: rgb(245, 245, 250);
	}
	section {
		text-align: left;
		width: 100%;
		height: 100%;
		margin: 2%;
		padding: 5px;
		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);
	}
	#Partenaire {
	    border-style: solid;
		border-width: 5px;
		vertical-align: top;
		display: inline-block;
		margin: 6px 6px 6px 9px;
		padding: 6px 6px 6px 9px;
		width: 95%;
		background-color: rgb(245, 245, 250);
		box-shadow: 0px 0px 25px 7px rgb(213,211,174);
	}
	#PartenaireTexte {
		width: 300px;
	}
	#PartenaireImage {
		float: right;
		width: 300px;
	}
	
	#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 {
		padding-left: 40px;
	}
