/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:auto;
	background-repeat: no-repeat;
	background-color: #072450;
	background-image: url(file:///C|/Users/Chris/Documents/CampingDeauville_site/assets/header_new.jpg);
}

.clear {
	clear: none;
	height:30px;
	font-size: 12px;
	max-width: 100%;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.login_box p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#FF0;
	text-transform: uppercase;
}
.content_box p {
	margin: 5px 0px 10px 0px;
	color:#ddd;
	font-size:16px;
	text-align:left;
}


.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}
.Green{
	color:#2ABF00;
	font-weight:bold;
}
.Green2{
	color:#00FF00;
	font-weight:bold;
	clip: inherit;
	float: left;
	position: absolute;
	left: 196px;
	top: 19px;
	z-index: auto;
	overflow: visible;
	font-size: 14px;
	width: 487px;
	display: block;
	visibility: visible;
	height: 43px;
}
.title{
	color:#00C;
	font-weight:bold;
	clip: inherit;
	float: left;
	position: absolute;
	left: 190px;
	top: 10px;
	z-index: auto;
	overflow: visible;
	font-size: 14px;
	width: 487px;
	display: block;
	visibility: visible;
	height: 43px;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
	visibility: visible;
	position: relative;
	top: 117px;
	clip: rect(20px,auto,auto,auto);
	left: 250px;
	height: 77px;
	overflow: visible;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}
h4 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 50px 50px !important;
	text-transform:uppercase;
	color:#0C0;
	font-weight:bold;
}

a {
	color:#0CF;
	font-style: normal;
	font-weight: bold;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
	text-decoration: none;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	float: right;
	visibility: visible;
	z-index: 3;
	
}


#menu_header {
	width:170px;
	height:250px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
	visibility: visible;
	display: block;
	overflow: visible;
	position: absolute;
	z-index: 0;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(../assets/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
	width: 850px !important;
	width: 820px;
	height: 250px;
	float:left;
	text-align: right;
	right: 100px;
	visibility: inherit;
}

#content {
	width: 1200px;
	text-align: left;
	float: left;
	margin:0 0 0 20px;
	background: url(../assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 20px 0px repeat-y;
	vertical-align: top;
	display:block;
}

.content_box {
	width: 303px;
	float: right;
	top: 0px;
	overflow: visible;
	display: block;
	visibility: visible;
	clear: right;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	left: -50px;
	text-indent: 0;
	margin: 0px;
}
.content_box_lien {
	width: 303px;
	float: left;
	top: -15px;
	overflow: visible;
	display: block;
	visibility: visible;
	clear: right;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	position: relative;
	left: 30px;
	margin: 0px;
	right: -20px;
	font-size: 16px;
}
.content_title {
	width: 450px;
	float: right;
	overflow: visible;
	display: block;
	visibility: visible;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 300px;
	margin: 0px;
	z-index: 0;
}

.content_box_large {
	width: 375px;
	float: left;
	text-decoration: none;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}

.content_box_promo {
	width: 238px;
	float: right;
	text-decoration: none;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #FFF;
	height: 25px;
	border: medium solid #F90;
	top: 260px;
	position: absolute;
	left: 845px;
}
.content_box_promo p {
	margin: 5px 0px 10px 0px;
	color:#009;
	font-size:16px;
	text-align:left;
}
/*.content_box_photo {
	width: 200px;
	position: relative;
	left: 0px;
	z-index: auto;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: -20px;
	min-height: 300px;
}*/
.content_box_photo {
	width: 150px;
	margin:0px 0px 0px -10px;
	float: left;
	height: 400px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#content_footer {
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}



/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
}

.hoverbox a
{
	position: relative;
}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview  
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}


.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: baseline;
	width: 125px;
	height: 100px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	color: inherit;
	float: left;
	position: relative;
	display: block;
}


.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.hoverbox .preview_map
{
	border-color: #000;
	width: 400px;
	height: 300px;
}

/*--------------hover box liens-----------------*/

.hoverbox_lien
{
	cursor: default;
}

.hoverbox_lien a
{
	position: relative;
}

.hoverbox_lien a .preview
{
	display: none;
}
.hoverbox_lien a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox_lien a:hover .preview  
{
	display: block;
	position: absolute;
	top: -33px;
	left: -70px;
	z-index: 1;
}


.hoverbox_lien img
{
	background: #fff;
	color: inherit;
	vertical-align: left;
	width: 175px;
	height: 60px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox_lien li
{
	color: inherit;
	float: left;
	position: relative;
	display: block;
}


.hoverbox_lien .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.hoverbox_lien .preview_map
{
	border-color: #000;
	width: 400px;
	height: 300px;
}
