body {font-size: 1.2em; /* Agrandit tout le texte */}
    body{background:#222;color:#ccc;font-family:Arial;margin:30px}
    p {font-size: 2em; /* Agrandit le texte */}
    a {font-size: 1em; /* Agrandit les liens */}
    a {color: red; text-decoration: none; /* facultatif : enlève le soulignement */}
	a:visited {color: #d00;          }
	a:hover {color: green;         /* couleur quand on survole le lien */}
 	h1{color:#ccc}
	.img-responsive { max-width: 100%; }
