/*
Theme Name: Night Transition Loris
Theme URI: http://web-kreation.com/download.php#nighttransition
Description:  Un th&ecirc;me sur deux collonnes
Version: 1.1
Author: Loris Grillet (original par Jeremie Tisseau)
Author URI: http://www.loriskumo.com (original http://web-kreation.com/)
Date: Fvrier 2010

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

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

body {
  	font: 85%/130% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #b02c16 url(images/stripes.png) repeat center top;
  	width: 100%;
  	min-width: 970px;
}
/***** Common Formatting *****/

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

p {margin: 10px 0; padding: 0;}

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

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	font-size: 1.2em;
	display: block;
}

blockquote span.open {
	background: url(images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
	background: #F8F7F3;
	border-top: #EEEEDF 2px solid;
	border-bottom: #EEEEDF 2px solid;
  	color: #666666;
  	padding: 10px 15px;
  	margin: 10px 15px;
	font-family: "Courier New", Courier, monospace;
}

small {font-size: 0.80em;}

img {border: none;}

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 {
  	display: block;
  	clear: both;
  	border-top: 1px dotted #E7E1DE;
  	border-bottom: 1px dotted white;
  	margin: 5px 20px 0;
}

.red {
	color: #FF3300;
}

.green {
	color: #5EBA0A;
}

/***** Links *****/

a {
  	text-decoration: none;
  	color: #72382e;
}

a:hover {text-decoration: none; color: #f34c31;}

a:visited {text-decoration: none; color: #72382e;}


a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

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

table tr td {padding: 2px;}


/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

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

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

/* images border */
img.alignleft,
img.alignright,
img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.noborder {
	border: none;
	background: transparent;
	padding: 0;
}

/***** Main Layout ****/

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#wrapper {
  	width: 952px;
  	background: #FFFFFF url(images/bg_content.png) repeat-y left;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
}

/***** TOP PAGE *****/
#top {
	height: 90px;
	padding: 0 25px;
  	background: #b02c16 url(images/stripes.png) repeat center top;
}


/* Login */
#top ul.login {
  	height: 34px;
	width: auto;
  	float: right;
  	clear: right;
  	font-weight: bold;
	line-height: 33px;
	margin-right: 50px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/sprite_japon.png) repeat-x 0 -281px;
	padding-right: 20px;
}

#top ul.login li.left {
  	background: /*url(images/sprite_japon.png) no-repeat -198px -74px*/;
  	height: 34px;
	width: 20px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 34px;
  	background: url(images/sprite_japon.png) repeat-x 0 -281px;
}

#top ul.login li a {
	color: #b02c16;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	visibility:hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login .loginContent {
	width: 550px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent a {
	text-decoration: underline;
}

#login .loginContent input {
	border: 1px #666 solid;
	background: #444;
	margin-right: 5px;
	color: white;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent form {
	margin: 0 0 10px 0;
}

#login .loginContent input.button_login {
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
	width: 35px;
	height: 23px;
	cursor: pointer;
	border: none;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 17px;
	color: #b02c16;
	text-decoration: underline;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -17px;
  	color: #f34c31;
}

/* Main Navigation */
#nav {
	background: transparent url(images/sprite_japon.png) repeat-x 0 -139px;
	display: block;
	padding: 0;
	margin: 0;
	height: 34px;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 100;
  	position: relative;
}

#nav li {
	background: url(images/nav_sep.png) no-repeat 0 0;
	text-align: center;
	display: block;
	float: left;
	height: 34px;
	width: auto;
	margin: 0;
	padding: 0;
  	position: relative;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	color: #EEEEEE;
	font-size: 0.9em;
	left: 2px;
	text-shadow: #000000 0 -1px 0;
}

#nav li a:hover {
	background: url(images/sprite_japon.png) repeat-x 0 -173px;
	color: #FFFFFF;
}

#nav li a.active {
	background: url(images/sprite_japon.png) repeat-x 0 -173px;
  	color: white;
	font-weight: bold;
}

#nav li.sep {
	background: url(images/nav_sep.png) no-repeat 0 0;
	width: 2px;
	height: 34px;
	display: block;
}

#nav li.left {
	background: url(images/sprite_japon.png) no-repeat -100px 0;
	width: 36px;
	height: 34px;
}

#nav li.right {
	background: url(images/sprite_japon.png) no-repeat -135px 0;
	width: 36px;
	height: 34px;
	float: right;
}

/***** HEADER *****/
#header {
	background: url(images/header.jpg) no-repeat;
	width: 100%;
	height: 214px;
	position: relative;
	z-index: 1;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

#header .intro {
	width: 650px;
	padding: 165px 0 0 30px;
}

#header .intro h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

#header .intro h3 {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

#header .intro p {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* Header info */
#header .info {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 190px;
	color: black;
	width: 530px;
	font-size: 0.85em;
	color: #999;
}

/* Header Logo */

#logonuage {
	position: absolute;
	width: 317px;
  	height: 114px;
  	background: url(images/sprite_japon.png) no-repeat 0 -600px;
  	display: block;
  	top: 30px;
  	left: 30px;
}


#logonuage:hover {
	width: 317px;
  	height: 114px;
	background: url(images/sprite_japon.png) no-repeat 0 -486px;
	display: block;
}


h1 #logonuage span{
	font-size: 0px;
	display: none;
}



/***** Search Box *****/
#header #searchform {
	position: absolute;
	z-index: 2;
	left: 666px;
	top: 180px;
	width: 238px;
}

#header #searchform .searchField {
	display: block;
	float: left;
	border: none;
	background: transparent;
	width: 158px;
	color: white;
	height: 19px;
	padding-top: 5px;
}

#header #searchform .searchSubmit {
	background: transparent url(images/sprite_japon.png) 0 -60px;
	display: block;
	float: left;
	width: 78px;
	height: 25px;
	border: none;
	cursor: pointer;
}

/***** CONTENT *****/
#content {
	display: block;
	float: left;
	clear: left;
	width: 630px;
	padding: 20px 15px 20px 20px;
}

#content h1 {
	margin: 20px 0;
}

#content h2 {
	height: 20px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 0 0 0;
	color: #232323;
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
	padding-top: 30px;
	color:  #232323;
	margin-bottom: 20px;
}

#content h4 {
	font-size: 1.3em;
	font-weight: bold;
	color:  #232323;
	margin-bottom: 15px;
}

#content h5 {
	font-size: 1.1em;
	font-weight: bold;
	color:  #232323;
	margin-bottom: -5px;
}

/* post */
#content .post {
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	text-align: left;
}

#content .post .title {
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	display: block;
	clear: both;
	padding-right: 10px;
}

#content .post .title h1 {
	min-height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0;
	color: #232323;
}

#content .post .title h1 a {
	color: #232323;
	text-decoration: none;
}

#content .post .title h1 a:hover {
	color: #b02c16;
}

#content .post .title small, #content .post .title span {
	color: #232323;
}

#content .post .title span {
	font-size: 0.5em;
}

#content .post .title small a, #content .post .title span a {
	color: #b02c16;
}

#content .post .title small a:hover, #content .post .title span a:hover {
	color: #f34c31;
}

/* Post Date */
#content .post .title .date {
  Float: left;
  clear: left;
  width: 48px;
  height: 44px;
  border-right: 1px solid #DFD8C8;
  margin: 4px 10px 4px 0;
  text-align: center;
}

#content .post .title .date .day {
  display: block;
  clear: left;
  font-size: 1.8em;
  color: #393939;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#content .post .title .date .month {
  display: block;
  clear: both;
  font-size: 0.9em;
  font-weight: bold;
  margin:-3px 0;
  text-transform: uppercase;
  padding: 0;
}

#content .post .title .date .year {
  display: block;
  clear: left;
  font-size: 0.85em;
  color: #393939;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

/* Page */
#content #page h1 {
	padding: 5px 10px;
}


/* Post Entry */
#content .post .entry {
	padding: 0 15px;
	margin: 0;
}

#content .post .entry p.more {
	font-size: 0.8em;
}

#content .post .postmetadata {
	font-size: 0.8em;
	color:  #232323;
}

/* Writer Info */
#content #writerInfo {
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	padding: 20px 10px;
	display: block;
	margin:25px 0 15px 0;
	padding:12px;
	font-size: 0.9em;
}

#content #writerInfo img {
	padding:3px;
	background-color: white;
	border:1px solid #ccc;
	float:left;
	display: block;
	margin-right: 7px;
}

#content #writerInfo p {
	margin:0;
	width:500px;
	padding: 0;
	float: right;
}

#content #writerInfo span {
	display:block;
	float: left;
	padding-top:4px;
	margin-top:12px;
	border-top:1px solid #EEEEDF;
}

#content #writerInfo a.rss {
	background: url(images/feed_small.jpg) no-repeat right 2px;
	padding-right: 18px;
}

/* Content - Global Classes */
#content a {
	text-decoration: underline;
}

#content ul {
	padding: 5px 0 5px 20px;
}

#content ul li {
	/*background: url(images/bullet.jpg) 0 4px no-repeat;*/
	padding-left: 10px;
	list-style-type: circle;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0;
}

#content ol li {
	margin: 10px 0;
}

/* Back to top */
#content a.backToTop {
	background: url(images/sprite_japon.png) no-repeat 0 0;
	display: block;
	float: right;
	width: 95px;
	height: 19px;
	padding: 1px 0 0 5px;
	margin-bottom: 4px;
	text-decoration: none;
	font-size: 10px;
	color: #b02c16;
}

#content a:hover.backToTop {
	border: none;
	background: url(images/sprite_japon.png) no-repeat 0 -20px;
	color: #b02c16;
}

#content a:active.backToTop {
	border: none;
	background: url(images/sprite_japon.png) no-repeat 0 -40px;
	color: #b02c16;
	height: 18px;
	padding-top: 2px;
}

.topclear
{
	clear: both;
	display: block;
}

#content .navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 0.85em;
	clear: both;
}

#content .navigation a {
	color: #b02c16;
}

#content .navigation a:hover {
	color: #f34c31;
}

/***** COMMENTS *****/
#content .commentlist {
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	list-style: none;
}

#content .commentlist li {
	font-weight: bold;
}

#content .commentlist .commentNumber {
	float: right;
	padding-right: 25px;
	color: #D8D1BA;
	width: 20px;
	height: 20px;
	font: 2em 'Trebuchet MS', Verdana, Arial, Sans-Serif;

}

#content .commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 7px;
}

#content .commentlist cite, #content .commentlist cite a {
	font-weight: bolder;
	font-style: normal;
	font-size: 1em;
}

#content .commentlist cite a {
	text-decoration: none;
	color: #b02c16;
}

#content .commentlist cite a:hover {
	text-decoration: none;
}

.commentlist .commentText {
	font-weight: normal;
	font-size: 0.9em;
	text-transform: none;
	background-color: #F8F7F3;
	padding: 10px 20px 10px 10px;
	margin: 15px 0 30px 0;
}

/* highlight author comment with a different background color */
#content .commentlist .comment-admin {
 	background-color: #dedcd6 !important;
}

#content .commentmetadata {
	font-weight: bold;
	color: #999999;
}

#content #commentform {
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	padding: 20px 10px;
	display: block;
}

#content #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#content .nocomments {
	font-size: 1.2em;
	font-weight: bold;
}

/* extras */
/* content typography */
#content a.dwnld{
	background: url(images/dwnld.jpg) no-repeat 0 0;
	display: block;
	clear: both;
	height: 48px;
	width: 216px;
	color: white;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-left: 70px;
	padding-top: 18px;
	margin: 20px 0;
	text-decoration: none;
}

#content a:hover.dwnld {
	background: url(images/dwnld.jpg) no-repeat 0 -66px;
	text-decoration: none;
}

#content a.dwnld span {
	font-size: 0.70em;
}

p.note,
p.error {
	display: block;
	width: 560px;
	min-height: 35px;
	float: left;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

p.note {background: #FFF9D7 url(images/info.jpg) no-repeat 5px 4px;}

p.error {
	background: #FF9D9D url(images/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}


/***** SIDEBAR *****/
#sidebar {
	background: url(images/sprite_japon.png) no-repeat 0 -714px;
	display: block;
	float: left;
	width: 260px;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 0.8em;
}

#sidebar p {
    margin: 10px 0;
	padding: 0;
}

#sidebar h2 {
	font-size: 1.6em;
	height: 22px;
	color: #333333;
	border-bottom: 1px solid #ccc;
	width: 260px;
	font-weight: bold;
	margin: 15px 0 10px;
}



#sidebar h2 a {
	color: #333333;
	width: 260px;
	font-weight: bold;
}

#sidebar h2 a:hover {
	color: #b02c16;
	width: 260px;
	font-weight: bold;
}

#social
{
	width: 268px;
	height: 57px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#social li
{
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
}

/* BOUTONS SOCIAL*/
#soc_RSS{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) 0 -315px;
	display: block;
}
#soc_RSS:hover{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) 0 -372px;
	display: block;
}
#soc_RSS:active{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) 0 -429px;
	display: block;
}

#soc_Facebook{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -58px -315px;
	display: block;
}
#soc_Facebook:hover{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -58px -372px;
	display: block;
}
#soc_Facebook:active{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -58px -429px;
	display: block;
}
#soc_Twitter{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -115px -315px;
	display: block;
}
#soc_Twitter:hover{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -115px -372px;
	display: block;
}
#soc_Twitter:active{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -115px -429px;
	display: block;
}
#soc_Flickr{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -172px -315px;
	display: block;
}
#soc_Flickr:hover{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -172px -372px;
	display: block;
}
#soc_Flickr:active{
	width: 57px;
	height: 57px;
	background: url(images/sprite_japon.png) -172px -429px;
	display: block;
}

h2.rss {
	background: url(images/rss.jpg) no-repeat 230px 0;
	height: 21px;
}

.clearboth{
	clear: both;
	visibility: hidden;
}

#counter
{
	font-size: 13px;
	width: auto;
	color: #666666;
	line-height: 2.5;
	text-align: center;
	text-shadow: #DDDDDD 0 -1px 0;
	border: 1px solid #666666;
	border-radius:10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px;
	background: #FFFFFF url(images/back-cal-white.gif) repeat;
}

#counter b
{
	font-size: 16px;
}

#flickr
{
	width: 268px;
	margin-bottom: 20px;
	clear: both;
}

#flickr img
{	width: 75px;
	height: 75px;	
}

#flickr h2 a
{
	text-decoration: none;
}

#flickr h2 a:hover
{
	color: #1057AE;
	text-decoration: none;
}

#flickr h2 a:hover span
{
	color: #FF0084;
	text-decoration: none;
}



#flickr img {
	padding: 3px !important;
	
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
	float: left;
	margin: 0px 5px 5px 0px;
}

#flickr img:hover {
	padding: 3px !important;
	background: #dddddd;
	border: 1px solid #E8E4E2;
	float: left;
	margin: 0px 5px 5px 0px;
}

#twitter{
	margin-bottom: 20px;
}

#twitter h2 a:hover{
	text-decoration: none;
}

#twitter h2 a:hover{
	color: #33ccff;
}

#twitter p{
	font: italic 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
	background-color: #F5F4F3;
	padding: 5px;
}

.twitter-timestamp
{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
}

#tabs ul li ul li {
	width: 260px;
	margin-bottom: 2px;
}

#tabs ul li ul li a {
	display: block;
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	padding: 2px 5px;
	width: 250px;
	height: 100%;
}

#tabs ul li ul li a:hover {
	background: white;
}

#tabs img {
	padding: 3px !important;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
	float: left;
}

/*#tabs img.feed {
	display: block;
	padding: 0;
	background: transparent;
	border: none;
	margin-top: 25px;
}*/

#sidebar .ads .ad-left {
	float: left;
	margin: 0 0 10px 0;
}

#sidebar .ads .ad-right {
	float: right;
	margin: 0 0 10px 0;
}

/* tabbed menu */
#sidebar .shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#sidebar .shadetabs li{
	display: inline;
	margin: 0;
}

#sidebar .shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CDC6A9;
	color: #b02c16;
	background: #EEEEEE;
	display: inline !important;
}

#sidebar .shadetabs li a:hover{
	background: #EFEFEF;
	color: #f34c31;
}

#tabs .shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

#tabs .shadetabs li a.selected{ /*selected main tab style */
	background: url(images/shadetabs.jpg) repeat-x 0 0;
	border-bottom: none;
}

#tabs .shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background: url(images/shadetabs.jpg) repeat-x 0 0;
}

#sidebar .content {
	border: #CDC6A9 1px solid;
	padding: 15px 0;
	width: 260px;
}

#sidebar .content ul {
	padding: 0 10px;
}

#sidebar .content ul li {
	border-bottom: 1px #eee solid;
	margin: 0;
	padding: 3px 7px;
	display: block;
	width: 230px;
}

#sidebar .content ul li ul li {
	width: 213px;
}

#sidebar .content ul li ul li ul li {
	width: 196px;
}

#sidebar .content ul li a {
	display: inline !important;
	background: transparent !important;
	border: none !important;
	padding: 0;
	width: 230px;
}

#sidebar .tabcontent{
	display:none;
}

@media print {
#sidebar .tabcontent {
	display:block !important;
}
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 20px;
	padding: 10px;
	width: 260px;
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	float: left;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/***** FOOTER *****/
#footer {
	background: url(images/sprite_japon.png) repeat-x 0 -207px;
	clear: both;
	width: 952px;
	height: 74px;
	color: #EEEEEE;
	font-size: 0.9em;
	margin-bottom: 70px;
	text-shadow: #000000 0 -1px 0;
}

#footer a {
	color: #BBBBBB;
	border-bottom: none;
}

#footer a:hover {
	color: #999999;
	border-bottom: none;
}

#footer .foot_l {
	background: url(images/sprite_japon.png) no-repeat -172px 0;
	width: 80px;
	height: 74px;
	float: left;
}

#footer .foot_l a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#footer .foot_r {
	background: url(images/sprite_japon.png) no-repeat -252px 0;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}

#footer .foot_content {
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 10px 0 0 0;
	text-align: center; 
}

#footer .foot_content p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer .foot_content .logo {
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;
}

#footer .foot_content .logo a {
	background: url(images/footer_logo.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
}

#footer .foot_content .logo a:hover {
	background: url(images/footer_logo.jpg) no-repeat 0 -38px;
	display: block;
}

#footer .foot_info {
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.80em;
	line-height: normal;
}

/* Back to top */
#footer .backToTop {
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}

#footer .backToTop a {
	background: url(images/sprite_japon.png) no-repeat -278px -65px;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#footer .backToTop a:hover {
	background: url(images/sprite_japon.png) no-repeat -278px 9px;
	border: none;
}

#footer ul li {
	display: inline;
}


/* FORM */

#frm_form_fields fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.frm_forms
{
	margin-top: 15px;
	padding: 10px 15px;
	background-color: #F8F7F3;
	border: #EEEEDF 1px solid;
}

.frm_pos_top{
	font-size: 14px;
	margin-top: 10px;
}

.description{
	font-size: 10px;
	
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
}

.frm_forms input{
	height: 20px;
	font-size: 12px;
	margin-bottom: 0px;
}

.bienenvoye
{
	margin-top: 20px;
	padding: 15px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	background-color: #cdf6d0;
}
