
#video3{
	height:425px;
	width:850px;
	background-image: url(../images/video3.jpg);
	float:left;
	display:block;
}
	

h1{
	font-size:22px;	
}


.txt_mbr{
	font-size:18px;
}


#monMembre{	
	float:left;
	display:block;
	width:400px;
	padding:100px 30px 0 75px;
	text-align:justify;
	line-height:25px;
}

#coupCoeur{
	width:325px;
	float:left;
	padding:100px 15px 0 0;
	display:block;

}

.txt_coeur{
	font-size:18px;	
}

.contact_link{
	color:red;
	
}

#left_board{
	width:230px;
	height:775px;
	float:left;
	display:block;
	clear:both;
	background-image: url(../images/left_board.jpg);
	}

#right_board{
	width:270px;
	height:775px;
	float:left;
	display:block;
	background-image: url(../images/right_board.jpg);
	}
	
#center_board{
	width: 850px;
	height:775px;
	display:block;	
	float:left;
	background-image: url(../images/center_board.jpg);
	}
	
#nom{
	width:270px;
	height:425px;
	float:left;
	display:block;

	}
	
#photo{
	width:560px;
	height:312px;
	margin:auto;
	padding-top:10px;
	position:relative;
}

#menuMembres{
	height:52px;
	width:580px;
	margin:7px 0 0 0;
	float:left;
	}
	
	
	#menuMembres ul{
		list-style-type:none;
		display:inline;
		
		
	}

#menuMembres ul li {
display:block;
float:left;	
}

#menuMembres ul li a{
	margin-left:50px;
	text-decoration: none;
	display:block;
}


#menuMembres ul li a.ben{
	background-image: url(../images/ben_survol.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.ben:hover{
	background-image: url(../images/ben_normal.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.alain{
	background-image: url(../images/alain_survol.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.alain:hover{
	background-image: url(../images/alain_normal.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.bruno{
	background-image: url(../images/bruno_survol.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.bruno:hover{
	background-image: url(../images/bruno_normal.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.simon{
	background-image: url(../images/simon_survol.jpg);
	width:92px;
	height:52px;
}

#menuMembres ul li a.simon:hover{
	background-image: url(../images/simon_normal.jpg);
	width:92px;
	height:52px;
}

