*
{
	line-height: 1.1;
}

#name_title
{
	margin-bottom: 40px;
}

#name_title,#name_title *
{
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
}

#name_title img
{
	z-index: 1;
	position: relative;
	bottom: -6px;
}

#name_title .title
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
	z-index: 3;
	font-family: 'Computer Modern Serif', 'Computer Modern', "CMU Serif", "Dejavu Serif", "Times";
	width: -moz-fix-to-content;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 1px;
}

@media (max-width: 355px)
{
	#name_title .title
	{
		font-size: 25px;
	}
}

#athena
{
	max-width: 400px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#presentation
{
	text-align: center;
}

#presentation, #presentation *
{
	font-size: 10px;
}

#presentation *
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #5F5F5F; /* Appliquer une couleur grise */
}

#presentation > a > div
{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: "…";

	margin: 25px;
	margin-bottom: 10px;
	margin-top:    10px;

	max-width: 300px;
	width: 100%;
	min-height:100px;

	background-color: #1E1E1E;
	border-radius: 3px;

	background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
	background-repeat: repeat-x;
	border-color: rgb(37, 37, 37);
	background-color: transparent;
}

#presentation > a > div:hover
{
	background-color: rgb(27, 27, 27);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	box-shadow: 0 0 2em rgb(153, 153, 153);
	box-shadow: 0 0 2em black;
}

#presentation > a > div:hover > div > h1
{
	color: rgb(0, 126, 223);
}

#presentation > a > div:hover > div > p, #presentation > a > div:hover > div > p *
{
	/*color: #0069ba;*/
	color: white;
	/*text-shadow: #E1DFE1 0px 0px 2px;*/
}

#presentation > a > div > div
{
	padding: 10px;
	overflow: hidden;
}

#presentation > a > div > div > h1
{
	color: rgb(242, 242, 242);
	font-weight: bold;
}

#presentation > a > div > div > p
{
}

#supercontainer
{
	padding-bottom: 80px;
}

#supercontainer > .container
{
	max-width: 1100px;
}

@media (max-width: 392px)
{
  #presentation > a > div
  {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#main
{
	text-align: center;
}

#name_title .vps
{
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: 'Post Hadrian Gate';
	font-size: 55px;
}

.vps > img
{
	max-height: 40px;
	margin-left: 3%;
	width: 6.8%;
}

#fnpannounce div
{
	text-align: center;
}

#fnpannounce img
{
	max-width: 100%;
	max-height: 70px;
}

#fnpannounce:hover img
{
	filter: drop-shadow(5px 5px 5px #222222);
	transition: filter 0.5s ease;
	box-shadow: none;
}
