@charset "utf-8";
/* CSS Document */
body
{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #003;
	background-image: url(Images/univers.jpg);
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.logo
{
	position: relative;
	left: 60px;
	top: 25px;
	background-image: url(Logos/Logo%20RP.png);
	height: 120px;
	width: 350px;
	background-repeat: no-repeat;
	visibility: visible;
	-webkit-transition: all ease;
	-moz-transition: all ease;
	-ms-transition: all ease;
	-o-transition: all ease;
}
.monde
{
	height: 116px;
	width: 176px;
	border: thin none #FFF;
	position: absolute;
	top: 25px;
	right: 50px;
	background-image: url(Images/monde.gif);
}
.container-h
{
	height: 700px;
	width: 900px;
	border: thin none #00F;
	top: 30px;
	z-index: 0;
	margin: auto;
	position: relative;
	visibility: visible;
	background-image: url(Images/Degrade_v1.png);
}
.titre-page
{
	top: 180px;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 450px;
	left: 250px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: thin none #FFF;
}
ul{
	width: 860px;
	height: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: absolute;
	top: 200px;
	border: thin none #F00;
	z-index: 1;
	left: 0px;
}
ul li{
	list-style: none;
	float: left;
	width: 100px;
	height: auto;
	margin: 20px;
	position: relative;
	left: -10px;
	top: -40px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul li:nth-child(3){
	clear: right;
}
ul img{
	position: absolute;
	z-index: 1;
	height: 75px;
	width: 100px;
	margin: 0;
	box-shadow: 0 0 3px black;
	-webkit-transition: all .5s cubic-bezier(.6,2,.4,1);
	-moz-transition: all .5s cubic-bezier(.6,2,.4,1);
	-ms-transition: all .5s cubic-bezier(.6,2,.4,1);
	-o-transition: all .5s cubic-bezier(.6,2,.4,1);
	transition: all .5s cubic-bezier(.6,2,.4,1);
}
ul li:hover img{
	z-index: 5;
	-webkit-transform: scale(3.5);
	-moz-transform: scale(3.5);
	-ms-transform: scale(3.5);
	-o-transform: scale(3.5);
	transform: scale(3.5);
	box-shadow: 0 0 10px black;
}
ul:hover li:not(:hover) img{
-webkit-filter: grayscale(1) blur(5px);
    -moz-filter: grayscale(1) blur(5px);
     -ms-filter: grayscale(1) blur(5px);
      -o-filter: grayscale(1) blur(5px);
         filter: grayscale(1) blur(5px);
}
.box-bouton-retour
{
	height: 30px;
	width: 150px;
	top: 140px;
	border: thin none #0F0;
	visibility: visible;
	position: absolute;
	right: 70px;
}
