/*** RESET ***/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

	/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*** GENERAL STYLING ***/

body {
	background-image: url(/images/Losanges.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #CBCBCB;
	font: 13px Arial, Helvetica, sans-serif;
	color: #313131;
}

a {
	color: #313131;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	color: #208708;
	text-decoration: none;
}

	/* Toutes les images contenues dans un lien */
a img { 
	border: none;
}

p {
	margin: 0 0 19px;
	padding: 0 0 0 1px;
	line-height: 22px;
}

/*** LIST ***/

ul, ol {
	padding: 0;
	line-height: 15px;
	list-style-position: inside;
}

li {
	margin: 3px 0 1px 3px;
	background: url(/images/square.png) left 6px no-repeat;
	padding: 0 3px 0 15px;
	list-style-type: none;
	line-height: 15px;
}

	/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 19px;
	margin: 0 0 6px;
}

h1 {
	font-size: 32px;
	color: #313131;
}

h2 {
	font: 21px/100% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

h3 {
	font-size: 13px;
	color: #313131;
	text-shadow: 1px 1px 1px #FFFFFF;
}

h4 {
	font-size: 15px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	color: #FFFFFF;
	/* if lte IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=360, Strength=1);
  	zoom: 1;
}

h5 {
	font-size: 12px;
	color: #313131;
}

h6 {
	line-height: 19px;
	font: 17px/100% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h7 {
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

big {
	font-size: 14px;
}

hr{
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%; border:none;
	border-bottom: dotted #888888 1px;
}

	/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*** GENERAL STRUCTURE ***/

#pagewrap {
	width: 970px;
	margin: 0 auto;
	min-height: 1480px;	
}

/*** HEADER ***/

#header {
	position: relative;
	z-index: 100;
	height: 177px;
}

	/* site pic */
#site-pic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px 0 0 0;
	text-decoration: none;
}

/*** SEARCH BOX ***/

#searchwrapper {
	width: 185px; /*follow your image's size*/
	height: 24px;/*follow your image's size*/
	background-image: url("/images/searchbox.gif");
	background-repeat: no-repeat; /*important*/
	position: absolute;
	left : 766px;
	top: 106px;
	/*important*/
	z-index: 200;
}
 
#searchwrapper form { display: inline ; }
 
.searchbox {
	border: 0; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 3px;
	left: 3px;
	width: 155px;
	height: 17px;
}
 
.searchbox_submit {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 3px;
	left: 164px;
	width: 18px;
	height: 18px;
} 

/*** NAVIGATION BAR ***/

#menu {
	list-style: none;
	background-image: url("/images/menu_bkg.gif") ; 
	background-repeat: repeat-x ;
	width: 926px;
	margin: 28px 0 0px 12px;
	height: 43px;
	padding: 0 10px 0 21px;
	position: absolute;
	z-index: 100;
	top: 112px;
}

#menu li {
	float: left;
	background-image: url("/images/square.png");
	background: none;
	display: block;
	text-align: center;
	position: relative;
	padding: 3px 4px 0 9px;
	margin-left: 6px;
	margin-top: -1px;
	border: none;
}

#menu li:hover {
	background: #555555;
	background-image: url("/images/menu_hover_bkg.gif"); 
	background-repeat: repeat-x ;
	padding: 3px 4px 0px 9px;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #313131;
	line-height: 20px;
	display: block;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#menu li:hover a {
	color: #313131;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#menu li .drop {
	padding: 8px 19px 9px 0;
	background: url(/images/drop.png) no-repeat right 15px;
}

#menu li .dropimg {
	padding: 6px 19px 11px 0;
	background: url(/images/drop.png) no-repeat right 15px;
}

#menu li:hover .drop {
	background: url(/images/drop.png) no-repeat right 15px;
}

.dropdown_single,
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns {
	margin: 0 auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 0 5px 3px 5px;
	border: 1px solid #777777;
	border-top: none;
	
	/* Gradient background */
	background: #F4F4F4;
	background-image: url(/images/bkg_menu.gif);
	background-repeat: repeat;
	background-position: left top;

	/* Rounded Corners */
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
.dropdown_single {width: 230px;}

.dropdown_1column {width: 140px;}

.dropdown_2columns {width: 280px;}

.dropdown_3columns {width: 420px;}

#menu li:hover .dropdown_single,
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns {
	left: -1px;
	top: 44px;
}

.col_S,
.col_1,
.col_2,
.col_3 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_S {width: 220px;}
.col_1 {width: 130px;}
.col_2 {width: 270px;}
.col_3 {width: 410px;}


#menu .menu_right {
	float: right;
	margin-right: 0;
}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

#menu li:hover .align_right {
	left: auto;
	right: -1px;
	top: 44px;
}

#menu p, #menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 13px;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#menu h2 {
	background: url(/images/square.png) left 7px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size: 15px;
	color: #313131;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 5px 0 10px 0;
	padding: 2px 0 7px 12px;
	border-bottom: 1px solid #666666;
}

#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}

#menu p {
	line-height:18px;
	margin:-3px 0 -8px 8px;
}

#menu li:hover div a {
	font-size: 13px;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#menu li:hover div a:hover {
	color:#208708;
}

.strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:0;
	border:2px solid #FFFFFF;
	margin-top:-2px;
	-moz-box-shadow: 1px 1px 2px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 2px 1px #AAAAAA;
	box-shadow: 1px 1px 2px 1px #AAAAAA;
}

.img {
	margin-top: -2px;
	margin-bottom: 2px;
}

.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin: 0 28px 0 3px;	/*	0 10px 0 3px;	*/
}

#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

#menu li ul li {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	text-shadow: 0 2px 0 white;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li .text li {
	margin: 0;
	padding: 0;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	text-indent: 16px;
	text-shadow: 0 2px 0 white;
}
	
#menu li .text li:hover {
	background-image :url(/images/arrow3.gif);
	background-repeat: no-repeat;
}

#menu li .list li {
	margin: 4px;
	padding: 0;
	background-image :url(/images/arrow.png);
	background-repeat: no-repeat;
	text-indent: 16px;
	padding-top: 1px;
	padding-bottom: 6px;
	border-bottom: 1px solid #AAAAAA;
}	
#menu li .list li:hover {
	margin: 4px;
	padding: 0;
	background-image: url(/images/arrow3.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 6px;
	border-bottom: 1px solid #AAAAAA;
}

/*** LANG NAVIGATION ***/

#lang-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 15px;
	left: -10px;
	bottom: 0;
	z-index: 100;
}

#lang-nav li {
	float: right;
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	position: relative;
}

#lang-nav a {
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#lang-nav a:hover {
	color: #FFFFFF;
	background: #474747;
	background-image: url("/images/lang_hover_bkg.gif") ; 
	background-repeat: repeat-x ;
}

/*** CONTENT ***/

#top2 {
	width: 340px;
}

#content {
	background: #FFFFFF;
	background-image: url(/images/backgr.png);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	padding: 0px 20px 20px 20px;
	position: relative;
	z-index: 1;
	width: 705px;
	min-height: 1475px;	
	float: left;
}

#agenda {
	width: 352px;
	height: 239px;
	margin: -8px 10px 10px 10px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #6F9930;
	border-right: 1px solid #6F9930;
	border-bottom: 1px solid #6F9930;
}

#blocktoscroll {
	overflow: auto;
	position: relative;
    scrollbar-face-color: #A9A7AB;
    scrollbar-shadow-color: #6E6E6E;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #E79A00;
    scrollbar-darkshadow-color: #6E6E6E;
    scrollbar-track-color: #DFE1E1;
    scrollbar-arrow-color: #FFFFFF;
}
 
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-button {
	width: 10px;
	height:5px;
}

::-webkit-scrollbar-track {
	background:#F4F4F6;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}

::-webkit-scrollbar-thumb {
	background-color: #7B7A7A;
	border: thin solid rgb(117, 117, 117);
	background-image: -moz-linear-gradient(left, #DFE1E1, #C0C3C4);
	background-image: -ms-linear-gradient(left, #DFE1E1, #C0C3C4);
	background-image: -o-linear-gradient(left, #DFE1E1, #C0C3C4);
	background-image: -webkit-gradient(linear, left top, right top, from(#DFE1E1), to(#C0C3C4));
	background-image: -webkit-linear-gradient(left, #DFE1E1, #C0C3C4);
	background-image: linear-gradient(left, #DFE1E1, #C0C3C4);
	border: #E79A00;
	border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #FFFFFF;
	border: thin solid orange;
	background-image: -moz-linear-gradient(left, #666666, #ACACAC);
	background-image: -ms-linear-gradient(left, #666666, #ACACAC);
	background-image: -o-linear-gradient(left, #666666, #ACACAC);
	background-image: -webkit-gradient(linear, left top, right top, from(#666666), to(#ACACAC));
	background-image: -webkit-linear-gradient(left, #666666, #ACACAC);
	background-image: linear-gradient(left, #666666, #ACACAC);
}			

.content .image_with_text {
   margin: 0 -10px 0 -10px;
   padding: 0;
   position: relative;
   max-width: 110%;
   	overflow: hidden;
	height: auto;
}

.content span.over_text {
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   padding: 4px 0 0 18px;
   width: 100%;
   font: 20px/100% Georgia, "Times New Roman", Times, serif;
   letter-spacing: 0;
}

.image_with_text .black_background {
   color: white;
   letter-spacing: 0;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.6);
   padding: 10px;
   /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.content .image_with_text2 {
   margin: 0;
   padding: 0;
   position: relative;
   max-width: 100%;
   width: auto\9; /* ie8 */	
	overflow: hidden;
	height: auto;
}

.content span.over_text2 {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 400px;
	padding: 0;
	width: 100%;
	letter-spacing: 0;
}

.image_with_text2 .black_background {
	color: white;
	letter-spacing: 0;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
   /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}

/*** POST ***/

.post {
	margin: -3px -10px 10px -10px;
	padding: 8px 15px 15px 15px;
	border-left: 1px solid #6F9930;
	border-right: 1px solid #6F9930;
	border-bottom: 1px solid #6F9930;
}

.post-title {
	color: #313131;
	margin: 0;
	padding: 0px 0 0px 0;
	font: 19px/100% Georgia, "Times New Roman", Times, serif;
}

.post-title2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font: 20px/100% Georgia, "Times New Roman", Times, serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-subtitle {
	color: #313131;
	margin: 0 0 3px 0;
	padding: 0;
	font: bold 13px/100% Arial, Helvetica, sans-serif;
}

.post-subtitle a {
	text-decoration: none;
	color: #000;
}

.post-subtitle2 {
	color: #313131;
	margin: 0 0 7px 0;
	padding: 0;
	font: bold 13px/100% Arial, Helvetica, sans-serif;
}

.post-meta {
	margin: 10px 10px 0 0;
	font-size: 90%;
}
	
.post-image {
	float: left; margin: 0;	
}

.post table {
	margin: -1px -10px 0 -10px;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
	border-color: #CCCCCC;
}

/*** SIDEBAR ***/

#sidebar {
	width: 220px;
	/*height: 1500px;*/
	height: auto;
	float: right;
	margin: 15px 0 0;
	background: url(/images/backgr2.png);
}

.logo{
	width: 200px;
	height: 90px;
	position: relative;
	top: 1300px;
	left: 860px;
}

.widget {
	margin: 0;
	padding: 8px 10px 0 10px;
	height: 1484px;
}

.widget h4 {
	font: normal 18px/100% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}

.widget a:link {	/* unvisited link */
	font-size: 13px;
	font-weight:bold;
	font-style:normal;
	color: #313131;
	text-decoration: none;
}

.widget a:hover {  /* mouse over link */
	color: #208708;
}

.widget ul {
	margin: 2px 0 4px 0;
	padding: 2px 0 3px 0px;
}

.widget li {
	margin: -4px -1px 4px -1px;
	background: url(/images/arrow.png) left 3px no-repeat;
	padding: 7px 2px 0px 14px;
	text-indent: 0px;
	list-style-type: none;
}

.widget li:hover {
	background: url(/images/arrow3.gif) left 3px no-repeat;
}

.widget .image_with_text {
	margin: 0 0 6px 0;
	padding: 0;
	position: relative;
	max-width: 100%;
	width: auto\9; /* ie8 */	
	overflow: hidden;
	height: auto;
}

.widget span.over_text {
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   padding: 3px 0 0 12px;
   width: 100%;
   letter-spacing: 0;
}

.widget .image_with_link {
   bottom: auto;
   position: relative;
   max-width: 100%;
   width: auto\9; /* ie8 */	
   overflow: hidden;
   height: auto;
}

.widget span.over_link {
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   padding: 0 0 0 6px;
   width: 93%;
   letter-spacing: 0;
}

.link_image {
	margin: 3px 0 3px 0;
	border: 2px solid #FFFFFF;
}

.link_image:hover {
	border-top: 2px solid #E79A00;
	border-bottom: 2px solid #E79A00;
}

.viplink li {
	margin: -2px 0 0 0;
	background: url(/images/arrow.png) left 4px no-repeat;
	font: italic 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #E79A00;
	text-decoration: underline;
}

.viplink li:hover {
	background: url(/images/arrow3.gif) left 4px no-repeat;
	color: #208708;
	text-decoration: none;
}

	/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/*** HOME PAGEAGENDA ****/

#agenda {
	/* Important! Exact width & height */
	width: 352px;
	height: 239px;
	margin: -11px 10px 8px 8px;
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden; /*auto*/
}

#blocktoscroll {
      /* border:1px solid black;*/
	width:334px;
	height:142px;
	overflow-x:hidden;
	overflow-y:auto; /*auto*/
}

#blocktoscroll li {
	line-height: 15px;
	background: url(/images/square.png) left 5px no-repeat;
	padding: 0 2px 0 10px;
}

#cv {
	margin-left: 86px;
	text-indent: 25px;
}

#cv img {
	background-color: #FFFFFF;
	border-color: #AAAAAA;
	padding: 3px;
	margin: 0 0 10px 5px;
	-moz-box-shadow:0 0 4px #666666;
	-webkit-box-shadow:0 0 4px #666666;
	box-shadow:0 0 4px #666666;
}

/*** FOOTER ***/

#footer{
	clear: both;
	width: auto;
	height: 73px;
	color: #FFFFFF;
	background-image: url(/images/footer.png);
}

.copyright{
	float: left;
	padding-left: 0;
	padding-top: 0;
}

.footer_links{
	float: right;
	padding-right: 240px;
	padding-top: 18px;
}

.footer_links a{
	text-decoration: none;
	color: #888888;
}

.footer_links a:hover{
	text-decoration: underline;
	color: #049a04;
}

#story div {
	font-size: 13px;
}

#story h1 {
	background-image: url("/images/img_sectionh1.gif"); 
	background-repeat: repeat-x ;
	color: #FFFFFF;
	font: italic 19px/100% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	padding: 2px 8px 5px 15px;
	margin: -8px -8px 8px -8px;
}

#story h2 {
	background-image: url("/images/img_sectionh2.png"); 
	background-repeat: repeat-x ;
	font: italic 18px/100% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: none;
	color: #313131;
	padding: 4px 0 6px 15px;
	margin: 8px -7px 8px -7px;
}

#story h3 { 
	background-image: url("/images/img_sectionh1.gif"); 
	background-repeat: repeat-x ;
	color: #FFFFFF;
	font: italic 19px/100% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	padding: 2px 8px 5px 15px;
	margin: 8px -8px 8px -8px;
}

#story h4 { 
	color: #313131;
	font: italic 18px/100% Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	text-shadow: none;
	/* if lte IE 8 */
	filter: none;
	padding: 8px 0 4px 0;
}

#story h5 {
	color: #313131;
	padding: 5px 0 3px 0;
	font-size: 13px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#story h6 {
	color: #208708;
	margin-top: 0px;
	margin-bottom: -1px;
	font-style:italic;
	font-size: 18px;
}

#story p.legend { 
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
  color: #808080;
}

#story li {
	background: url(/images/square.png) left 12px no-repeat;
	line-height: 28px;
}

#story li li { 
	background: url(/images/dot.png) left 14px no-repeat;
}

#story p.chapeau {
	margin-top: -10px;
}

#story em.italic {
	font-style: italic;
}

#story div.linklist_1 {
	padding: 7px;
	border-bottom: 1px dotted #888888;
}

#story div.linklist_0 {
	padding: 7px;
	border-bottom: 1px dotted #888888;
}

#story img.LargeImage {
	display: block; 
	margin: 6px 8px 6px -2px;
	border:3px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 2px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 2px 1px #AAAAAA;
	box-shadow: 1px 1px 2px 1px #AAAAAA;}

#story .TD1 {
	padding: 5px;
	border-bottom: 1px dotted #888888;
}

#story .TD0 {
	padding: 5px;	
	border-bottom: 1px dotted #888888;
}

#section div {
	color: #313131;
}

#section div.menu {
	color: #313131;
	border-top: 2px dotted #E79A00;
	border-bottom: 2px dotted #E79A00;
 	font: bold 13px/100% Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 5px 6px 5px 0;
}

#section h1 { 
	background-image: url("/images/img_sectionh1.gif"); 
	background-repeat: repeat-x ;
	color: #FFFFFF;
	font: italic 19px/100% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	padding: 2px 8px 5px 15px;
	margin: -8px -8px -8px -8px;
}

#section a {
	background: url(/images/drop2.png) left 4px no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#section a:hover { 
	background: url(/images/drop2_hover.gif) left 4px no-repeat;
	text-decoration: none;
}


/*** TABLE OLD ***/

table.tab {
	width: 100%;
	border: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

th.th { 
	background-image: url("/images/img_linklist.png");
	background-repeat: repeat-x;
	color: #313131; 
	font-weight: bold; 
	font-size: 19px; 
	/*background-color: #BADAA8; */
	padding: 5px 4px 3px 2px;
	border: solid 1px #B5B6B5;
}

td.td1 { 
	padding: 7px;
	border-bottom: 1px dotted #888888;
}

td.td0 { 
	padding: 7px;
	border-bottom: 1px dotted #888888;
}

td.agenda1 { 
	background-image: url("/images/back.png");
	background-position: bottom;
	padding: 3px 5px 8px 10px;
	font-size: 16px;
	vertical-align: middle;
}

td.agenda0 { 
	background-image: url("/images/back.png");
	background-position: bottom;
	padding: 3px 5px 8px 10px;
	font-size: 16px;
	vertical-align: middle;
}

/*** HOME ***/

#home {
	overflow: hidden;
	margin-bottom: -3px;
	line-height: 16px;
}

#home h2 {
background-image: url("/images/img_sectionh1.gif");
background-repeat: repeat-x;
color: #FFFFFF;
font: italic 19px/100% Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
padding: 2px 8px 5px 15px;
text-align:left;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#home img {
	float: left;
	height: auto;
	width: 80px;
	margin: 2px 10px 6px 0; 	
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 2px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 2px 1px #AAAAAA;
	box-shadow: 1px 1px 2px 1px #AAAAAA;
}

#home hr {
	float: left;
}

#member_id {
	padding: 0 0 0 21px;
}

.td {
	background-color: #EEEEEE;
}

/*** Cookies information ***/
#cookieInfo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 10px;
	font-family: calibri;
	font-size: 16px; /*22px*/
	display: none;	/*block*/
	z-index: 1000000;
	background-color: #333;
	color: #fff; /*999*/
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
/*** Back to Top ***/
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    display: none;
}

.back-to-top:hover {    
	background: url(/images/top-hover.png) no-repeat transparent !important;
}

.collapseblock {display:none}
.expandblock {display:inline}

/*** mail obfuscator ***/
.mail {
	unicode-bidi:bidi-override;
	direction:rtl;
}

/*** R.VDB fecit 2013 ***/