/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
| COPYRIGHT : Free use if this notice is left in place       |
|     EMAIL : webmaster@web-kreation.com                     |
|   VERSION : 1.3                                            |
|  DOWNLOAD : http://web-kreation.com/blog/?p=24             |
|____________________________________________________________|

*/
html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 90%/1 arial, helvetica, sans-serif;
	line-height: normal;
	background: #AEA384;
	width: 100%;
	min-width: 800px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
	width: 97%;
	clear: both;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #443833;
	background-color: transparent;
}

h2 {
	padding: 5px 0 0 0;
	color: #443833;
	font-size: 110%;
	letter-spacing: -1px;
	font: 1.4em arial, helvetica, sans-serif;
}

h3 {
  font: 1em arial, helvetica, sans-serif;
  font-weight: bold;
}

p, ul, ol {
	margin: 0;
	padding: 0 0  0;
}

p.notfound{padding: 15px 0 100px;}

ul, ol {list-style: none; padding: 0 0 18px 30px;}

blockquote {
  font: italic 1.2em Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  font-style: italic;
  color: #9A8074;
  background-color: transparent;
  width: 400px;
  background: url(images/close-quote.jpg) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  padding-bottom: 10px;
}

blockquote:first-letter {
  background: url(images/open-quote.jpg) no-repeat left top;
  padding-left: 60px;
  font: italic 2em Georgia, "Times New Roman", Times, serif;
}
#main textarea { font-size: 12px; }
code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

small {font-size: 0.85em;}

img {
	border: 0;
	padding-left: -5px;
}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
	border: 1px solid #003300;
	margin: 0;
}
/***** Links *****/

a {
	text-decoration: none;
	color: #3366FF;
}

a:hover {
	text-decoration: underline;
	color: #0033FF;
}

a img {
	border: none;
}
/***** Tables *****/

table {
	border: 0;
	margin: 0;
	padding: 0;
}

table tr td {
	padding: 4px;
	vertical-align: middle;
}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {background: #ffc;}

.imglft { margin: 5px 10px 2px 0; border: 1px solid #ddd; padding: 5px; float: left; }
.imglfta { border: 1px solid #ddd; padding: 5px; margin: 5px 0; float: left; }
.minimglft { margin: 3px 3px 2px 0; padding: 0px ; float: left; }
.imgrght { margin: 5px 0px 2px 10px; float: right; 	border: 1px solid #ddd;	padding: 5px;}
.imgrghta { margin: 2px 0 2 10px; float: right; border: 1px solid #ddd; padding: 5px;}
.minimgrght { margin: 3px 0 2px 3px; padding: 0px ; float: right; }
.imgrgt { margin: 0px 5px 2px 15px; float: right; border: 1px solid #ddd; padding: 5px;}
.icnlft { margin: 5px 10px 2px 0; padding: 0; float: left; }
.icnrght { margin: 5px 0 2px 10px; padding: 0; float: right; }

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}
/***** Main Layout ****/

#container {
  background: none;
  width: 100%;
  height: 100%;
}

#wrapper {
	width: 810px;
	text-align: right;/* IE fix to center the page */
	margin: 0 auto;/* center the page in Firefox */
	background-image: url(images/bckgd.jpg);
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**** Sidebar ****/

#sidebar {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	color: #FFFFCC;
	height: 850px;
}

#sidebar #sb_top {
	width: 250px;
	height: 235px;
	color: #A8948A;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url(images/sb_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar .sb_logo {
	padding-top: 30px;
}

#sidebar .sb_content {
	text-align: left;
	padding-left: 14px;
	width: 226px;
}

#sidebar .sb_content h2 {
	color: #F5F1C2;
	background: url(images/bg_h2.jpg) repeat-x;
	width: 208px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

#sidebar .sb_content p {
	padding: 0px 20px 5px 20px;
}

#sidebar .sb_content ul {
  list-style-type: square;
}
/*links*/

#sidebar .sb_content a {color: #3366FF;}

#sidebar .sb_content a:hover {
  color: #FFFF99;
}
#sidebar .sb_content a.thb {
	float: left;
	background-color: #443833;
	display: block;
	margin: 5px 12px 12px 0;
	padding: 3px;
}
#sidebar .sb_content a.thb:hover {
	background-color: #EADA72;
}

#sidebar .sb_content img {
	padding: 0;
	background-color: #443833;
	Margin: 0;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 226px;
}

#sidebar #navlist a {
	display: block;
	height: 25px;
	padding: 0px 2px 2px 20px;
	border: none;
	border-top: 1px solid #705A52;
	border-bottom: 1px solid #3E322D;
	background-color: transparent;
	color: #FAF8EB;
	font-size: 17px;
	line-height: 25px;/* this value must match the height in order to center vertically the text*/
	text-decoration: none;
}

#sidebar #navlist a:hover {
	color: #000000;
	background-color: #BDB382;
}

#sidebar #navlist a.noborder {
}
.livor a {
	display: block;
	height: 40px;
	width: 180px;
	background-image: url(images/livortxt.jpg);
}
.livor a:hover {
	background-image: url(images/livortxtov.jpg);

}
#sbthbs {padding-left: 20px;}
#sbtxtthbs {
	padding-left: 20px;
	margin-top: 5px;
}
a.thb {
	background-color: #BDB382;
	display: block;
	margin-right: 0;
	padding: 4px;
}
a.thb:hover{
	background-color: #FFFF00;
}


/*Copyright*/

#sidebar .copyright {
	display: block;
	padding: 5px 7px;
	width: 200px;
	text-align: center;
	background-color: #302723;
	border: 1px solid black;
	color: #877065;
	font-size: 90%;
	margin-left: 6px;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
#offsp {position: relative; left: 20px; top: 0; width: 193px; height: 224px; border: none; }
#offsp0 {position: relative; left: 660px; top: -711px; width: 187px; height: 130px; border: none; z-index: 99; }

/**** Header ****/

#header {
	background: url(images/bg_top.jpg) repeat-x top left;
	display: block;
	float: left;
	clear: right;
	width: 550px;
	height: 50px;
	color: white;
	text-align: right;
}

#header a {
}

#header a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
	display: block;
	float: left;
	width: 540px;
	border-top: #877065 8px solid;
	text-align: justify;
	margin: 0;
	margin-bottom: 0px;
	background-color: #FAF8EB;
	height: 800px;
}

#content ul li {list-style: url(images/bullet--.gif);}

#content img {}
#contenthom {
	display: block;
	float: left;
	width: 540px;
	border-top: #877065 8px solid;
	text-align: justify;
	margin: 0;
	margin-bottom: 0px;
	background-color: #FAF8EB;
	height: 800px;
}

/******************** innerfade ********************/
#slider { position: absolute; top: 330px; right: 410px; width:231px; height: 175px; background:#857166; overflow: hidden; }  
#mask-gallery { overflow:hidden; }   
#gallery { list-style:none; margin:0; padding:0; z-index:0;         
    /* width = total items multiply with #mask gallery width */  
    width:990px; overflow:hidden;}   
#gallery li { float:right; }   
.fade{ margin-bottom: 2em;}
.fade p{ margin-bottom: 2em; text-align: center; width: 100%; background: #fff;}
#slider ul li{ background: none; list-style: none; margin-left: -30px; padding: 0;}


#content img.alignleft {
	display: block;
	float: left;
	clear: none;
	margin: 0;
}

#content img.alignright {
	float: right;
	margin: 0;
	vertical-align: top;
	padding-top: -5px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
	background: #55453E url(images/introa.jpg) no-repeat center;
	width: 100%;
	height: 177px;
}

#content .intro_t {
	width: 95%;
	margin-left: 20px;
	color: #000000;
}

#content #intro h1 {
	margin: 0;
	color: #FFFF00;
	font-size: 20px;
	border: none;
	padding: 50px 0 0 0;
}

#content #intro h1 span {
	color: #FFFF00;
	font-size: 24px;
}

#content #intro h1 .editsection {
  font-size: 12px;
  margin-left: 15px;
  color: white;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: black;
  font-size: 18px;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#content #introduction {
  background-color: #55453E;
  height: 176px;
  color: white;
  margin-bottom: 25px;
  padding: 0 20px;
}

#content #introduction h1 {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 250%;
  border-bottom: 4px solid #877065;
  color: #877064;
}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* main content */
#content #main {
	display: block;
	margin: 5px 20px;
	font-size: 12px;
}
#content #maingal {
	display: block;
	margin: 5px 15px 0px 15px;
}
#content #maingal table {
	width: 100%;
	padding: 0px;
}

#content #comment1 {
	display: block;
	height: 100px;
	margin: 5px 20px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}
#content #comment2 {
	display: block;
	height: 200px;
	margin: 5px 20px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}
#content #main_ldor {
	display: block;
  	background-image: url(images/bgldor.jpg);
	margin: 0px;
	overflow: hidden;
}
#divlink {
	width: 515px;
	height: 555px;
	overflow: scroll;
	padding: 0px;
}
#ldor {
	display: block;
	font: italic 16px "Times New Roman", Times, serif;
	line-height: 18px;
	float: right;
	color: #000000;
	background: none;
	width: 430px;
	height: 555px;
	overflow: scroll;
	padding: 15px 15px 10px 0px;
}
#ldor p { margin: 0; padding: 0; }
#ldor .retour a {
	height: 30px;
	border: none;
	background: url(images/ret.png) no-repeat center;
}
#ldor .retour a:hover {
	background: url(images/ret2ov.png) no-repeat center;
}

#links {
	margin-left: 15px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	border: solid;
	border-width: thick;
	border-style: double;
	border-color: #D9C78E;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: double;
	border-width: 0px;
	color: inherit;
	vertical-align: top;
	width: 66px;
	height: 50px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
	padding: 2px;
}













/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

#content .post {
	display: block;
	float: none;
	width: 520px;
	margin: px 0 0;
	padding: 0 5px 0 20px;
}

#content .post .author {
	font-size: 75%;
	display: block;
	height: 15px;
	line-height: 15px;
	clear: both;
	margin-bottom: 15px;
	padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links {
	display: block;
	width: 100%;
	height: 25px;
	background-color: #FAFAFA;
	border-top: #E2DBD8 1px dotted;
	border-bottom: #E2DBD8 1px dotted;
	color: #444444;
	padding: 3px 10px;
	line-height: 25px;
	font-size: 85%;
}

#content .post .links a {
  text-decoration: none;
  color: #666666;
}

#content .post .links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}

#content .post .links .comment {
  display: block;
  float: left;
  background: url(images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .feed {
  display: block;
  float: left;
  background: url(images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .cat {
  display: block;
  float: left;
  background: url(images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}
.parten {
	display: block;
	float: none;
	width: 525px;
	height: 520px;
	margin: 0 0 0;
	padding: 0 5px 0 10px;
	overflow: scroll;
}


/***** Tourisme select *****/

#select-pic1{
	width:120px;
	float:left;
	padding:0;
	margin:0;
	background-color:#DEDEBC;
}
#select-pic1 p.top{
	display:block;
	width:120px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic1 p.mid{
	display:block;
	background:url(images/chatpic.jpg) no-repeat 0 0;	
	width:120px;
	height:70px;
	padding:0;
	margin:0;
}
#select-pic1 p.text{
	display:block;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	color:#336633;
	background-color:#F7F5DD;
	margin:0;
	padding:0 2px 0 2px;
	width:115px;
	height:120px;
}
#select-pic1 a.yellow{
	display:block;
	width:68px;
	height:13px;
	background:url(images/voir_bg_yellow.gif) 0 0 no-repeat #56453e;
	color:#ffffff;
	text-align:center;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:2px 0 -10px 25px;
}
#select-pic1 a.yellow:hover{
	color:#000000;
	background:url(images/voir_bg_yellow_hover.gif) 0 0 no-repeat #56453e;
}
#select-pic1 p.bot{
	display:block;
	width:120px;
	height:13px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic2{
	width:120px;
	float:left;
	padding:0;
	margin:0;
	background-color:#E7E9BC;
}
#select-pic2 p.top{
	display:block;
	background:url(images/r_box_top.gif) 0 0 no-repeat;
	width:120px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic2 p.mid{
	display:block;
	background:url(images/vilpic.jpg) no-repeat 0 0;	
	width:120px;
	height:70px;
	padding:0;
	margin:0;
}
#select-pic2 p.text{
	display:block;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	color:#336633;
	background-color:#F7F5DD;
	margin:0;
	padding:0 2px 0 2px;
	width:115px;
	height:120px;
}
#select-pic2 a.yellow{
	display:block;
	width:68px;
	height:13px;
	background:url(images/voir_bg_yellow.gif) 0 0 no-repeat #948004;
	color:#ffffff;
	text-align:center;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:2px 0 -10px 25px;
}
#select-pic2 a.yellow:hover{
	color:#000000;
	background:url(images/voir_bg_yellow_hover.gif) 0 0 no-repeat #56453e;
}
#select-pic2 p.bot{
	display:block;
	width:120px;
	height:13px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic3{
	width:120px;
	float:left;
	padding:0;
	margin:0;
	background-color:#FFF0BB;
}
#select-pic3 p.top{
	display:block;
	background:url(images/r_box_top.gif) 0 0 no-repeat;
	width:120px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic3 p.mid{
	display:block;
	background:url(images/prehistpic.jpg) no-repeat 0 0;	
	width:120px;
	height:70px;
	padding:0;
	margin:0;
}
#select-pic3 p.text{
	display:block;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	color:#336633;
	background-color:#F7F5DD;
	margin:0;
	padding:0 2px 0 2px;
	width:115px;
	height:120px;
}
#select-pic3 a.yellow{
	display:block;
	width:68px;
	height:13px;
	background:url(images/voir_bg_yellow.gif) 0 0 no-repeat #948004;
	color:#ffffff;
	text-align:center;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:2px 0 -10px 25px;
}
#select-pic3 a.yellow:hover{
	color:#000000;
	background:url(images/voir_bg_yellow_hover.gif) 0 0 no-repeat #56453e;
}
#select-pic3 p.bot{
	display:block;
	width:120px;
	height:13px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic4{
	width:120px;
	float:left;
	padding:0;
	margin:0;
	background-color:#EEDCA4;
}
#select-pic4 p.top{
	display:block;
	background:url(images/r_box_top.gif) 0 0 no-repeat;
	width:120px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
}
#select-pic4 p.mid{
	display:block;
	background:url(images/loisirsthb.jpg) no-repeat 0 0;	
	width:120px;
	height:70px;
	padding:0;
	margin:0;
}
#select-pic4 p.text{
	display:block;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	color:#336633;
	background-color:#F7F5DD;
	margin:0;
	padding:0 2px 0 2px;
	width:115px;
	height:120px;
}
#select-pic4 a.yellow{
	display:block;
	width:68px;
	height:13px;
	background:url(images/voir_bg_yellow.gif) 0 0 no-repeat #948004;
	color:#ffffff;
	text-align:center;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:2px 0 -10px 25px;
}
#select-pic4 a.yellow:hover{
	color:#000000;
	background:url(images/voir_bg_yellow_hover.gif) 0 0 no-repeat #56453e;
}
#select-pic4 p.bot{
	display:block;
	width:120px;
	height:13px;
	margin:0 0 0 0;
	padding:0;
}

/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  font-size: 80%;
  color: #6C574F;
  background: #443833 url(images/sb_bottom.jpg) no-repeat left top;
}

#footer .contentfoot {
	display: block;
	float: right;
	width: 550px;
	height: 20px;
	padding: 5px 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: #877065 10px solid;
	margin-right: 10px;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
  background: url(images/backtotop.jpg) no-repeat left top;
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
	background-color: #EBEADA;
	border: 1px solid #443833;
	padding: 0 0 0 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #443833;
	background-color: #FFFFFF;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background: url(images/button.jpg) repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #302723;
}
/*Search input*/

input.search {
  background: url(images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}
