#bandeauoffrechristmas_christmas{
display:none;
}


/* début des styles des body */
body.body_home {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01267F;
	/*background-image:url(../images/fond_site.jpg);
	background-repeat: repeat-x;*/
}


body.body_classique {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.body_summer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background_summer.jpg);
	background-repeat:no-repeat;
}
body.body_halloween {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image:url(../images/background_halloween.jpg);*/
	background-repeat:no-repeat;
}
body.body_christmas {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image:url(../images/background_christmas.jpg);*/
	background-repeat:no-repeat;
}
/* fin des styles des body */

/* début des styles de la structures */
#structure_background{
width:100%;
height:800px;
background-image:url(../images/background_christmas.jpg);
background-repeat:no-repeat;
background-position:top left;
float:left;
}
#structure_sitehome {
	/*position: absolute;
	top: 0px;
	left: 50%;*/
	width: 810px;
	height: 634px;
	margin:0 auto;
	/*margin-left: -385px;*/
}

#structure_site {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 770px;
	margin-left: -385px;
}

#blanc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 745px;
	height: 20px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}

#bleu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 20px;
	background-color: #01267F;
	/*background-image:url(../images/cache_bleu.png);
	background-repeat:no-repeat;*/
}

#head_menu {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	height: 324px;
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	padding:30px;
	text-align:center;
	background-color:#FFFFFF;
	z-index:150;
}

#anim_accueil {
	position:relative;
	top: 8px;
	left: 0px;
	width: 770px;
	height:580px;
}


#contenu_page {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
}

#bandeau_gauche {
	float: left;
	top: 0px;
	left: 0px;
	width: 240px;
}

#texte_droite {
	float: left;
	top: 0px;
	left: 0px;
	width: 510px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#chemin_fer {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 17px;
}

#contenu_texte {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.titre_vert{
	color: #093;
	font-size:14px;
	font-weight: bold;
	}

.titre_rose{
	color:#CD006B;
	font-size:14px;
	font-weight: bold;
	}
	
.titre_bleu{
	color: #0E4B82;
	font-size:14px;
	font-weight: bold;
	}


/* fin des styles de la structures */

/* début des styles du pied */
#pied_bleu {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	padding-top: 10px;
	text-align: center;
	background-image:url(../images/fond_footer.jpg);
	background-repeat: repeat-x;
}

#pied_bleublanc {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	padding-top: 10px;
	text-align: center;
	background-image:url(../images/fond_footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#pied_blanc {
	position: relative
	top: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	padding-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

.texte_piedbleublanc, .texte_piedbleu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#00A7EF;
}

.texte_piedblanc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4875D0;
}
/* fin des styles du pied */

/* début des styles de la hom */
#home_gauche {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float:left;
	width: 20px;
	height: 634px;
}

#home_centre {
	/*position: absolute;
	top: 0px;
	left: 20px;*/
	float:left;
	width: 770px;
	height: 634px;
}

#home_droite {
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	float:left;
	width: 20px;
	height: 634px;
}

#home_bas {
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 810px;
	height: 8px;
	background-image:url(../images/ombre_bas.jpg);
	background-repeat: no-repeat;
}

html>body #home_bas {
	bottom: -8px
}

#home_graff {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	margin-bottom: 0px;
	background-image:url(../images/fond.jpg);
	background-repeat: no-repeat;
}

#home_graff_accueil {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	margin-bottom: 0px;
	
}

#home_ebrochure {
	position: absolute;
	top: 160px;
	left: 15px;
	width:180px;
	height:112px;
	padding-top:45px;
	padding-left:15px;
	padding-right:2px;
	font-size:13px;
	color:#FFFFFF;
	z-index:1;
	background-image:url(../images/more.gif);
	background-repeat: no-repeat;
}
#home_ebrochure a:link {
	color:#FFFFFF;
}
#home_ebrochure a:visited {
	color:#FFFFFF;
}
#home_ebrochure a:hover {
	color:#CCCCCC;
}
#booking {
	position: absolute;
	bottom: 90px;
	left: 617px;
	background-image:url(../images/booking.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#home_book_ticket {
	position: absolute;
	bottom: 55px;
	left: 620px;
	z-index:1;
}

#home_pointillet {
	position: absolute;
	background-image:url(../images/pointillet.png);
	background-repeat:repeat-x;
	width:76px;
	bottom: 40px;
	left: 665px;
	z-index:1;
}

#home_reservez_package {
	position: absolute;
	bottom: 20px;
	left: 620px;
	z-index:1;
}


.ticket {
	position: absolute;
	bottom: 9px;
	left: 44px;
	width:90px;
	font-size:10px;
	font-weight:bold;
	z-index:1;
}

#home_pointillet2 {
	position: absolute;
	bottom: 2px;
	right: 95px;
}

#home_phrase {
	position: absolute;
	bottom: 5px;
	right: 95px;
	width: 100%;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

#home_offre {
	position: absolute;
	top: 415px;
	left: 0px;
	width: 770px;
	height: 185px;
}

#home_4f3 {
height:158px;
left:320px;
position:absolute;
top:265px;
width:158px;
}

a.home_lien_book {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
}

a.home_lien_book:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
}
/* fin des styles de la hom */

/* début des styles des pages de la partie park */
#park_home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 592px;
}

html>/**/body #park_home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 612px;
}

#park_hometexte {
	position: relative;
	top: -5px;
	left: 0px;
	width: 758px;
	padding-left: 5px;
	text-align: center;
}

#park_homecentre {
	position: absolute;
	top: 40px;
	left: 81px;
	width: 606px;
	height: 317px;
}

#park_homeligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#park_homeimg {
	float: left;
	top: 0px;
	left: 0px;
}

#park_lignehaut {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 20px;
}

#park_ligneligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#park_separation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
}

#park_ligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#park_texteligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 113px;
	_height: 113px;
}

#park_photo {
	float: left;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 100%;
	padding-right: 15px;
	padding-bottom: 18px;
}
/* fin des styles des pages de la partie park */

/* début de la partie prepare visite */
#prepare_lignehaut {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 20px;
}

#prepare_ligneligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#prepare_separation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
}

#prepare_ligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#prepare_texteligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 113px;
	_height: 113px;
}

#prepare_photo {
	float: left;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 113px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#prepare_bas {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#prepare_ssmenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 497px;
	height: 31px;
}

#prepare_lien {
	float: left;
	top: 0px;
	left: 0px;
	min-width: 150px;
	_width: 150px;
	height: 31px;
}

#prepare_texte {
	position: relative;
	top: 0px;
	left: 0px;
	width: 475px;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #EF9555;
	border-right: 1px solid #EF9555;
	border-bottom: 1px solid #EF9555;
}
/* fin de la partie prepare visite */


/* début des styles du bandeau des offres spéciales */

#bandeauoffre4f3_walt-disney-studios-park {
background-image:url(../images/special-offers/bandeaux/4f3-wds.jpg);
background-repeat:no-repeat;
height:112px;
left:0;
margin-top:20px;
padding:200px 10px 10px;
position:relative;
text-align:left;
top:0;
width:203px;
}

#bandeauoffre_disneyland-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_disneyland-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-mmf/bandeaux/disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrechristmas_disneyland-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/christmas/bandeaux/disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffresummer_disneyland-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-summer/bandeaux/disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre_walt-disney-studios-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_walt-disney-studios-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-mmf/bandeaux/wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrechristmas_walt-disney-studios-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/christmas/bandeaux/wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffresummer_walt-disney-studios-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-summer/bandeaux/wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre_disney-hotels {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_disney-hotels{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-mmf/bandeaux/hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrechristmas_disney-hotels{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/christmas/bandeaux/hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffresummer_disney-hotels {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-summer/bandeaux/hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrehalloween_disney-hotels {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrehalloween_prepare-your-visit,#bandeauoffrehalloween_how-to-get-there, #bandeauoffrehalloween_disabled-visitors {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/prepare-visite.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrehalloween_walt-disney-studios-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrehalloween_disneyland-park{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffre_prepare-your-visit, #bandeauoffre_how-to-get-there, #bandeauoffre_disabled-visitors {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/prepare_visite.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_prepare-your-visit,#bandeauoffremmf_how-to-get-there,#bandeauoffremmf_disabled-visitors{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-mmf/bandeaux/prepare-visite.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrechristmas_prepare-your-visit, #bandeauoffrechristmas_how-to-get-there, #bandeauoffrechristmas_disabled-visitors{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/christmas/bandeaux/prepare-visite.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffresummer_prepare-your-visit , #bandeauoffresummer_how-to-get-there, #bandeauoffresummer_disabled-visitors{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-summer/bandeaux/prepare-visite-summer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre_special-offers-12, #bandeauoffre_special-offers-4f3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre_special-offers-halloween {
	position: relative;
	top: 176px;
	left: 3px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffremmf_special-offers-halloween{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 256px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffre_special-offers-ngf {
	position: relative;
	top: 176px;
	left: 3px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* Bandeau avec MAJ MMF*/
#bandeauoffre_special-offers-mmf {
	position: relative;
	top: 176px;
	left: 3px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_special-offers-mmf{
	display:none;
}
#bandeauoffrechristmas_special-offers-mmf{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 256px;
	padding-top: 206px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffre_christmas {
	position: relative;
	top: 176px;
	left: 3px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffremmf_christmas{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 410px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffre_special-offers-summer{
	position: relative;
	top: 176px;
	left: 3px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffrehalloween_special-offers-halloween {
	display:none;
	position: relative;
	top: 214px;
	left: 3px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#bandeauoffresummer_special-offers-summer,#bandeauoffresummer_special-offers-halloween{
	display:none;
}

#bandeauoffresummer_special-offers-ngf{
position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 265px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
#bandeauoffre_special-offers {
	display:none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmf_special-offers {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-mmf/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bandeauoffrechristmas_special-offers{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/christmas/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffresummer_special-offers {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-summer/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#bandeauoffre_special-offers-mmp {
	position: relative;
	top:385px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffrehalloween_special-offers{
	position: relative;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers-halloween/bandeaux/special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* d?but des styles du bandeau des offres 4F3 */
#bandeauoffre4f3_disneyland-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre4f3_walt-disney-studios-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre4f3_disney-hotels {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre4f3_prepare-your-visit, #bandeauoffre4f3_how-to-get-there, #bandeauoffre4f3_disabled-visitors {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre4f3_special-offers-4f3{
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffre4f3_special-offers {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/4f3-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.bandeauoffre4f3_texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
}

a.bandeauoffre4f3_lien {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}

a.bandeauoffre4f3_lien:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}

/* d?but des styles du bandeau des offres mmp */
#bandeauoffremmp_disneyland-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-disney.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_walt-disney-studios-park {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-wds.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_disney-hotels {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-hotels.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_prepare-your-visit, #bandeauoffremmp_how-to-get-there, #bandeauoffremmp_disabled-visitors {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_special-offers-mmp{
	display:none;
	position: relative;
	top: 470px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_special-offers {
	position: relative;
	top: 0px;
	left: 0px;
	width: 203px;
	height: 112px;
	background-image:url(../images/special-offers/bandeaux/mmp-special-offers.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_special-offers-halloween {
	position: relative;
	top: 269px;
	left: 4px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bandeauoffremmp_special-offers-ngf {
	position: relative;
	top: 220px;
	left: 4px;
	width: 203px;
	height: 112px;
	text-align: left;
	margin-top: 20px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display:none;
}

.bandeauoffremmp_texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
}

a.bandeauoffremmp_lien {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}


a.bandeauoffremmp_lien:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}
/* ++++++++++++++++++ */

.bandeauoffre_texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
} 
a.bandeauoffre_lien {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}

a.bandeauoffre_lien:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0E005D;
	font-weight: bold;
	text-decoration: underline;
}
/* fin des styles du bandeau des offres spéciales */
