﻿#promotions {
	position:relative;
	top:5px;
	left:5px;
	width:100%;
	height:auto;
}

#promotions .liste_promos {
  position:relative;
  top:0;
  left:-5px;
  width:688px;
  height:auto;
  min-height:230px;
  border-bottom:solid 1px #dedede;
}

#promotions .liste_image_gauche {
	position:relative;
  top:25px;
  left:10px;
  height:135px;
  width:220px;
  float:left;
}

#promotions .liste_promos .prix {
  position:relative;
  top:10px;
  left:70px;
  width:130px;
  height:20px;
}

#promotions .liste_promos .prix .barre {
  position:relative;
  top:0;
  left:2px;
  width:60px;
  height:20px;
  float:left;
  text-decoration:line-through;
  font:normal 10pt verdana;
  color:#A52A2A;
}

#promotions .liste_promos .prix .normal {
  position:relative;
  top:0;
  left:-5px;
  width:70px;
  height:20px;
  float:left;
  display:block;
  font:bold 12pt verdana;
  color:#7AB41D;
}

#promotions .notation {
	top:-5px;
}

#promotions .liste_texte_droite {
	position:relative;
  top:10px;
  left:35px;
  width:380px;
  font:bold 10pt Arial;
  float:left;
}

#promotions .liste_texte_titre {
	position:relative;
  top:0;
  left:0;
  width:auto;
  min-width:75px;
  max-width:300px;
  height:15px;
	color:#007cc2;
	padding:5px;
	border-bottom:dotted 1px #dedede;
}

#promotions .liste_texte_stitre {
	position:relative;
  top:0;
  left:0;
	color:#828282;
	display:block;
	padding:5px;
}

#promotions .liste_texte_accroche {
	position:relative;
  top:0;
  left:0;
	color:#7ab41d;
	display:block;
	padding:3px;
	margin:2px;
}

#promotions .liste_texte_corps {
	position:relative;
  top:0;
  left:0;
	font:normal 8pt Arial;
  color:#828282;
  display:block;
  padding:3px;
	margin:2px;
}

/* Cadre */

/*
#promotions .liste_image_gauche .img_gauche {
	position:absolute;
	top:0;
	left:0;
	width:95px;
	height:65px;
	background:url(../images/destinations/liste_camping_cadre.png) transparent top left no-repeat;
	display:block;
}

#promotions .liste_image_gauche a {
	position:absolute;
	width:90px;
	height:60px;
	top:5px;
	left:5px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
*/

#promotions .liste_image_gauche a {
	position:absolute;
	width:190px;
	height:125px;
	top:15px;
	left:15px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#promotions .img_gauche {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:135px;
	background:url(../images/destinations/liste_camping_cadre.png) transparent top left no-repeat;
	display:block;
}

