@font-face {
    font-family: FSEX300;
    src: url(FSEX300.ttf);
}

body
{
	min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #202020;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient(to bottom, #080808, #202020) fixed;
    background: -moz-linear-gradient(to bottom, #080808, #202020) fixed;
    background: -ms-linear-gradient(to bottom, #080808, #202020) fixed;
    background: -o-linear-gradient(to bottom, #080808, #202020) fixed;
    background: linear-gradient(to bottom, #080808, #202020) fixed;
}

#main
{
	text-align: center;
	border-style: double;
    border-width: 4px;
	height: 30em;
}

#corps
{
	color: #DCDCDC;
	font-smooth: never;
	-webkit-font-smoothing : none;
	font-family: FSEX300;
	width: 45em;
	height: 40em;
	display: block;
    position: absolute;
    top:0;
    bottom: 100px;
    left: 0;
    right: 0;
	margin: auto;
}

#titre
{
	font-size: 20px;
	font-weight:bold;
	margin: 2em;
	width:570px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#construction
{
		font-weight:bold;
		font-size: 36px;
}

#liens
{
	font-size: 20px;
}

#minion
{
	margin-bottom: 10px;
}

a
{
	color: #4c66b2;
}
