.anythingSlider                        { width: 948px; height: 320px; position: relative; margin: 0px; }
.anythingSlider .wrapper       { width: 948px; height: 320px; overflow: auto; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul   { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin:0px;}
.anythingSlider ul li                  { width: 948px; height: 320px; display: block; float: left; padding: 0; }
.anythingSlider .arrow           { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward       { background-position: 0 0; right: -50px; }
.anythingSlider .back             { background-position: -67px 0; left: -50px; }
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover       { background-position: -67px -200px; }
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

*                                       { margin: 0; padding: 0; }




#loader	 { width: 948px; height: 340px; background: url(../../loader.gif) no-repeat 350px 150px;}

#navigon		  { height: 52px; width: 948px;color: #FFF;  background: url(../images/bandeau.jpg) no-repeat 0 0;}
#navigon  a	   	  { color: #FFF; font-weight:bold}
#navigon  a:hover  { color: #FFF; font-weight:bold; text-decoration: undeline}
#navigbtn 		  { width: 135px; height: 33px;  float:left; padding-top: 18px; text-align: center; cursor: pointer;}

#piedbtn 		  {  height: 33px;  float:left; padding-top: 18px; text-align: center; cursor: pointer;}


#thumbNav                      { position: relative; top: -8px; }
#thumbNav a                   { width: 135px; height: 30px; display: inline-block;}
#thumbNav a:hover       { background-image: none; }
#thumbNav a.cur           {  background: url(../images/select.png) }


#fiche1 { width: 948px; height: 516px; background: url(../../fiches/axelia.png);}
#fiche2 { width: 948px; height: 516px; background: url(../../fiches/villavia.png);}
#fiche3 { width: 948px; height: 516px; background: url(../../fiches/elenea.png);}
#fiche4 { width: 948px; height: 516px; background: url(../../fiches/lunea.png);}
#fiche5 { width: 948px; height: 516px; background: url(../../fiches/villabelle.png);}
#fiche6 { width: 948px; height: 657px; background: url(../../fiches/evea.png);}
#fiche7 { width: 948px; height: 516px; background: url(../../fiches/luxea.png);}

#slide1 { width: 948px; height: 340px; background: url(../../perspectives/01/01GP_BR_TN.jpg);}
#slide2 { width: 948px; height: 340px; background: url(../../perspectives/02/02_130_EB_TN.jpg);}
#slide3 { width: 948px; height: 340px; background: url(../../perspectives/03/03_130_BR_TN.jpg);}
#slide4 { width: 948px; height: 340px; background: url(../../perspectives/04/04_88G_BR_TN.jpg);}
#slide5 { width: 948px; height: 340px; background: url(../../perspectives/05/05_PP_A.jpg);}
#slide6 { width: 948px; height: 340px; background: url(../../perspectives/06/06_90_B.jpg);}
#slide7 { width: 948px; height: 340px; background: url(../../perspectives/07/07_164_A.jpg);}
#final { width: 948px; height: 340px; background: url(../../perspectives/logi-maison.jpg);}

#bnt_depliants { width: 948px; height: 96px;  position: relative;  top: 255px; cursor: pointer;}

.depliant_container {

	clear: both;
	float: left; width: 100%;

}
.depliant_content {

}



/*///////////////////////////////////////////////////////////////// Bubble pop-up ////////////////////////////////////////////////////////////////*/
      
        .bubbleInfo {
            position: relative;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
			margin-left:30px;
			width:210px;
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../images/bubble-1.png); }

        .popup td#topleft { background-image: url(../images/bubble-1.png); }
        .popup td.top { background-image: url(../images/bubble-2.png); }
        .popup td#topright { background-image: url(../images/bubble-3.png); }
        .popup td.left { background-image: url(../images/bubble-4.png); }
        .popup td.right { background-image: url(../images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../images/bubble-6.png); }
        .popup td.bottom { background-image: url(../images/bubble-7.png); text-align: right;}
        .popup td.bottom img { display: block; margin-left: 85px ; }
        .popup td#bottomright { background-image: url(../images/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: left;
        	}

        table.popup-contents td {
        	text-align: left;
        	}
