/* Uncomment the block of code immediately below if you want to visually hide the link in the footer from your visitors: */

/*
#footer .credits {
	overflow: hidden;
	height: 24px;
	line-height: 400px;
}
*/


body {
	background: #FFFFFF url(img/page_bg.jpg) repeat-x top left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #555555;
}

b{
        color: #353535;
}

hr {
	display: none;
}

h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4{
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-size: 14px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 140%;
}

ul, ol {
	margin: 14px 0 16px 2em
}

ul.textlist li{
        list-style: none;
        text-align: left;
        text-indent: 20px;
        background: url(img/bullet.png) left no-repeat;
        line-height: 20px;
}

blockquote {
	background: #f1f1f1;
	padding: 20px;
	font-family: Georgia;
	line-height: 24px;
	font-style: italic;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 0 0 0px;
}

a {
	color: #5ea900;
}

a img {
	border: none;
}

#header {
	width: 960px;
	margin: 0 auto;
	z-index: 4;
	position: relative;
}

/* Langbar */
#lang{
    float: right;
    margin-right: 8px;
}

#lang a { 
    padding: 12px 6px !important;
    height: 16px !important;
}

/* Logo */

#logo {
	width: 754px;
	height: 120px;
	margin: 0 auto;
	padding: 2px;
	text-align: right;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-transform: uppercase;
	padding: 20px 5px 0 20px;
	font-size: 36px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#logo h1 em{
        font-size: 24px;
}

#logo h2 {
	padding: 0px 0 0 22px;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}

#logo a:hover{
        text-decoration: none;
}

#box {
	width: 754px;
	height: 330px;
	margin-bottom: 0px;
		background: White;
}

/* Header */

#header {
	width: 754px;
	margin: 0 auto;
}

#menu {
	height: 40px;
	width: 754px;
	background: url(img/menu_bg.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style: none;
	line-height: normal;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 20px 20px 18px;
	margin-right: 1px;
	height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.1em;
	color: #eee;
	font-weight: bold;
	z-index: 18;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu a.active {
        background: url(img/menu_hover.gif) repeat-x left top;
        height: 10px;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 260px;
	margin: 0px;
	margin-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
	height: 23px;
	background: #FFDBE1;
	border: 1px solid #F57F8C;
}

#search #x {
	width: 40px;
	background: #F74B61;
	border-top: #F74B61 solid 1px;
	border-bottom: #F74B61 solid 3px;
	border-left: #F74B61 solid 1px;
	border-right: #F74B61 solid 1px;
	color: #FFDBE1;
}

#wrapper {
	width: 754px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 10px 20px 10px 10px;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {

}

.post .entry {
	margin: 0px;
	padding: 20px 20px;
	font-family: Verdana, sans-serif;
}

.post .entry a {
	color: #999;
}

.post .meta {
	height: 35px;
	margin: 15px 0 20px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	background:#f1f1f1;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.post a {
	color: #31363B;
}

/* Sidebar */

#sidebar {
	width: 250px;
	float: right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #aaa;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 25px;
	height: 30px;
	font-size: 28px;
	letter-spacing: -1px;
}

#sidebar li p {
	padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	width: 754px;
	color: #0a0a0a;
	font-family: Verdana;
}

#footer_pos{
        position: absolute;
        height: 40px;
        bottom: 0px;
        width: 100%;
        z-index: 1;
}

#footer a { 
	color: #0a0a0a;
}

#footer div {
	margin: 0;
	line-height: normal;
	font-size: 11px;
}

#footer .copyright {
	float: left;
}

#footer .credits {
	float: right;
	font-size: 11px;
	text-align: right;
}

#footer .footersep{
        height: 100%;
        width:  8px;
        border-left: 1px solid Black;
        margin-left: 8px;
        float: left;
}

/* Noobslide */

#box1, #box2, #box3, #box4{
	position:absolute;
}
#box1 div, #box2 div, #box3 div, #box4 div{
	width:754px;
	height:330px;
	float:left;
}

#box1 h3, #box1 p, #box1 ul{
	padding:1px 5px;
}

#box1 h3{
      font-size: 17px;
      letter-spacing: 1px;
}

#box1 img{
	float:left;
	margin-right: 10px;
}

.mask{
	position:relative;
	width:754px;
	height:330px;
	overflow:hidden;
}

.canscroll {
        height: 330px;
        width: 754px;
        overflow: auto !important;
}

/* Styles des sldies */
.vmenu{
        width: 54px !important;
        position: relative;
        height: 330px;
        top: 40px;
        left: 40px;
        z-index: 200;
}

.vmenu ul {
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
        width: 50px;
}

.vmenu ul li a{
        display: block;
        margin: 6px auto;
        padding-top: 4px;
        height: 32px;
        width: 32px;
        background: url(img/floatmenu_bg_n.png) no-repeat;
        color: #eaeaea;
        text-decoration: none;
}

.vmenu ul li a:hover, .vmenu ul li a.active{
        background: url(img/floatmenu_bg_a.png) no-repeat;
        color: #3a3a3a;
}

.pension, .nature, .activites {
        position: relative;
        z-index: 100;
        top: -330px;
}

.slides_desctext {
        position: relative;
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: #ffffff;
        padding: 8px;
        color: Black;
        font-size: 12px;
        font-family: Verdana;
        text-align: center;
}

h1.slides_desctitle{
        position: relative;
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: #ffffff;
        padding: 2px 8px;
        margin: 0;
        font-size: 16px;
        display: block;
        color: #000000;
        text-align: center;
}

h1.slides_desctitle em{
        font-size: 12px !important;
}
