/*** 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-color: #FFFFFF;
	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;
}

#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;
}

.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;
}

#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: #000000;
	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 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: #000000;
	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;
}

/*** R.VDB fecit 2013 ***/