/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #B6C802;
}
form, map, h1, h2, h3, h4, ul, img, input {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
* html .positionRelative { position: relative; left: 0px; text-align: left; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer { position: absolute; left: 0px; top: 0px; text-align: left; z-index: 500; }


input, select, textarea {
	font-size: 11px;
	color: #5C5B60;
	font-family: Arial, Helvetica, sans-serif;
}

input.inputRecherche {
	width: 132px;
	font-size: 9px;
	color: #5C5B60;
	font-family: Arial, Helvetica, sans-serif;	
}

.paddingGaucheDroite75px {
	padding-left: 75px;
	padding-right: 18px;
}

.paddingGaucheDroite18px {
	padding-left: 18px;
	padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.paddingGaucheDroite12px {
	padding-left: 12px;
	padding-right: 12px;
}
.paddingDroite12px {
	padding-right: 12px;
}
.paddingGauche60px {
	padding-left: 60px;
}

#headerPrint {
	display: none;
}

.ContourOrange{
	border: 1px solid #B6C802;
}
#globalFond #conteneur #contenu #contenuCentre .blocContenu tr .fdTitre table tr td #Contact2 em {
	text-align: justify;
}
#globalFond #conteneur #contenu #contenuCentre .blocContenu tr .fdTitre table tr .paddingGaucheDroite18px div p a strong {
	text-align: left;
}
.Fd-bas-newletter {
	background: #B6C802 url(/img-st-bonnet-tourisme/news/fd-bas-de-page.gif) no-repeat left bottom;
}