/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#00859f;
	color:#ffffff;
}





map, h1, h2, h3, h4, ul, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
table {
	/*padding: 0px;
	margin: 0px;*/
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #fff;*/
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}
a:hover {

	text-decoration: none;
}

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer { position: absolute; left: 0px; top: 0px; text-align: left; }
.sansMarges { margin: 0px; padding: 0px; }
.marge10px { margin: 10px; }

input, select, textarea {
	font-size:11px;
	color: #3a3038;
	font-family: Arial, Helvetica, sans-serif;
}

/* CONTENEURS */

#Page {
	width: 994px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}

.blocListe a.btnCommentaire, .blocDetail a.btnCommentaire, .blocListe a.btnBlanc, .blocDetail a.btnBlanc {
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	background: url(../images/interface/mld/btn-commentaire-d.gif) no-repeat right top;
	line-height: 23px;
}
.blocListe a.btnCommentaire span, .blocDetail a.btnCommentaire span {
	background: url(../images/interface/mld/btn-commentaire-g.gif) no-repeat left center;
	padding: 4px 9px 4px 28px;
}
.blocListe a.btnBlanc span, .blocDetail a.btnBlanc span {
	background: url(../images/interface/mld/btn-blanc-g.gif) no-repeat left center;
	padding: 4px 9px 4px 7px;
}
.blocListe a.btnCouleur, .blocDetail a.btnCouleur {
	text-transform: uppercase;
	color: #3a3038;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	line-height: 23px;
	background: url(../images/interface/mld/btn-couleur-rechercher-d.gif) no-repeat right top;
}
.blocListe a.btnCouleur span, .blocDetail a.btnCouleur span {
	padding: 4px 9px 4px 7px;
	background: url(../images/interface/mld/btn-couleur-rechercher-g.gif) no-repeat 0px 0px;
}
a.btnCouleur:hover {
	color: #FFF;
}
a.btnCommentaire:hover, a.btnBlanc:hover {
	color: #2bb3cd;
}
.separation {
	/*background: url(../images/interface/mld/ombre-encart.gif) no-repeat 0px 0px;*/
	height: 30px;
	width: 100%;
	
	
	
	
}
/*-------------------------------------------*/
#OngletsTabsGeneral{ width:95%; margin-left:auto; margin-right:auto; clear:both; padding-top:15px;}
#OngletsTabsGeneral.ui-tabs{ padding-bottom:0px}

#OngletsTabsGeneral #NavOnglet{ }

#OngletsTabsGeneral #NavOnglet li{
background:#92d7e4 none repeat scroll 0 0;
/*border:1px solid #0C93AD;*/
border:0px;
margin-right:2px;
margin-bottom:1px;
color:#000000;
}

#OngletsTabsGeneral #NavOnglet li a{
color:#393939;
font-size:10px;
font-weight:bold;
padding:0.6em 1.3em;
text-decoration:none;
text-transform:uppercase;}
#OngletsTabsGeneral #NavOnglet li.tabs-selected, #OngletsTabsGeneral #NavOnglet li.tabs-selected a{ background-color:#27adc7; color:#fff;}








/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 1px 0 0px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
   
    padding: 1em 8px;
    background: #27adc7; /* declare background color for container to avoid distorted fonts in IE while fading */
	
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/** **/

#Header{ height:60px; }

/** Bloc disney Acc **/
#VisuelDisney{ background: url(../images/fond-degrade-disney.gif) no-repeat left top; width:506px; height:424px;}
#VisuelIntroBig{ background: url(../images/fond-degrade-big.gif) no-repeat left top; width:506px; height:424px; float:left;}
.ContourViolet {border:1px solid #874796; background-color:#CEEBF0;}
.TxtGris10, td.TxtGris10, table.TxtGris10, a.TxtGris10, span.TxtGris10, p.TxtGris10 {
color:#595858;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
text-decoration:none;}
.Prix, td.Prix, table.Prix, a.Prix, span.Prix, p.Prix {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
text-decoration:none;
}

td.FdPrix {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/fd-prix.gif) no-repeat scroll left top;
}

.TxtBlanc9It, td.TxtBlanc9It, table.TxtBlanc9It, a.TxtBlanc9It, span.TxtBlanc9It, p.TxtBlanc9It {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:9px;
font-style:italic;
text-decoration:none;
}

/** **/
#BlocWidget{ background: url(../images/fond-degrade-widget.gif) no-repeat left top; width:243px; float:right;}



/** **/

#footer {
	border-top: solid 1px #efefef;
	padding-top:10px;
	padding-bottom:3px;
}
#footer a, #footer a:link,#footer a:active,#footer a:visited{ }
#footer a:hover{color:#FFFFFF;}


#BlocInfo{
	float:left;
	line-height:24px;
}
#LienCatalogue{
	line-height:20px;
}

#Signature{
	text-align: right;
	padding-right: 10px;
	float: right;
	margin-top: 12px;
}
#LogoPied{float:left; padding-left:5px;}

#LogoSoutien{clear:both;float:left; padding-left:5px;font-size:12px;font-weight:bold;text-transform:uppercase;}

#LogoSoutien img
{padding-left:5px;};


/** Bloc Tout savoir Seine-et-Marne **/

#BlocToutSavoir{ width:506px; float:left;}
#MargeToutSavoir{ }
#TitreToutSavoir{padding-left:20px; margin-top:10px;}
#ContenuToutSavoir{ font-style:italic;padding-left:25px; margin-top:10px;}


#BlocToutSavoir ul{}
#BlocToutSavoir ul li{ background-position:center top; background-repeat:no-repeat; width:168px; float:left; padding-bottom:30px; margin-top:15px;}

#BlocToutSavoir ul li#SiteManifestation{ background-image:url(../images/img-site-manifestation.gif);}
#BlocToutSavoir ul li#SiteSeineEtMarne{background-image:url(../images/img-site-seine-marne.gif);}
#BlocToutSavoir ul li#SiteGiteDeFrance{background-image:url(../images/img-site-gitedefrance.gif);}

#BlocToutSavoir ul li a{ font-size:12px; font-weight:bold; display:block; padding-top:115px; text-align:center; text-decoration:none;}

/** Bloc Caroussel **/
#BlocCaroussel{ width:517px; float:left; margin-top:10px;}

#TitreCaroussel{font-size:12px; border-bottom:solid 1px #3FAABE;margin:0px 23px 5px 23px;}




/*****/


#BlocCarousselSite{ float:left;  width:475px; margin-top:10px;}
#UrlSiteCaroussel{ font-size:13px; font-style: italic; float:left; width:280px;}
#UrlSiteCaroussel .Titre{ font-weight:bold;font-size:13px; padding-bottom:3px;}
#UrlSiteCaroussel li{ line-height:22px;}
#UrlSiteCaroussel a{ line-height:22px;}
#UrlSiteCaroussel a:hover{ color:#CCC;}

#wrapSite{ float:left; width:195px;}
#wrap{ padding-left:15px;}


/**********/

.ContenuIdsIntro {
	/*height: 360px;*/
margin-left:5px;
	/*margin: -180px 0 0 -450px;*/
/*	top: 50%; left: 50%;*/
/*float:left;*/
}
ul.VignetteIntroIds {
	/*float: left;*/
	list-style: none;
	margin: 0; padding: 0px;
	width: 477px;
/*float:left;*/
}
ul.VignetteIntroIds li .Marge {}
ul.VignetteIntroIds li {
	padding: 0;margin: 13px;
	float: left;
	position: relative;
	width: 133px;
	height: 140px;

	
}

ul.VignetteIntroIds li .Survol {
	width: 133px; height: 133px;
overflow:hidden;
	/*border: 1px solid #ddd;*/
	/*padding: 5px;*/
	/*background: #ddd;*/
	position: relative;
	left: 0; top: 0;
text-align:center;
}
ul.VignetteIntroIds li .TitreSurvol {width:100%; z-index:50; top:0px; left:0px; color:#fff; font-weight:bold; font-size:13px; text-align:center; display:none;}

ul.VignetteIntroIds li img.VignetteIds {
position:relative;
	width: 135px; /*height: 110px;*/
/*	border: 1px solid #ddd;*/
	/*padding: 5px;*/
/*	background: #f0f0f0;*/
/*	position: absolute;*/
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
/*
ul.VignetteIntroIds li img.VignetteIds.Hauteur{ width: 135px;}
ul.VignetteIntroIds li img.VignetteIds.Largeur{width: 174px;}
*/
/*
ul.VignetteIntroIds li img.Ombre {
	width: 155px; height:155px; 
	position: absolute;
	left: -14px; top: -14px;
	-ms-interpolation-mode: bicubic;
opacity: 0;
  filter:alpha(opacity=0);
}
ul.VignetteIntroIds li img.Ombre.hover {width: 215px; height:206px; 	left: -30px; top: -30px;}*/

/**********/

#MenuSejour{ text-align:center; padding-bottom:5px; display:none;}
#MenuSejour ul{ width:210px; margin:0 auto; margin-bottom:5px;}
#MenuSejour li{background: url("../images/puce-menu-ids.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #EFEFEF;
    width: 210px; text-align:left;}

#MenuSejour li a, #MenuSejour li a:link, #MenuSejour li a:active, #MenuSejour li a:visited {    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    text-decoration: none;}
#MenuSejour li a:hover{color:#ff7f00;}

/***/
.LienIdx{ display:block;}
.TitreBillet{display:none;}

/***/
#MenuIds{ display:none; margin-bottom:5px;}

