html, body {

	background-image:url('images/background.gif');
	background-repeat:repeat-x;
	border:0px;
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:13px;
	height:100%;
	text-align:center;
}

.location-costa-brava {

	width:960px;
	background-color:#FFFFFF;
	height:100%;
	margin: auto;
}

.col-left {

	background-image:url('images/shadow-left.gif');
	background-repeat:repeat-y;
	width:10px;
	background-position:right;
	
}

.col-right {

	background-image:url('images/shadow-right.gif');
	background-repeat:repeat-y;
	width:10px;
	background-position:left;
	
}

.page-title{
	position:absolute;
	text-align:left;
	font-weight:normal;
	padding-top:5px;
}

.page-subtitle{
	position:relative;
	text-align:right;

}

.contact {

	text-align:left;
	font-weight:bold;
	padding:10px;

}

.footer {
	border-top:1px solid #000000;
	background-color:#619cd3;
	text-align:right;
	padding:5px;
	padding-right:20px;
	font-weight:bold;
	color:#FFFFFF;
}

.bandeau-menu {
	background-color:#619cd3;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:12px;
	border-bottom:1px solid #000000;
}

.bandeau-menu a {
	color: #FFFFFF;
	text-decoration:none;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
	border-left:3px solid #619cd3;
	border-right:3px solid #619cd3;
}

.bandeau-menu a:hover {
	color: #FF9966;
	background-color:#a0c6e9;
	border-top:1px solid #000000;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
}

.bandeau-menu .ahover {
	color: #FF9966;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	height:100px;
}

.costabrava-content {

	padding:10px;
	padding-top:20px;
	padding-bottom:30px;
	text-align:center;
	

}