/* CSS Cavaliers du monde v2 */

/* Colonne droite ------------------------------------------------ */

#voyage-titre {
	height: 16px;
	background-color: #B0C87E;
	color: #330;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 0 0 5px;
}
#voyage-titre a {
	color: #330;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#voyage-contenu {
	width: 790px;
	margin-top: 10px;
}
#contenu-gauche {
	float: left;
	width: 300px;
}
table#reservation  {
	width: 300px;
	border-top: 1px solid #B0C87E;
	border-left: 1px solid #B0C87E;
}
table#reservation td, table#infos-sejour td {
	border-right: 1px solid #B0C87E;
	border-bottom: 1px solid #B0C87E;
	text-align: center;
	padding: 5px 0;
}
#contenu-gauche p, #contenu-gauche p a {
	color: #B0C87E;
	margin-top: 3px;
}
img.voyage {
	
	border: 1px solid #B0C87E;
	margin-top: 10px;
}

#contenu-droite {
	float: right;
	width: 480px;
}
table#infos-sejour, table#appreciations, table#albums-photos {
	width: 480px;
	border-top: 1px solid #B0C87E;
	border-left: 1px solid #B0C87E;
}
#contenu-droite h3, #contenu-gauche h3 {
	color: #718E36;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
table#appreciations td, table#albums-photos td {
	border-right: 1px solid #B0C87E;
	border-bottom: 1px solid #B0C87E;
	text-align: left;
	padding: 4px;
}
img.ajout {
	margin-top: 10px;
}


/* Google map ------------------------------------------------ */

#map_canvas {
	width: 478px;
	height: 290px;
	border: 1px solid #B0C87E;
	margin-top: 10px;
}
#map_canvas div.gmnoprint span {
	/*position: absolute;
	top: 15px;
	right: 0;*/
	font-size: 8px;
	color: #FFF;
}