/*** 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: #BDBDC3;
	font: 13px Arial, Helvetica, sans-serif;
	color: #313131;
}
a {
	color: #156DA2;
	text-decoration: none;
}
a:hover {
	color: #0291C8;
	text-decoration: underline;
	font-style: italic;
}

/*** IMAGES ***/
	/* img links */
a img { 
	border: none;
}

/*** TXT ***/
	/* paragraphs */
p {
	margin: 0 0 19px;
	padding: 0 0 0 1px;
	line-height: 20px;
}



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: 19px;
}
/*** headings ***/
h1, h2, h3, h4, h5, h6 {
	line-height: 19px;
	margin: 0 0 6px;
}
hr{
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%; border:none;
	border-bottom: dotted #888888 1px;
}

/*** STRUCTURE ***/
#pagewrap {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 980px;
	height: 100%;
	min-height: 100%;
}

/*** HEADER ***/
#header {
	margin-bottom: 5px;
	min-height: 100%;
	height: 10%;
	z-index:100;
}
#site-pic {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	text-decoration: none;
}

/*** LANG NAVIGATION ***/
#lang-nav {
	float: left;
	width: 100%;
	height: 27px;
	position: absolute;
	top: 1px;
	left: -10px;
	margin-left: 0.8em;
	right: 1.5em;
	z-index: 200;	
}
#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: 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/langhover.png") ; 
	/*background-repeat: repeat-x ;*/
}

/*** NAVIGATION BAR ***/
#menu {
	list-style: none;
	background-image: url("../images/menu_bkg.gif") ; 
	background-repeat: repeat-x ;
	width: 100%; /*926px;*/
	//margin: 28px 0 0px 12px;
	height: 43px;
	//padding: 0 10px 0 21px;
	//position: absolute;
	z-index: 800;
	//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 6px;
	margin-left: 12px;
	margin-top: -1px;
	border: none;
}
#menu li:hover {
	background-image: url("../images/menu_hover_bkg.png"); 
	background-repeat: repeat-x ;
	margin-top: -1px;
	padding: 3px 4px 0 6px;
}
#menu li a {
	font-style: normal;
	color: #156DA2;
	line-height: 20px;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 0.2px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#menu li:hover a {
	color: #0291C8
	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 9px 6px 3px;
	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 {
	margin: 0 auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 0 5px 0px 5px;
	border: 1px solid #BBBBBB;
	border-top: none;
	/* Gradient background */
	background: #F4F4F4;
	background-image: url(../images/bkg_menu.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 600;
}
.dropdown_single {width: 230px;}
.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}

#menu li:hover .dropdown_single,
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns {
	left: -1px;
	top: 44px;
}
.col_S,
.col_1,
.col_2 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_S {width: 220px;}
.col_1 {width: 130px;}
.col_2 {width: 270px;}
#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 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	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 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;
}
#menu p {
	line-height:18px;
	margin:-3px 0 -8px 8px;
}
#menu li:hover div a {
	font-size: 13px;
	color: #551A8B;
	text-shadow: 0px 1px 0px #FFFFFF;
}
#menu li:hover div a:hover {
	font-style:italic;
	color: #0291C8;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

#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;
	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 dotted #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 dotted #AAAAAA;
}
#menu li .dropimg {
	padding: 6px 6px 6px 4px;	// Correction
}

/*** CONTENT ***/
#content {
	width: 70.8%;
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 10px 20px 10px;
	min-height: 966px;
	overflow-y: auto;
}
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-button {
	width: 14px;
	height:5px;
}
::-webkit-scrollbar-track {
	width: 14px;
	background-image: url(../images/rail.png);
	background-repeat: repeat-y;	
}
::-webkit-scrollbar-thumb {
	background-image: url(../images/cursor.png);
	background-repeat: repeat-y;
}
::-webkit-scrollbar-thumb:hover {
	background-image: url(../images/curshover.png);
	background-repeat: repeat-y;	

}
#content h1 {
	background-image: url("../images/img_sectionh1.gif"); 
	background-repeat: repeat-x ;
	color: #FFFFFF;
	font: italic 19px/100% Arial, "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;
}
#content h3 { 
	background: #b5b5b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5b5b6 0%, #a8a7a9 4%, #949395 39%, #89888a 52%, #888789 57%, #6b6a6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b6), color-stop(4%,#a8a7a9), color-stop(39%,#949395), color-stop(52%,#89888a), color-stop(57%,#888789), color-stop(100%,#6b6a6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5b5b6 0%,#a8a7a9 4%,#949395 39%,#89888a 52%,#888789 57%,#6b6a6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5b5b6 0%,#a8a7a9 4%,#949395 39%,#89888a 52%,#888789 57%,#6b6a6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5b5b6 0%,#a8a7a9 4%,#949395 39%,#89888a 52%,#888789 57%,#6b6a6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b5b5b6 0%,#a8a7a9 4%,#949395 39%,#89888a 52%,#888789 57%,#6b6a6c 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b6', endColorstr='#6b6a6c',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font: italic 18px/100% Arial, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	padding: 2px 8px 3px 15px;
}
#content h4 { 
	color: #156da2;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font: italic bold 15px/100% Arial, "Times New Roman", Times, serif;
	line-height: 24px;
	text-shadow: none;
	/* if lte IE 8 */
	filter: none;
	padding: 8px 0 4px 0;
}
#content.widget {
	height: 966px;
}
.prev {
	position: relative;
	float: right;
	cursor: pointer;
	margin-top: 3px;
	font-size: 11px;
}

/*** SIDEBAR ***/
.sidebar {
	width: 25%;
	float: right;
	min-height: 280px;
	height: 951px;
}
.sidebar h4 { font-size: 15px;
	color: #FFFFFF;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=360, Strength=1);*/
	zoom: 1;
	/*display: inline;*/
	font: 15px/100% Arial;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	padding: 4px 0 0 3px;
}
.sidebar li {
	margin: -4px 5px 4px 0px;
	list-style-type: none;
	padding: 7px 5px 7px 15px;
	line-height: 15px;
	clear: both;
 	border-bottom: dotted 1px #AAAAAA; 
	background: url("../images/square.gif");
}
hgroup {
	display: block;
}
.label {
	background: rgba(0,0,0,0.74);
	color: #DEDEDE;
	float: left;
	position: absolute;
	top: -1.5em;
	margin-left: 1.5em;
	right: 1.5em;
	z-index: 50;
}
.image_with_text .black_background {
   color: white;
   letter-spacing: -1px;
   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;
}

/*** WIDGET ***/
.widget {
	background-image: url(../images/bkg.png);
	background-repeat: repeat;
	padding: 10px 5px 35px 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}

/* debut ol yves*/
.widget ol {
	margin: 0;
	padding: 0;
}
/* fin ol yves*/

.widget li {
/*	margin-top:-5px;*/
	margin: -4px 5px 4px 0px;
	list-style-type: none;
	padding: 7px 5px 7px 15px;
	clear: both;
	background-image: none; 
}
.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: 0px;
   left: 0;
   padding: 4px 0px 0px 12px;
   width: 100%;
   letter-spacing: 0px;
}
.image_with_text .black_background
{
   color: white;
   letter-spacing: -1px;
   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;
}
/* 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;
}
.ulItemBar {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url('../images/grad1.jpg'); background-repeat:repeat-y;
	color: grey;
}

li.square {
	margin: 3px 0 1px 3px;
	background: url(../images/square.png) left 6px no-repeat;
	padding: 0 3px 0 15px;
	list-style-type: none;
}

li.square_bl, li.square_bl:hover {
	margin: 3px 0 1px 3px;
	background: url(../images/square_bl.png) left 6px no-repeat;
	padding: 0 3px 0 15px;
	list-style-type: none;
}
/* li number - yves - début */
li.nr, li.nr:hover {
	margin: 3px 0 1px 20px;
	padding: 6px 3px 0 0;
	list-style-type: decimal;
	list-style-position: outside;
}

/* li number - yves - fin */

li.dot_bl, li.dot_bl:hover {
	background: url(../images/dot_bl.png) left 14px no-repeat;
}

.ulItemBar.li, .ulItemBar.li:hover {
	background-image: none;
}
#sidebar1 a {
	color: #551A8B;
	text-decoration: none;
	font-weight: bold;
}	
#sidebar1 a:hover {
	color: #0291C8;
	text-decoration: none;
}	

/*** FOOTER ***/
#footer h4 { 
	color: #313131;
	font: italic 18px/100% Arial, "Times New Roman", Times, serif;
	line-height: 24px;
	text-shadow: none;
	/* if lte IE 8 */
	filter: none;
	padding: 8px 0 4px 0;
}
#footer {
	margin:0 auto 0;
	padding: 0 7px 12px 7px;
	height: auto;
	list-style:none;
	color:#88cce6;
	text-shadow:1px 1px #000;
	min-height:180px;
	background-color: #2c4387;
	background-image: url(../images/foot.png);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	clear: both;
}
#footer li {
	float:left;
	width:170px;
	margin:0 0px;
}
#footer .contacts {
	width:190px;
	margin:0 10px 0 0;
}
#footer .links {
	width:120px;
	margin:0 0 0 10px;
}
#footer span {
	text-transform:uppercase;
	font-size:1.5em;
	font-family: Verdana, sans-serif;
	line-height:1;
	margin:0 0 6px;
	display:block;
}
#footer span {
	color:#f5f3b4;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-size:1em;
	display:block;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	margin:5px 0;
	line-height:1em;
	width:100%;
}
#footer li ul{
	padding:0;
}

/*** COOKIES INFORMATION ***/
#cookieInfo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	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;
}


/*** R.VDB edit 2015 ***/