*
{
	margin:0;
	padding:0;
}

html,body
{
	height:100%;
}

body
{
	background:url("images/decor.png") #99CCFF bottom no-repeat;
	text-align:center;
	font:11px verdana, arial, helvetica, sans-serif;
}

#design
{
	width:750px;
	height:100%;
	margin:auto;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
	background-color:#FFFFFF;
	text-align:center;
	overflow:auto;
}

h1
{
	width:700px;
	height:142px;
	padding-top:10px;
	margin:auto;
	text-indent:-5000px;
	background:url("images/titre.png") bottom no-repeat;
}

#menu
{
	height:30px;
	border-top:solid 2px #000000;
	border-bottom:solid 2px #000000;
	list-style-type:none;
	background-color:#000000;
}

#menu li
{
	height:30px;
	float:left;
}

#menu li a
{
	height:25px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#BB0000;
}

#lien_accueil
{
	width:112px;
}

#lien_jouer
{
	width:177px;
}

#lien_scores
{
	width:105px;
}


#lien_goodies
{
	width:112px;
}


#lien_equipe
{
	width:122px;
}


#lien_ecole
{
	width:122px;
}




#lien_accueil a
{
	display:block;
	width:112px;
}

#lien_jouer a
{
	display:block;
	width:177px;
}

#lien_scores a
{
	display:block;
	width:105px;
}


#lien_goodies a
{
	display:block;
	width:112px;
}


#lien_equipe a
{
	display:block;
	width:122px;
}


#lien_ecole a
{
	display:block;
	width:122px;
}




#menu li a:hover
{
	color:#000000;
	background-color:#FFFFFF;
}






#corps
{
	text-align:left;
}



h2
{
	background-color:#000000;
	margin-top:10px;
	margin-left:30px;
	padding:5px;
	color:#FFFFFF;
	font-size:14px;
}

#corps p
{
	margin-left:15px;
}


h3
{
	font-family:courier;
	margin-left:15px;
}

.news
{
	font-family:courier;
}


.galerie img
{
	height:100px;
}

.galerie a
{
	display:block;
	float:left;
	height:100px;
	margin:2px;
}

.galerie a
{
	border:1px solid #000000;
}

.galerie a:hover
{
	border-color:#BB0000;
}



#copyrights
{
	width:750px;
	position:absolute;
	bottom:0px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
}

#copyrights a:hover
{
	color:#FFFFFF;
}

#jeu
{
	width:550px;
	height:400px;
	margin:auto;
	text-align:center;
}

object
{
	margin:auto;
	text-align:center;
	background-color:#0096FF;
}


a
{
	text-decoration:none;
	color:#BB0000;
}

a:hover
{
	text-decoration:underline;
	color:#000000;
}