/* CSS Cavaliers du monde v2 */

/* Colonne gauche ------------------------------------------------ */

#rubriques {
	margin-top: 20px;
}
#ravette {
	width: 200px;
	background: #718E36 url(../images/liste/ravette-haut.png) no-repeat left top;
	padding-top: 10px;
}
#ravette span {
	font-weight: bold;
	padding-left: 10px;
}
#ravette h2 {
	display: block;
	height: 15px;
	background: url(../images/liste/dotted-02.gif) repeat-x left top;
	margin: 10px 0 5px 0;
	padding: 10px 0 0 10px;
}
.bloc-radio {
	position: relative;
	height: 16px;
}
.bloc-radio input {
	position: absolute;
	top: 0;
	left: 10px;
}
.bloc-radio label {
	position: absolute;
	top: 0;
	left: 26px;
}
#ravette-bas {
	width: 200px;
	height: 10px;
	background: url(../images/liste/ravette-bas.png) no-repeat left top;
	margin-bottom: 14px;
}


/* Colonne droite ------------------------------------------------ */

#voyage-liste {
	width: 790px;
}
.voyage-contenu {
	margin-bottom: 14px;
}
.voyage-titre {
	height: 16px;
	background-color: #B0C87E;
	color: #330;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 0 0 5px;
}
.voyage-titre a {
	color: #330;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
img.fiche {
	margin-top: 10px;
}
img.voyage {
	float: left;
	border: 1px solid #B0C87E;
	margin-right: 10px;
}
.voyage-descriptif {
	margin-left: 160px;
}
.voyage-descriptif h3 {
	font-weight: bold;
}
.voyage-descriptif a {
	color: #FFF;
	font-weight: bold;
}
.voyage-descriptif p {
	margin-top: 5px;
}