/*
 * feuille de style de www.gite-haute-provence.com
 * pour version imprimante
 */

/******** Import des styles normaux ********/
@import url("style.css") all;

/******** Suppression de sections ********/
#menu,#bascontenu,#pub  {
	display: none;
}

/******** Redéfinition de styles ********/
body {
	background-color:	#FFFFFF;
	font-family:		Arial, Times, serif;
	color:			#000000;
	margin:		0px;
	padding:		0px;
}
#contenu h1 {
	color:			#000000;
	margin-top:		30px;
	font-variant: small-caps;
	font-size:      1.6em;
	font-style: italic;
	border-left: 0px;
	border-bottom: 1px solid #000;
	padding-left: 6px;
	background-image:none;
}
#bas{
	border-top: 1px solid #000;
}
/******** Liens ********/
A {
	background:	none;
	color:			#000000 !important;
	text-decoration:	none !important;
}
#bas A {
	color:			#000000;
	text-decoration:	none; 
}
#bas A:hover {
	background:	none;
	text-decoration:	none;
}
/******** Bandeau ********/
#bandeau {
	border-bottom: 1px solid #000;
	text-align:		center;
}
#conteneur {
	position: float;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
}
#bandeau h2 {
	color:		#000000;
	font-family:	Monotype corsiva, Georgia, Times, serif;
	font-size:	54px;
	top:		0px;
	left:		0px;
}
#bandeau h1 {
	color:	#000000;
	font:		italic 18px verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	top:		50px;
	left:		0px;
} 
#bandeau .drapeaux {
	display: none;
}
/******** Tarifs ********/
#tarifs {
	border:		dashed thin #000000;
}
#tarifs table {
	border:		1px solid #000000;
	font-family:		Arial, Times, serif !important;
}
#tarifs th {
	height:		15px;
	background:	none;
	color:		#000000;
	padding:		4px;
	border-bottom: 1px solid #000;
}
.tarifsMS {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
