#slider{
	width:459px;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
.headerOff{
	width:770px;
	height:28px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	padding-top:7px;
	cursor:pointer;
	background-image:url('https://www.alumni-ba.com/img/charte/header_equipe_off.png');
}
.headerOn{
	width:770px;
	height:28px;
	font-weight:bold;
	font-size:15px;
	margin-top:5px;
	padding-top:7px;
	cursor:pointer;
	background-image:url('https://www.alumni-ba.com/img/charte/header_equipe_on.png');
}
.header:hover{
	background-image:url('https://www.alumni-ba.com/img/charte/header_equipe_off.png');
}
.content{
	width:770px;
	overflow:hidden;
}
.text{
	width:770px;
	height:300px;
	background-image:url('https://www.alumni-ba.com/img/charte/fond_equipe_xl.png');
	background-position:right bottom;	
	background-repeat:no-repeat;
	background-color:#F0F0F0;
	margin-bottom:20px;
	border-radius: 10px;
}
#photo{
	float:left;
	width:120px;
	padding:10px;
}
#presentation{
	float:left;
	font-size:12px;
	width:440px;
	padding:10px;
}
	.identite{
		color:#063050;
		font-size:15px;
	}
	.fonction{
		color:#063050;
		font-size:13px;
		font-weight:bold;
	}
#coordonnees{
	float:left;
	width:150px;
	padding:10px;
}
	#bt_contact{
		height:172px;
		text-align:right;
		font-size:9px;
		font-weight:bold;		
	}
	#bt_contact a{
		color:#063050;
		text-decoration:none;
	}
	#bt_contact a:hover{
		text-decoration:underline;
	}			
	#mail{
		height:38px;
		text-align:right;
		font-size:12px;
	}