		.div1{
			word-spacing: 100px;
			font-family: caladea ;
			font-size: 22 ;
			font-weight: bold ;
			background-color: white ;
			height: 50px ;
			width: 100% ;
			padding-top: 22px;
			}
		.sel{
			height: 100px;
			width: 250px;
			background-image: url(sel.jpg);
			background-size: cover;
			margin-top: 50px;
			margin-left: 50px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.phoque{
			height: 80px;
			width: 250px;
			background-image: url(phoque.jpg);
			background-size: cover;
			margin-top: 20px;
			margin-left: 350px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.poeme{
			height: 100px;
			width: 250px;
			background-image: url(express.jpg);
			background-size: cover;
			margin-top: 70px;
			margin-left: 650px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.paris{
			height: 80px;
			width:250px;
			background-image: url(terre.jpg);
			background-size: cover;
			margin-top: 30px;
			margin-left: 950px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.credits{
			height: 80px;
			width: 250px;
			background-image: url(https://media.giphy.com/media/NyUZkUUo5e3xm/giphy.gif);
			background-size: cover;
			margin-top: 180px;
			margin-left: 350px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.desordre{
			height: 80px;
			width: 250px;
			background-image: url(https://media1.tenor.com/images/076017de513afeb90858a6bbfbb8ebda/tenor.gif);
			background-size: cover;
			margin-top: 190px;
			margin-left: 950px;
			font-family: caladea;
			text-shadow: 3px 3px 3px black;
			padding-top: 40px;
			border-style: double;
			border-width: 10px;
			border-color: white;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
			position: fixed;
			}
		.div6{
			widht: 100%;
			background-color: white;
			height: 30px;
			padding-top: 5px;
			text-align: center;
			border-top: 5px solid red;
			border-bottom: 5px solid red;
			font-size: 20px;
			margin-top: 1000px;
			}
		.a1{
			color: white;
			}
		.a2{
			color: black;
			}
		.a3{
			color: black;
			opacity: 0.75 ;
		}
		body{
			background-color: black ;
		}
		.img1{
			width: 100%
			}
		.img2{
			width: 100% ;
			box-shadow: 3px 3px 9px black ;
			}
		.img3{
			width: 100% ;
			box-shadow: -3px -3px 9px black ;
			}
			}
		.img12{
			width: 16.4%
			}
		.img12 {
			opacity: 0.7;
			filter: alpha(opacity=50);
				}
		.img12:hover {
			opacity: 1.0;
			filter: alpha(opacity=100);
			}