body{
background-color: #DDFFFF;
color: #000000;
list-style-type: disc;
}
a:focus {text-decoration: none;}
img{max-width: 40%; height: auto; margin-right: 8px;}
.texte{margin-left: 80px; clear:both;}
.taille{font-size: 150%;}
.taille1p{font-size: 120%;}
.taille1m{font-size: 70%;}
.couleur1{color: #FF0000;}
.couleur2{color: #0000FF;}
.couleur3{color: #008000;}
.couleur4{color: #FF8000;}
.couleur5{color: #FF00FF;}
.couleur6{color: #800080;}
.couleur7{color: #F8C848;}

@media screen and (max-width: 768px) {
.effacer{display: none;}
.texte{margin-left: 0px; clear: both;}
}