/* CSS Document */

body { 
  background:url(../v3-img/f3e-fond.gif) no-repeat center 0;
  margin: 0;
  text-align: center;
}

a { /* remove unwanted focus outlines from links */ 
noFocusLine: expression(this.onFocus=this.blur()) 
outline: none; 
} 
*:focus { 
outline: none; 
} 

img, p {border:0;}

#global{
	margin: 0 auto;
	width:1000px;
	text-align: left;
}

#fdm, #a3e{
	height: 236px;
	width: 236px;
	display:inline-block;
}

#a3e a, #fdm a{
	display:block;
	height: 236px;
	width: 236px;
}
	
#fdm{
	margin:191px 56px 0 224px;
	background: url(../v3-img/f3e_03.jpg) no-repeat 0px 0px;
}
#fdm a:hover{
	background: url(../v3-img/f3e_03_2.jpg) no-repeat 0px 0px;
}

#a3e{
	background: url(../v3-img/f3e_05.jpg) no-repeat 0px 0px;
}

#a3e a:hover{
	background: url(../v3-img/f3e_05_2.jpg) no-repeat 0px 0px;
}