#banner.large {
	height: 330px;
        background-color:#fff;
}

#banner.large .main_view {
	height:330px;
}

#banner.large .thumbs_container {
	margin-top:-330px;
	height:330px;
}

#banner.large .conteneur_mouvant .bannerImage {
	height: 330px;
}

#banner.large .window {
	height: 330px;      
}

/* ---   Équivalent du div qui servira a center le contenu   ---- */
#conteneur_centre {
	margin: 0 auto;
	width: 100%;
}

/*--View port de la bannière--*/
.main_view {
	height: 240px;
	overflow: hidden;
    background-color:#fff;
	position:relative;
}

.dropShadowBanner {
	width: 100%;
	height: 5px;
	position: absolute;
	background: url(/web/resources/images/banner/banner_shadow.png) repeat-x;
	z-index: 105;
}
/*--Sert à masquer les images--*/
.window {
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 0;
	line-height: 0;
    min-width:980px;
}

.window a {
	border: none;
	text-decoration: none;
}
.window > .conteneur_mouvant > a {
	display: block;
}
.window img {
	border: none;
	text-decoration: none;
}

/* ---   Conteneur qui se déplace par javascript  ---- */
.conteneur_mouvant {
	position: relative;
    background: #F5F5F5;
}

.conteneur_mouvant .bannerImage {
	clear: both;
	height: 240px;
	margin: 0;
	padding: 0;
}

.thumbs_container {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	height: 0px;
	z-index: 100;
}

/*--Conteneur pour les  div avec thumbnails--*/
.thumbs_link {
	position: relative;
	left:718px;
	max-width: 920px;
	margin: 0 auto;
	height: 0px;
}

/* ---   CSS sur un div thumbnail individuel     ---- */
.thumbs_link .conteneur_thumb {
	position:relative;
	text-decoration: none;
	color: black;
	clear: both;
	float:left;
	width: 225px;
	height: 73px;
	cursor: pointer;
	background: url(/web/resources/images/banner/banner_normal.png) no-repeat;
	border: none;
	overflow: visible;
}

.conteneur_thumb > span {height: 70px;margin:0;padding: 0;}

/* ---    CSS du thumbnail actif    ---- */
.thumbs_link .active {
	background: url(/web/resources/images/banner/banner_active.png) no-repeat;
}

.conteneur_thumb.active > span .activeArrow {
	display: inline;
}
/* ---    CSS de la flèche du thumbnail actif   ---- */
.activeArrow {
	position: absolute;
	width: 18px;
	height: 19px;
	background: url(/web/resources/images/banner/active_arrow.png) no-repeat;
	z-index: 101;
	left: -15px;
	top: 10px;
	display: none;
}

.thumbs_link .imgThumbnail {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 70px;
	height: 50px;
}

.thumbs_link .description_banner_menu {
	color: #353535;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 90px;
	display: block;
	text-align: left;
	line-height: 1em;
	height: 60px;
	width: 130px;
	top: 0;
	margin:1em 0;
}

.thumbs_link .description_banner_menu span {
	font-size: 14px;
	line-height: 1.3em;
}

.thumbs_link .active .description_banner_menu {
	color: white;
}

.clearBoth {
	clear: both;
}
