/*


  (C)2009 WACAN COMMUNICATION - TOUS DROITS RESERVES

  -------------------------------------------------------------
 Projet  : imminence - Cimiez Boulevard
 Source  : /css/FichedeBien.css
 Date    : 15/06/2009
 Auteurs : Cyril Djordjevic [WACAN]
 -------------------------------------------------------------

 Feuille de style de la fiche de bien

 */


#PropertyDetails
{

font-family:arial;
font-size:11px;
float:left;
padding-bottom:25px;
position:relative;
width:618px;
}



#PropertyDetails #navigation
{
font-family:arial;
font-size:11px;/*
position:absolute:*/
top:0;
display:block;
height:40px;


}
#PropertyDetails #navigation a
{
color:#cfcfcf;
}



#PropertyDetails #DiaporamaProperty
{

height:340px;
width:100%;
margin-bottom:20px;
}
#PropertyDetails #DiaporamaProperty .picture
{

float:left;
height:100%;
width:90%;
width:500px;

text-align:center;
margin:auto;
}

#PropertyDetails #DiaporamaProperty .PhotoScroll
{

float:right;

height:100%;
margin:auto;


}

#PropertyDetails #EnteteProperty
{

height:68px;
border-bottom:1px solid #1B3870;
margin-bottom:20px;
}

#PropertyDetails #EnteteProperty #TitreProperty,
#PropertyDetails #EnteteProperty #priceprop
{
font-family:"Gill Sans MT";
color:#1b3870;
display:block;
font-size:24px;
}

#PropertyDetails #EnteteProperty .AdresseProperty,
#PropertyDetails #EnteteProperty .exclu
{
font-family:"Gill Sans MT";
color:#fff;
font-size:11px;
}
#PropertyDetails #EnteteProperty .EnteteProperty1
{
float:left;
text-align:left;
}

#PropertyDetails #EnteteProperty .EnteteProperty2
{
float:right;
text-align:right;
}





#PropertyDetails #CadreTitle3
{
font-size:20px;
text-transform:capitalize;
color:white;

font-family:"Gill Sans MT";
}

#PropertyDetails #descproperty
{
    /*
width:300px;
*/
height:450px;


float:left;
}
#PropertyDetails #descproperty2
{
width:300px;
height:450px;

position:relative;
float:right;
}

#PropertyDetails #Mapsprop
{
 overflow:hidden;
width:285px;
height:181px;
float:right;
}
.content
{
color:#fff;
height:140px;
line-height:20px;
font-size:11px;
font-family:verdana;
}

.ListeInfo li
{
list-style:none;
font-family:verdana;
font-size:11px;
line-height:17px;
/* IE line-height:7px; */




}

.ListeInfo li a
{

color:#cfcfcf;
}


.ListeInfo li span
{
 float:left;
left:150px;
position:absolute;
color:white;
text-align:left;
}




/***************//***************/

/* Carousel Fiche de bien  */

.jcarousel-container {
    position: relative;
	float:left;

}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


#contenu #mycarousel  li
{
margin:0;
padding:0;
 margin-top:13px;
 position:relative;


}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 97px;
    height: 65px;
left:-15px;
position:relative;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {

}



.jcarousel-skin-tango .jcarousel-container-vertical {

  width: 97px;
  height: 100%;
  padding: 10px 0px;

}



.jcarousel-skin-tango .jcarousel-clip-vertical {
      width: 97px;
    height: 320px;

}

.jcarousel-skin-tango .jcarousel-item {
    width: 97px;
    height: 65px;

}



.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**  Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical {

position: absolute;
bottom:0px;
width: 97px;
height: 15px;
left:0px;
cursor: pointer;

background:url('../../images/CGF/struct/bottom.jpg');
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 1px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 1px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0  ;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;

    width: 96px;
    height:15px;
    cursor: pointer;

background:url('../../images/CGF/struct/top.jpg');
}




.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 ;
}