/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	nav#access ul li a {
	font-family: 'LeagueGothicRegular';
	font-size: 21px;
	color: white;
	text-transform: uppercase;
	}
	.fauteuil {margin-right:0px;}
	#main {margin-top: -1px;}
	
	#bottom-footer {
background: url('/wp-content/themes/albert3/images/background/bg-bottom-footer.png') repeat-x 0 0 scroll transparent;
clear: both;
display: block;
width: 1024px;
height: 42px;
}
.fb_iframe_widget {
float: left;
width: 460px;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	
	nav#access ul li a {
	font-family: 'LeagueGothicRegular';
	font-size: 21px;
	color: white;
	text-transform: uppercase;
	}
		.fauteuil {margin-right:0px;}
	#main {margin-top: -1px;}
	
	#bottom-footer {
background: url('/wp-content/themes/albert3/images/background/bg-bottom-footer.png') repeat-x 0 0 scroll transparent;
clear: both;
display: block;
width: 1024px;
height: 42px;
}
.fb_iframe_widget {
float: left;
width: 460px;
}
}