body{
	/*background-color: rgb(25,79,92);*/
	background-image: url(loic/1.jpg);
	/*background-color: #87CEFA;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%), -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
	-moz-background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	background-size: 200px 200px;*/
	font-family: arial;
}

ul{
    list-style-type: none;
}

header{
	color: #4e6f88;
	border-bottom: 2px solid #4e6f88;
	border-radius: 15px;
	width: 180px;
}
header h1{
	padding-left: 30px;
}

.div1{
	width: 700px;
	margin: 10px;
	margin-top: 40px;
}

.menu{
	font-size: 72px;
	display: block;
}

.menu{
	color: #4e6f88;
	font-family: Candara;
}

.menu li a{
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: transparent;
	text-shadow: 0 0 5px #FFFFFF;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.menu li a:hover{
	color: #FFF;
	text-shadow: 0 0 1px #FFFFFF;
	padding-left: 40px;
}

.menu:hover li a{
	text-shadow: 0 0 6px #4e6f88;
}

.retour{
	font-size:72px;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: transparent;
	text-shadow: 0 0 5px #FFFFFF;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	list-style-type: none;
}

li{
	list-style-type: none;
}

.retour:hover{
	color: #FFF;
	text-shadow: 0 0 1px #FFFFFF;
	padding-left: 40px;
}
