body
{
	background-color:#92c243;
}

#header
{
	width:750px;
	height:67px;
	background-image:url('../images/typo_croquemonster.png');
	margin:auto;
	margin-bottom:50px;
}

#top_container
{
	width:750px;
	height:20px;
	background-image:url('../images/top_container.png');
	margin:auto;
}

#bottom_container
{
	width:750px;
	height:20px;
	background-image:url('../images/bottom_container.png');
	margin:auto;
	margin-bottom:20px;
}

#contain
{
	width:750px;
	background-image:url('../images/middle_container.png');
	margin:auto;
	background-repeat:repeat-y;
	padding-bottom:60px;
	overflow: hidden;

}

#footer
{
	width:750px;
	height:40px;
	background-image:url('../images/footer_bg.png');
	margin:auto;
	text-align:center;
	font-family:Arial;
	color:white;
}

#team_top
{
	width:230px;
	height:20px;
	background-image:url('../images/team_top.png');
}

#team_bottom
{
	width:230px;
	height:20px;
	background-image:url('../images/team_bottom.png');
	overflow:auto;
}

#container_team
{
	width:220px;
	height:230px;
	background-image:url('../images/team_middle.png');
	font-family:Arial;
	color:blue;
	padding-left:10px;
}

#team
{
	float:left;
	width:230px;
	margin-bottom:14px;
	margin-left:15px;
	position:relative;
	top:70px;
}

#title
{
	text-align:center;
	margin-bottom:5px;
	font-family:Arial;
	font-weight:bold;
}

.name_monster
{
	
}

.score_monster
{
	color:#009900;
}

#top_classement
{
	margin-left:15px;
	width:717px;
	height:25px;
	background-image:url('../images/top_classement.png');
	padding-left:3px;
}

#bottom_classement
{
	margin-left:15px;
	width:720px;
	height:25px;
	background-image:url('../images/bottom_classement.png');
}

.Hclassement
{
	font-family:Arial;
	color:blue;
	margin-right:20px;
	position:relative;
	top:-1132px;
}

.nbrCla
{
	font-weight:bold;
}

.mstCla
{
	color:red;
}