@charset "utf-8";
body {
	background-color:#c4d7dc;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	background-image: url(../images/background2.jpg);
}
h1 {
	font-size: 40px;
	color: #FFF;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 200;
	
}

h1.title{
	font-size: 18px;
	color: #00baf2;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	color: #00baf2;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

h2.title {
	font-size: 16px;
	color: #00baf2;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:normal;
	
}

h3 {
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
p {
	line-height: 14px;
	margin: 0px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

p.normal {
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

ol, 
ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ol li {
	text-align: justify;
	margin-bottom: 5px;
}

ul li{
	font-size: 15px;
	color: #00baf2;
	list-style-image: url(../images/puce.jpg);
	padding-left: 0px;
	padding-right: 5px;
}
a {
	color: #24B9EC;
}
a:hover {
	text-decoration: none;
}
/*
.menu ul{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 770px;
}
.menu li{
	padding-right: 15px;
	padding-bottom: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	list-style:none;
	height: 15px;
	padding-left: 15px;
}*/
img{
	border:0px;
}
.container{
	width:940px;
	margin-right:auto;
	margin-left:auto;

}

/*HEADER*/


.header{
	width:100%;
	height:368px;
	background-image:url(../images/accueil/headerl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.header-type{
	width:100%;
	height:218px;
	background-image: url(../images/section-camping/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo{
	float:left;
	padding-top: 2px;
	padding-left: 4px;	
}
#FlashID{
	cursor:pointer !important;	
}
#menu{
	width:770px;
	float:left;
	padding-top: 11px;
	padding-left: 15px;
	position: relative;
	z-index: 99;
}
* html #menu { /* FOR IE6 */
	/*position: relative;
	top: -145px;
	left: 125px;*/
}
.menu{
	float:left;
	height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4a4080;
}
/* --------------- MENU ----------- */


/* 
	LEVEL ONE
*/
ul.dropdown                         { 
	position: relative; 
	width:770px;
	height: 29px;
}
ul.dropdown li                      {
	font-weight: bold;
	float: left;
	list-style:none;
	list-style-image:none;
	padding: 0 10px;
	font-size:13px;
	color: #000000;
	border-right: 1px #000 solid;
}
ul.dropdown li.hover a, 
ul.dropdown a:hover		            { 
	color: #000;
	border-top: 2px #009cda solid;
	padding-top: 3px;
	cursor:pointer;
}
ul.dropdown a:active                {
	color: #FFF;
}
ul.dropdown li a                    { 
	display: block;
	color: #222;
	text-decoration:none;
	padding: 5px 0;
}
/*ul.dropdown li:last-child a         { border-right: none; }*/ /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #FFF;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ 
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	padding: 5px 0 0 0; 
	background: transparent url(../images/menu-dropdown-bg.png) repeat;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	/*background-color: #FFF;*/
	background-color: transparent;
	padding: 5px 10px;
	border: 0;
}
ul.dropdown ul li:hover				{
	background: transparent url(../images/menu-dropdown-bg.png) repeat;
}
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 150px;
	display: inline-block;
	padding: 0;
}
ul.dropdown li.hover ul li a,
ul.dropdown ul li a:hover {
	border-top: 0;
	padding: 0;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
}
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*FLASH*/

.zone-flash{
	padding-top: 50px;
	clear: both;
	height: 164px;
	background-image: url(../images/accueil/bandeau-main-image.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

* html .zone-flash { /* FOR IE6 */
	position: relative;
	top: -37px;
}

/*FIN FLASH*/

/*MOT DE BIENVENU*/

.contenu{
	width:920px;
	background-color:#FFF;
	padding-left: 20px;
	float: left;
	position: relative;
}

.bande-bleu{
	height:15px;
	background-color:#00baf2;
	clear:both;
	margin-top: 20px;
	margin-bottom: 15px;
}

/*CONTENU*/

.c-gauche{
	width:555px;
	float:left;
	padding-bottom: 30px;
	
}
.c-droite{
	width:365px;
	float:left;
	padding-bottom: 30px;
}

.listecamping{
	margin:0px 0px 20px 5px;
}

.listecamping li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	list-style:url(../images/puce2.jpg);
}
.listecamping li.liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	list-style:url(../images/puce2-link.jpg);
}

.listecamping li.liens a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*
	color: #24b9ec;
	text-decoration:none;
	*/
}

#footer{
	width:940px;
	float:left;
	margin: 20px 0;
	color: #FFF;
}
.footer{
	float:left;
	padding-right:50px;
	font-size: 10px;
	color: #000;
	
}
#footer a {
	color: #000;
}
.mascotte{
	height:433px;
	width:355px;
	/*
	float:right;
	margin-right:-35px;
	margin-top:-100px;
	position: relative;
	*/
	position: absolute;
	right: -35px;
	top: -50px;
	z-index: 8;
}
div.bulle {
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 15px;
	background: transparent url(../images/bulle.png) no-repeat;
	width: 212px; /*262px - 25 - 25 */
	height: 109px; /*154 - 60 - 25 */
	
	/*
	position: relative;
	margin: -140px 0 0 510px;
	*/
	position: absolute;
	top: -90px;
	right: 150px;
	
	padding: 25px 25px 60px 25px;
	color: #000000;
	z-index: 25;
	overflow: hidden;
	text-align:left;
}

.contact-info{
	float:right;
	clear: both;
	z-index:20;
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
}

.contact-info2{
	float:right;
	z-index:20;
	width:330px;
	margin-right:20px;
	margin-bottom:30px;
}

#smallcontact{
	width:330px;
	height:75px;
}
.reserver{
	float:left;
	height:14px;
	margin-bottom:15px;
	width:150px;
}
.link_contact{	
	width:150px;
}
.contact-image{
	margin:0px 5px 0px 0px;	
}
.photo-container-bulle, 
.photo-container{
	height:436px;
	width:364px;
	/*
	float:left;
	margin-left:-30px;
	margin-top:-320px;
	position: relative;
	*/
	position: absolute;
	top: 60px;
	left: 330px;
	z-index: 20;	
	background:url(../images/photo-caroussel.png) no-repeat;
}
.photo-container-static{
	height:436px;
	width:364px;
	float:left;
	margin-left:-30px;
	margin-top:-320px;
	position: relative;
	z-index: 20;	
	background:url(../images/photo-caroussel-static.png) no-repeat;	
}

.photo-container-static2{
	height:433px;
	width:364px;
	float:left;
	margin-left:-30px;
	margin-top:-320px;
	position: relative;
	z-index: 20;	
	background:url(../images/photo-caroussel-static2.png) no-repeat;	
}
.photo-container-one-bulle, 
.photo-container-one{
	height:436px;
	width:364px;
	position: absolute;
	position: absolute;
	top: 60px;
	left: 330px;
	
	/*
	float:left;
	margin-left:-30px;
	margin-top:-320px;
	position: relative;
	z-index: 20;	
	*/
	background:url(../images/photo-caroussel-one.png) no-repeat;
}


* html .photo-container-one-bulle, 
* html .photo-container-one { /* FOR IE6 */
	/*margin-left: -250px;*/
}

.photo-text{
	padding-right:15px;
	width:325px;	
	z-index:10;
	position:relative;
	min-height: 460px;
	clear: both;
}
.contact_text{
	float:right;
	width:180px;
	height:75px;
	line-height:18px;
	color:#000;
}

.empty{
	background:#FFF;
}
.tabletitle{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.first{}
.details{
	font-style:italic;	
}

.odd{	
	background-color:#dbe8eb;	
}
.even{
	background-color:#f2f2f2;	
}

/*** Titles ***/
.camping-title {
	padding-top: 32px;
	padding-left:15px;	
}

.page-title-position {
	padding-top:30px;
	padding-left:15px;
}

.tarif-title {
	padding-top:29px;
	padding-left:15px;
}

.activite-title {
	padding-top: 20px;
	padding-left: 15px;
}

.direction-title {
	padding-top:17px;
	padding-left:15px;
}

/*** TITLES IE6 ***/
* html .camping-title {
	position: relative;
	/*top: -5px;
	padding: 0;*/
}

* html .page-title-position {
	position: relative;
	/*padding-top: 0;
	top: -7px;*/
}

* html .tarif-title {
	position: relative;
	/*padding-top: 0;
	top: -7px;*/
}

* html .activite-title {
	position: relative;
	/*padding-top: 0;
	top: -16px;*/
}

* html .direction-title {
	position: relative;
	/*padding-top: 0;
	top: -19px;*/
}

/*ACTIVITES*/
.activites {
	clear: both;
}

.activites .liste {
	margin-bottom: 10px;
}

.activites .date{
	float: left; 
	width: 75px;
	font-weight: bold;
}

.activites .activite {
	margin-left: 100px;
}

