
h1 {color:#ff0036;}  
    /*  ici j'indique que la couleur de tous les titres h1 auront la couleur #27FFBB on peut trouver ces codes dans photoshop ou sur internet  */
p {font-size: small;
} 

/*


.petit {font-size: 9px}        ici je créer la class "petit", les textes estampillés "petit" seront plus petits  */

.typoupou {font-family:Courier New; }   /*  ici je crée la class typoupou, pour changer la typo 

.bloc{
	float: center;
	width: 30%;
	text-align: justify;
	font-size: 18px;
	/*border-radius: 500px;	
	padding:1em;
	border-style: solid; 
	border-width: 1px; 	
}

.bloc2{
	float: center;
	width: 30%;
	text-align: justify;
	font-size: 18px;	
	padding:1em;
	border-style: solid; 
	border-width: 1px; 

}



.ancres{
	width: 20%;
	position: fixed;
	float: right;
	padding:1em;
	border-style: solid; 
	border-width: 1px; 
	font-size: 14px;
}


.box{
	position: absolute;
	left: 80%;
	top: 15%;
 /* display: column;
  border: 15px solid green;
  padding: 50px;
  margin: 20px;

}

 */

.img {width:70%;}



@media (max-width: 600px) {
  .ancre2 {
   font-size: 18px; }
   .img{width: 80%}
}

.ancres2{
	position: fixed;
	float: right;
	padding:1em;
	border-style: solid; 
	border-width: 1px; 
	font-size: 14px;
}

.logo {
	position: fixed;
	top: 25%;

}


.titre {
	position: fixed;
	top: 5%;


}

