* { margin: 0; padding: 0; }

#global {
width:770px;
margin-left:auto;
margin-right:auto;
/*border-left: 1px solid gray;
border-right: 1px solid gray;*/
}

#global ul {
list-style:none;
float:none;
}

#global ul li {
float:none;
}

#global p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-align:center;
}

.fd {
background :url("../graphics/home/fd_page.jpg") 200px 0 no-repeat;
height:400px;
}

.centrer {
height:130px;
padding-left:200px;
}

a.one {
	display:block;
	width:125px;
	height:130px;
	background: url("../graphics/home/taekwonmudo_on_off.jpg") 0 0 no-repeat;
	text-decoration: none;
	background-position:0 0;
	float:left;
}

a.one:hover {	
	background-position: -125px 0;
}

a.two {
	display:block;
	width:125px;
	height:130px;
	background: url("../graphics/home/taekwondo_on_off.jpg") 0 0 no-repeat;
	text-decoration: none;
	background-position:0 0;
	float:left;
}

a.two:hover {	
	background-position: -125px 0;
}

a.three {
	display:block;
	width:130px;
	height:130px;
	background: url("../graphics/home/hapkido_on_off.jpg") 0 0 no-repeat;
	text-decoration: none;
	background-position:0 0;
	float:left;
}

a.three:hover {	
	background-position: -130px 0;
}

.chapeau {
background:url("../graphics/home/chapeau.gif") 200px 0 no-repeat;
height:40px;
}