html, body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
@font-face {
    font-family: 'HelveticaEJ';
    src: url('../font/ericjourdan6-webfont.eot');
    src: url('../font/ericjourdan6-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ericjourdan6-webfont.woff') format('woff'),
         url('../font/ericjourdan6-webfont.ttf') format('truetype'),
         url('../font/ericjourdan6-webfont.svg#HelveticaNeueItalicMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'HelveticaEJ', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 11px;
	display: none;
}
/* -------------------- DIVERS */
a{
	outline: none;
	color:#000000;
	text-decoration: none;
}
span{
	line-height: 14px;
}
span a:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}
/* -------------------- ZONE 320x480 */
.zone{
	margin-top:20px;
	width:100%;
}
.bottom{
	display: block;
	width:10px;
	height:300px;
}
/* -------------------- LIENS LISTE */
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
li{
	display: block;
	position: relative;
	height:33px;
}
li#open{
	height:auto;
}
a.bouton{
	padding:2px 20px 2px 20px;
	color:#000;
	font-size:23px;
	text-decoration: none;
}
#ouvert{
	float:left;
	margin-top:-2px;
}
.boutonEcart{
	margin-bottom:20px;
}
/* -------------------- BLOC BANDEAU */
.blocBandeau{
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-bottom:20px;
}
.bandeau{
	width:50000px;
	height:auto;
}
.bloc{
	float:left;
	margin-top:5px;
	margin-left:20px;
}
.blocImage{
	font-size:8px;
}
.blocTexte, .blocTexteEJ{
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	width:280px;
	font-size:11px;
}
.blocImage .boxImg{
	background-image: url('../img/preload.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.blocImage img{
	margin:0px;
	padding:0px;
	display: none;
}
.legendeImage{
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	margin-top:5px;
	font-size:11px;
}
.txtTitre{
	display: block;
	font-family: 'HelveticaEJ', 'Helvetica', 'Arial', 'sans-serif';
	font-size:14px;
	margin-bottom: 5px;
}
.txtTexte{
	display: block;
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	font-size:11px;
}
/* -------------------- BT NAV QUAND PAS IOS */
.btNav{
	float: left;
	top:0px;
	margin-top:3px;
	display:none;
	z-index:1;
	cursor: pointer;
}
.btLeft{
	opacity:0.5;
	width:25px;
	height:25px;
	float:left;
	background-image:url('../img/ic-left.gif');
}
.btRight{
	width:25px;
	height:25px;
	float:left;
	margin-left:3px;
	background-image:url('../img/ic-right.gif');
}