.logo
{

 position: absolute;
 height: 500px;
 width: 1510px;
}
.menu{
 	font-size: 35px;
	font-family: fontRick;
	-webkit-text-fill-color: black;
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: green;
  	font-weight: bold;
	justify-content: space-around;	
	align-content: center;
 }
 @media(max-width:500px)
 {
 .menu{
 		flex-direction:column;
 		height:10px;
 	}
 }
 .menu li{
display : table-cell;
width : 390px;
 }
 .menu a{
 	
 }
.menu a:hover{
	
	
	background : green;	
	
}
@font-face 
{
  font-family:fontRick;
  src: url(fontRick.ttf);
}
a
{
	text-decoration: none;
}
.Présentation
{
	position: relative; 
	top: 470px;
	margin-left:  50px;
	font-size: 25px;
}
ul
{
	position: relative;
	top:470px;
	margin-left:50px;
	font-size: 25px;

}
.Déscription
{
	position: relative;
	top: 470px;
	margin-left:50px;
	font-size: 25px;
}
.body
{
	background-image: url("fondNoir.png");
}
img.Morty
{
	
	
	margin: 0px 50px 0px 20px;
	float: right;


}

.textMorty1
{
	position: relative;
	bottom: -100px;
	 margin-left:40px;
	font-size: 25px;
	color: white;
}

.textMorty2
{
	position: relative;
	bottom: -100px;
	margin-left:40px;
	
	font-size: 25px;
	color: white;
}

.Rick
{
	
	margin: 70px 100px 0 100px;
	float: right;
}
.textRick1
{
	position: relative;
	bottom: -60px;
	 margin-left:40px;
	font-size: 25px;
	color: white;
}

.textRick2
{
	position: relative;
	bottom: -60px;
	margin-left:40px;
	
	font-size: 25px;
	color: white;
}
th.beth
{
	
	font-size: 20px;
	color: white;
	text-align: center;

}

.summer
{
	font-size: 20px;
	color: white;
	text-align: center;
}
table, th, td 
{
  border-width:10px 10px 10px 10px;
  border-style: double;
  
  

  
}
.jerry
{
	font-size: 20px;
	color: white;
	text-align: center;
}
.suicide
{
	margin: 40px 0 0px 80px;
	float: left;
}
.textSuicide
{
	position: relative;
	top:40px;
	left: 40px;
	
	font-size: 25px;
	color: white;
	
}
.destruction
{
	margin:40px 0 0 80px;
	float: right;
}
.textDestruction
{
	position: relative;
	top:40px;
	left: 40px;
	
	font-size: 25px;
	color: white;
}
.clear
{
	clear: both;
}
.bodySynopsis
{
	background-image: url("synopsis.png");

}
.synopsis
{
	
	font-size: 25px;
	
	 background-color: rgba(200, 200, 200, 0.9);
	
	
}



	




