@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #337c4e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/bg_camping.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtr #container {
	width: 1100px;
	vertical-align: top;
	position: relative;
	top: 182px;
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtr #topNews {
	height: 40px;
	background-color: #FFF;
	background-image: url(../images/newsTop.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #menu{
	text-align: center;
	width: 244px;
	font-weight: bold;
	float: left;
	top: 165px;
	position: relative;
	left: 40px;
}
.oneColFixCtr #menu a  {
	width: 244px;
	height: 36px;
	display: block;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
.oneColFixCtr #menu a:hover{
	background-image: url(../images/btOver.jpg);
	height: 36px;
	width: 244px;
	display: block;
	line-height: 25px;
	color: #003;
	background-repeat: no-repeat;
	font-size: 14px;
}
.oneColFixCtr #headerContent  {
	background-image: url(../images/topBg.gif);
	height: 27px;
	background-repeat: no-repeat;
	border: 0px;
	width: 753px;
	position: relative;
	top: -27px;
	display: block;
}
.oneColFixCtr #mainContent {
	vertical-align: top;
	text-align: justify;
	background-color: #FFF;
	width: 711px;
	position: relative;
	padding: 0 20px;
	height: auto;
	display: block;
	top: -27px;
	min-height: 450px;
}
.oneColFixCtr #bottom  {
	background-image: url(../images/bottom.jpg);
	height: 27px;
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
	display: block;
	clear: both;
}
.oneColFixCtr #bottom2 {
	background-image: url(../images/bottom.jpg);
	height: 27px;
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
	display: block;
}
.oneColFixCtr #footer {
	text-align: center;
	background-image: url(../images/footer2.gif);
	width: 900px;
	height: 153px;
	color: #FFF;
	background-repeat: no-repeat;
	line-height: 24px;
	float: right;
	position: relative;
	top: -61px;
	display: block;
	background-position: -8px 0;
}
.oneColFixCtr #container2 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 752px;
	left: -30px;
	float: right;
	list-style-type: decimal;
	background-color: #FFF;
	border-left: solid #A67E8B 1px;
	border-right: solid #A67E8B 1px;
}
.oneColFixCtr ol    {
	font-size: 9px;
	font-weight: bold;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	display: block;
}
.oneColFixCtr .titre {
	font-size: 16px;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
.oneColFixCtr #container #container2 #mainContent table   {
	color: #003;
	border: solid #003 1px;
	width: 100%;
}
.oneColFixCtr #neswBloc {
	color: #FFF;
	background-color: #367B4F;
	width: 284px;
	float: right;
	position: relative;
	height: 450px;
}
.oneColFixCtr #new {
	padding: 0 20px;
	border-bottom: solid #A67E8B 2px;
}
.oneColFixCtr #container img     {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtr #intro {
	width: 410px;
	float: left;
}

/*Pagination*/
#pagination{
	color:#000000;
	font-family:Tahoma;
	font-size:10px;
	margin:0 0 10px 0;
}
#pagination td{
	overflow:hidden;
	width:15px;
	height:15px;
}
#pagination td.current{
	color:#003366;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	background-color:#337c4e;
	vertical-align:middle;
	text-align:center;
	width:15px;
	height:15px;
	cursor:pointer;
}
#pagination td.normal{
	color:#ffffff;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	background-color:#666666;
	vertical-align:middle;
	text-align:center;
	width:15px;
	height:15px;
	cursor:pointer;
}
/*Popup Galerie*/
#imagePopupTitle{
	color:#FFFFFF;
}
#largeHolderBG{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#000000;
	filter: Alpha(Opacity=85);
	opacity:.85;
	padding:0px;
	top: 0px;
  left: 0px;
}
#largeHolderContent{
	z-index:101;
	position:fixed;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	top: 0px;
  left: 0px;
	text-align:center;
	vertical-align:middle;
}
#largeHolder{
	z-index:99;
	position:fixed;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	top: 0px;
  left: 0px;
}
#largeHolder a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#close a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

