body
{
	width: 1202px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #c0c0c0;
}

#background
{
	background-image: url("http://faegniasse.free.fr/css/images/background.png");
	background-repeat: repeat-y;
}

#header
{
	margin: auto;
	width: 334px;
	height: 200px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

.home
{
	display: block;
	margin: auto;
	width: 334px;
	height: 200px;
}

#menutop
{
	margin: auto;
	width: 1195px;
	height: 52px;
	background-image: url("images/menutop.png");
	background-repeat: no-repeat;
}

.leagueoflegends
{
	display: block ;
	margin-left: 250px ;
	width: 100px ;
	height: 53px ;
	background: url("images/btnlol.png") no-repeat 0 0 ;
}

.leagueoflegends:hover
{
	background: url("images/btnlol.png") no-repeat 0 -53px ;
}

.csgo
{
	display: block ;
	margin-left: 400px ;
	width: 100px ;
	height: 53px ;
	background: url("images/btncsgo.png") no-repeat 0 0 ;
	margin-top: -53px;
}

.csgo:hover
{
	background: url("images/btncsgo.png") no-repeat 0 -53px ;
}

.sc2
{
	display: block ;
	margin-left: 550px ;
	width: 100px ;
	height: 53px ;
	background: url("images/btnsc2.png") no-repeat 0 0 ;
	margin-top: -53px;
}

.sc2:hover
{
	background: url("images/btnsc2.png") no-repeat 0 -53px ;
}

.dota2
{
	display: block ;
	margin-left: 700px ;
	width: 100px ;
	height: 53px ;
	background: url("images/btndota2.png") no-repeat 0 0 ;
	margin-top: -53px;
}

.dota2:hover
{
	background: url("images/btndota2.png") no-repeat 0 -53px ;
}

#menuleft
{
	padding-top: 15px;
	float: left;
	width: 260px;
	margin-left: 3px;
	background: url("images/menubg.png") repeat-y;
	min-height: 990px;
}

.accueil
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnaccueil.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.accueil:hover
{
	background: url("images/btnaccueil.png") no-repeat 0 -25px ;
}

.actus
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnactus.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.actus:hover
{
	background: url("images/btnactus.png") no-repeat 0 -25px ;
}

.webtv
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnwebtv.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.webtv:hover
{
	background: url("images/btnwebtv.png") no-repeat 0 -25px ;
}

.vod
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnvod.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.vod:hover
{
	background: url("images/btnvod.png") no-repeat 0 -25px ;
}

.team
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnteam.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.team:hover
{
	background: url("images/btnteam.png") no-repeat 0 -25px ;
}

.partenaires
{
	display: block ;
	margin: auto ;
	width: 180px ;
	height: 25px ;
	background: url("images/btnpartenaires.png") no-repeat 0 0 ;
	margin-bottom: 25px;
}

.partenaires:hover
{
	background: url("images/btnpartenaires.png") no-repeat 0 -25px ;
}

.scfb
{
	display: block ;
	margin: auto ;
	width: 40px ;
	height: 39px ;
	background: url("images/btnfb.png") no-repeat 0 0 ;
	margin-bottom: 25px;
	margin-top: 30px;
}

.scfb:hover
{
	background: url("images/btnfb.png") no-repeat 0 -39px ;
}

.sctwitter
{
	display: block ;
	margin: auto ;
	width: 40px ;
	height: 40px ;
	background: url("images/btntwitter.png") no-repeat 0 0 ;
	margin-bottom: 25px;
	margin-top: 30px;
}

.sctwitter:hover
{
	background: url("images/btntwitter.png") no-repeat 0 -40px ;
}

#séparateur
{
	width: 202px;
	margin: auto;
	height: 1px;
	background: url("images/separateur.png") no-repeat 0 0 ;
}

#content
{
	padding-top: 5px;
	padding-left: 270px;
	min-height: 1000px;
	font-size: 40pt;
	color: lightgrey;
}