/*** FEUILLE DE STYLE DE LA RUBRIQUE ANNONCE POUR IE ***/

/**
 * Body
 *
 */
 div#body{
 
 }
 
 /**
  * Bloc droite
  */
  div#body div#annonce{
 	background: url('../img/annonce/description.gif') no-repeat 0 0;
	padding-top: 35px;
  	width: 770px;
	min-height: 200px;
  }
  
  /**
   * Contenu de l'annonce
   */
  div#annonce table#contenu_annonce td.colonne_annonce{
  	vertical-align: top;
  }
  
  /**
   * Description de l'annonce
   */
  div#annonce div#annonce_description{
  	width: 348px;
  }
  
  /**
   * Bloc span
   */
  div#annonce_description span{
  	display: block;
  }
  
  /**
   * bouton bar
   */
  div#annonce_description table#annonce_action{
  	
  }
  
  /**
   * bouton bar
   */
  div#annonce_description a{
  	cursor: pointer;
  }
  
  /**
   * bouton bar
   */
  div#annonce_description a.annonce_action_bouton{
	font-style: italic;
  }
  
  /**
   * bouton bar
   */
  div.ligne_separatrice{
  	border-bottom: 1px #1E9DB6 solid;
	width: 13px;
	height: 1px;
  }
  
  /**
   * Photos de l'annonce
   */
  div#annonce div#annonce_photos{
  	width: 378px;
  }
  
  /*** STYLE D'ONGLET DES PHOTOS ****/
  
 /**
  * ONGLET
  */
 div.onglet{
	width: 372px;
 	height: 271px;
	background-color: #FFFFFF;
	overflow: hidden;
 }

/**
 * bordure gauche
 */
 div.onglet div.onglet_gauche{
 	background: url('../img/annonce/onglet/onglet_gauche.png') no-repeat 0px 0px;
	width: 31px;
	height: 271px;
 }
 
 /**
 *
 * zone lien menu
 *
 */
 div.onglet_gauche a.onglet_photos{ 
 	display: block;
	width: 31px;
	margin: 0px;
	padding: 0px;
 }

/**
 * Onglet photos 1
 */
 div.onglet_gauche a#onglet_photo_1{
 	background: url('../img/annonce/onglet/onglet_photos1.png') no-repeat -31px 0;
	height: 87px;
 }

/**
 * Onglet photos 1
 */
 div.onglet_gauche a#onglet_photo_2{
 	background: url('../img/annonce/onglet/onglet_photos2.png') no-repeat -31px 0;
	height: 84px;
 }

/**
 * Onglet photos 1
 */
 div.onglet_gauche a#onglet_photo_3{
 	background: url('../img/annonce/onglet/onglet_photos3.png') no-repeat -31px 0;
	height: 85px;
 }
 
/**
 * bordure droite
 */
 div.onglet div.onglet_droit{
 	background: url('../img/annonce/onglet/onglet_droit.png') no-repeat bottom;
	width: 4px;
	height: 271px;
	float: right;
	overflow: hidden;
 }

/**
 * partie centrale
 */
 div.onglet div.onglet_central{
	width: 337px;
 	height: 271px;
	float: right;
	overflow: hidden;
 }
 
/**
 * bordure haute
 */
 div.onglet_central div.onglet_haut{
 	background: url('../img/annonce/onglet/onglet_haut.png') no-repeat;
	width: 338px;
	height: 4px; 
	overflow: hidden;
 } 
 
/**
 * bordure basse
 */
 div.onglet_central div.onglet_bas{
 	background: url('../img/annonce/onglet/onglet_bas.png') no-repeat;
	width: 338px;
	height: 4px; 
	overflow: hidden;
 }
 
/**
 * body
 */
 div.onglet_central div.onglet_body{
 	background-image: url('../img/annonce/onglet/onglet_background.png');
	background-repeat: repeat-x;
 	width: 338px;
	height: 263px;
	overflow: hidden;
 }
 
/**
 * contenu
 */
 div.onglet_central div.onglet_contenu{
 	width: 325px;
	height: 260px; 
	color: #FFFFFF;
	font-size: 10px;
	overflow: hidden;
 }
 
/**
 *
 * zone de l'image
 *
 */
 div.onglet_contenu table.contenu_photos{
 	display: none;
 	width: 325px;
	height: 260px;
 }
 
/**
 *
 * zone de l'image
 *
 */
 div.onglet_contenu table.contenu_photos td{
 	width: 325px;
	height: 258px;
	padding-top: 1px;
	vertical-align: middle; 
	text-align: center;
 }
 
 table.contenu_photos a{
 	display: block;
 	width: 325px;
	height: 240px;
	padding-top: 4px;
	overflow: hidden;
 }
 
 /**
 *
 * zone de l'image
 *
 */
 a.onglet_contenu img{
 	width: 311px;
	height: 260px;
	overflow: hidden;
 }