/* On travaille sur la balise body, donc sur TOUTE la page */

body

{
margin:0;
padding:0;
background:url("./ImageFond.png")no-repeat center fixed;
background-size:cover;

}

a
{
font-weight:bolder;
font-family: "Times new roman";
font-size:250%;
color: rgb(92,92,92);
text-transform: uppercase;
text-decoration: none;
}

a:hover
{
font-weight:bolder;
font-family: "Times new roman";
font-size:250%;
color: rgb(51,51,51);
text-transform: uppercase;
text-decoration: none;
}


#traces2
{
	width:250px; /* Largeur du bloc */
   height:500px; /* Hauteur du bloc */
  	top: 50px;
	position:absolute;
   margin-left:33%;
	}
#bruits2
{
	width:250px; /* Largeur du bloc */
   height:500px; /* Hauteur du bloc */
  	top: 50px;
	position:absolute;
   margin-left:60%;
	}
	
p.hide-me {
    display: none;
    }
	
	@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */


	body {
		
		margin: 0;
		padding: 0;
		background:url("./ImageFond.png")no-repeat center fixed;
		background-size:cover;
        -webkit-background-size: cover;
	}
	
	/*//fixer une largeur maximale de 100% aux éléments potentiellement //problématiques code retire:*/
	img,
	table,
	td,
	blockquote,
	code,
	pre,
    textarea,
	input,
	iframe,
	object,
	embed,
	video
	 {
		max-width: auto;
	}
	
/* 	// conserver le ratio des images 

	img {
		height: auto;
	}
	*/
	/* // gestion des mots longs code retire:	textarea,


	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* // césure propre 
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;  // passage à la ligne forcé 
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap;  // passage à la ligne spécifique pour les éléments à châsse fixe 
	}
	*/
	/* // Passer à une seule colonne (à appliquer aux éléments multi-colonnes) 

	.element1,
	.element2 {
		float: none;
		width: auto;
	}*/
	
	/* // masquer les éléments superflus */
a
{
font-weight:bolder;
font-family: "Times new roman";
font-size:100%;
color: rgb(92,92,92);
text-transform: uppercase;
text-decoration: none;
}

a:hover
{
font-weight:bolder;
font-family: "Times new roman";
font-size:100%;
color: rgb(51,51,51);
text-transform: uppercase;
text-decoration: none;
}

#traces2
{
	width:auto; /* Largeur du bloc */
   height:auto; /* Hauteur du bloc */
  	top: 50px;
	position:absolute;
   margin-left:25%;
	}
#bruits2
{
	width:auto; /* Largeur du bloc */
   height:auto; /* Hauteur du bloc */
  	top: 50px;
	position:absolute;
   margin-left:63%;
	}

	.hide_mobile {
		display: none !important;
	}
	
/* 	// Un message personnalisé 

	body:before {
		content: "Version mobile du site";
		display: block;
		text-align: center;
		font-style: italic;
		color: #777;
	}*/
}

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 20%;
   -ms-text-size-adjust: 20%;
  }
}

