body {
background-image:url("4k4k.png");
background-attachment:fixed;
}
a {
text-decoration: none; /* on dit que le lien n'est pas souligné */
color: red; /* et qu'il est rouge */ }
a:hover {
text-decoration: underline; /* le lien est souligné quand on le survole */
color: blue; /* et devient vert */ }
p {
	color:white;
	font-family:italic;
	font-size:200;
	size:200;
}

h1{
color:red;
font-family:italic;
font-size:300%;
text-align:center;
text-shadow:4px 4px 17px rgba(255,255,255,0.6);
}
h2{
color:black;
font-family:italic;
font-size:150%;
}
h3{
	color:white;
	font-size:100%;

	
}
	
	
	
a{
  width: 50px;
}

h6{
color:red;
font-family:coolvetica;
font-size:150%;
text-align:center
}

form input[type="radio"] { float:left; width: 20px; margin-right: 10px;}
