@import "../../../dojo/dojox/image/resources/image.css";

.voyageRowWrapper {
	height: 185px;
}

html>body .voyageRowWrapper {
	height: auto;
	min-height: 185px;
}

/*********
 * HEADER
 *********/

.voyageRowWrapper DIV.header .ligne {
	background: transparent url("images/bloc1_fond_haut.png") repeat-x scroll 0 0;
	height: 12px;
}

.voyageRowWrapper DIV.header .coin_gauche {
	background: transparent url("images/bloc1_coin_haut_gauche.png") no-repeat;
	float: left;
	width: 6px;
	height: 12px;
}

.voyageRowWrapper DIV.header .coin_droite {
	background: transparent url("images/bloc1_coin_haut_droite.png") no-repeat;
	float: right;
	width: 7px;
	height: 12px;
}


/*********
 * BORDURE GAUCHE
 *********/

.voyageRowWrapper DIV.bordure_gauche {
	background: transparent url("images/voyagerow_bordure_gauche.png") no-repeat;
	height: 68px;
	width: 6px;
	float: left;
}

/*********
 * IMGPRODUIT
 *********/

.voyageRowWrapper .imgProduit {
	float: left;
	width : 150px;
	padding-top: 10px;
	padding-left: 10px;
}


/*********
 * PRODUIT
 *********/

.voyageRowWrapper .produit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 174px;
	padding-top: 10px;
} 

.voyageRowWrapper .produit H2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #732813;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 3px;
}

.voyageRowWrapper .produit .categorie IMG {
	width: 11px;
	height: 11px;
}
	
.voyageRowWrapper .produit P.description {
	text-align: justify;	
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	padding-top: 13px;
}

.voyageRowWrapper .produit P.ensavoirplus {
	margin: 0;
	padding: 0;
	padding-top: 7px;	
}

/*********
 * TARIF
 *********/

.voyageRowWrapper .tarif {
	float: right;
	width: 170px;
	background-color: #faf7f2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 6px;
	margin-left: 24px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
}

.voyageRowWrapper .tarif .prix {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #732813;
}

.voyageRowWrapper .tarif DIV.conditions  {
	font-size: 10px;
	color: #666666;
}

.voyageRowWrapper .tarif .situation {
	margin-top: 30px;
	text-align: right;
}

.voyageRowWrapper .tarif .situation IMG {
	position: relative;
	top: 13px;
	height: 60px;
	margin-right: 5px;
}

.voyageRowWrapper .tarif .situation H3 {
	color: #732813;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: solid 1px #732813;
	margin: 0;
	padding: 0;
	margin-right: 7px;
}

.voyageRowWrapper .tarif .situation P {
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin: 0;
	padding: 0;
}


