/* CSS Document */
html {
	overflow-y: scroll;
}
body {
	background-color: #F5F9FD;
	background-image: url(images/common/backstreak.jpg);
	margin: 10px;
}
body, button, input, label, select, td, textarea {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
}
table {
	clear: both;
	border-spacing: 0px;
}
td {
	padding: 0;
	vertical-align: top;
}
form {
	margin-bottom: 0;
	padding-bottom: 0;
}
a {
	white-space: nowrap;
}
a:link {
	color: RoyalBlue;
}
a:visited {
	color: #6D4DD6;
}
a *, p * {
	display: inline !important;
}
p, ul, ol, div.bundleImgList {
	overflow: auto;
	zoom: 1;
}
p {
	margin: 16px 0px;
}
hr {
	height: 4px;
	border-width: 0;
	color: #9FC0B6;
	background-color: #9FC0B6;
	margin: 17px 0px 6px;
	background-image: linear-gradient(to bottom, #9FC0B6 0%, #F5F9FD 100%);
}
hr + p {
	margin-top: 13px;
}
hr ~ p {
	margin-bottom: 13px;
}
p + hr {
	margin-top: 13px;
}
img {
	border: 0 none transparent;
	vertical-align: middle;
}
td > img {
	display: block;
}
p img.left-flow, div.bundleImgList img.left-flow {
	float: left;
	margin: 0px 14px 5px 0px;
}
p img.right-flow, div.bundleImgList img.right-flow {
	float: right;
	margin: 0px 0px 5px 14px;	
}
ul, ol {
	margin: 16px 4px 16px 0px;
	padding-left: 40px;
}
li {
	margin-left: 0;
	padding-left: 0;
}
div.bundleImgList ul, div.bundleImgList ol {
	margin-top: 0;
	margin-bottom: 0;
}
div.bundleImgList {
	margin:16px 0px;
}

td > ul, td > ol {
	padding-left: 35px;
}
/*---------------------------------------------------------*/
tr.laceBckgDisc th span, table.laceBckgDisc th span {
	background: White;
	width: 20px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	text-shadow: 0px 1px 1px #F99830;
}
ol.fancyOL li:not(.list-unindent) {
	list-style-type: none;
	counter-increment: item;
	margin-bottom: 3px;
	margin-top: 3px;
}
ol.fancyOL li:not(.list-unindent):before {
	margin-right: 8px;
	content: counter(item);
	background: DarkBlue;
	color: Lemonchiffon;
	width: 20px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
}
ul.fancyListLink li:not(.list-unindent) {
	list-style-image: url(images/common/mylinks.gif);
}
ul.noticeUL li:not(.list-unindent) {
	list-style-type: none;
	position: relative;
}
ul.noticeUL li:not(.list-unindent):before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: DarkBlue;
	position: absolute;
	left: -15px;
	top: 8px;
}
li.list-unindent {
	list-style-type: none;
	margin-left: -25px;
}
h2 {
	margin: 0;
	margin-bottom: 2px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-shadow: 0px 0px 1px Black;
	letter-spacing: 1px;
	padding: 2px;
	padding-left: 15px;
	background-color: #DEEDED;
	background-image: linear-gradient(to bottom, #DEEDED 0%, #DEEDED 63%, White 100%);
	border-bottom: 2px solid #E9F2F9;
	border-radius: 5px;
}
h2 + ul, h2 + ol, h2 + p {
	margin-top: 4px;
}
ul + h2, ol + h2, p + h2 {
	margin-top: 20px;
}
/*---------------------------------------------------------*/
.notice {
	font-weight: bold;
	color: Navy;
}

span.unusual,span.anotherNote {
	text-shadow: 0px 0px 3px White, 0px 0px 3px White;
}
span.unusual {
	color: #FF465B;
}
span.anotherNote {
	color: DeepPink;
}

span.see-also, span.remark, span.advice {
	color: #FF7823;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	background-color: white;
}
span.see-also:before, span.remark:before, span.advice:before {
	display: inline-block;
	content: '';
	height: 15px;
}
span.see-also:before {
	width: 33px;
	background: transparent url(images/common/also-eye.png) no-repeat;
}
span.remark:before {
	width: 21px;
	background: transparent url(images/common/remark-finger.png) no-repeat;
}
span.advice:before {
	width: 19px;
	background: transparent url(images/common/advice-gear.png) no-repeat;
}
img.absmiddleImg {
	vertical-align: middle;
	margin-top: -0.25em;
}
/*---------------------------------------------------------*/
table.fancyTable td {
	border-left: 4px solid #93C572;
	border-top: 4px solid #93C572;
}
table.fancyTable th {
	border-left: 4px solid #E6EFF6;
	border-top: 4px solid #93C572;
	background-color: #BCDAB4;
	text-shadow: 0px 0px 2px White, 0px 1px 1px #BCDAB4;
}
table.fancyTable td:first-child, table.fancyTable th:first-child {
	border-left: none;
}
table.fancyTable tr:first-child td, table.fancyTable tr:first-child th {
	border-top: none;
}
table.fancyTable tr:first-child th:first-child {
	border-top-left-radius: 10px;
}
table.fancyTable tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.fancyTable tr:last-child th:first-child {
	border-bottom-left-radius: 10px;
}
table.fancyTable tr:first-child th {
	background-image: linear-gradient(to bottom, #BCDAB4 0%, #93C572 100%);
	/*--------------------------*/
	border-image-width: 0px 0px 0px 4px;
	border-image-source: linear-gradient(to bottom, White 0%, White 60%, #58A525 100%);
	border-image-slice: 1;
	/*---- IE, white line bug fix --- */ 
	transform: translateY(1px);
	z-index: -1;
}
table.fancyTable th[scope="row"]:first-child {
	background-image: linear-gradient(to right, #BCDAB4 0%, #93C572 100%);
	border-image-width: 4px 0px 0px 0px;
	border-image-source: linear-gradient(to right, White 0%, White 60%, #93C572 100%);
	border-image-slice: 1;
	/*---- IE, white line bug fix --- */ 
	transform: translateX(1px);
	z-index: -1;
}
table.fancyTable tr:first-child th:first-child {
	border-image: none;
}
/*----------------------------------------------------------------------*/
table.dataTable {
	border-collapse: collapse;
}
table.dataTable th {
	padding: 1px 7px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	border: 2px solid #7B84A2;
	text-shadow: 0px 0px 2px rgba(147,197,114,0.8);
	background-color: rgba(255,255,255,0.5);
}
table.dataTable tr:first-child th:first-child:empty {
	border-left: none;
	border-top: none;
	background-color: transparent;
}
table.dataTable td {
	text-align: center;
	border: 1px solid MediumOrchid;
	padding: 0px 3px;
}
table.dataTable th.secondTableHeader {
	text-align: center;
	background-color: #FFF5F2;
	color: #630AA9;
	text-shadow: 0px 0px 2px rgba(255,20,147,0.7);
}
a.showThumbAndCenter {
	display: table;
	margin: 0 auto;
	cursor: zoom-in;
}
.centerViaTable {
	display: table;
	margin: 0 auto;
}
.centerViaBlock {
	display: block;
	margin: 0 auto;
}
td.cellCenter, tr.cellCenter td {
	vertical-align: middle;
	text-align: center;
}
/*-------------------------------------------------------------------------------------------*/
div#allWrap {
	margin: 0 auto;
	width: 1000px;
}
div#header-part {
	height: 98px;
	color: #663399;
	clear: both;
}
div#header-part img {
	float: left;
}
div#header-part div {
	float: right;
	margin-right: 95px;
	margin-top: 15px;
	text-align: center;
}
span#website-title {
	font-weight: bold;
	font-size: 30px;
}
span#website-annotation {
	font-style: italic;
}
div#nav-part-top {
	text-align: left;
	background-color: MintCream;
	border-top: 2px solid SandyBrown;
	border-bottom: 2px solid SandyBrown;
	border-left: 3px solid #FBF4FA;
	border-right: 3px solid #FBF4FA;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	border-image-source: linear-gradient(to right, #FBF4FA 0%, SandyBrown 10%, SandyBrown 90%, #FBF4FA 100%);
	border-image-slice: 1;
	background-image: linear-gradient(to right, #EBFFFA 0%, MintCream 3%, MintCream 97%, #EBFFFA 100%);
	overflow: hidden;
	zoom: 1;
}
div#nav-part-top ul {
	list-style-type: none;
	margin: 0px 70px;
	padding: 0px 0px 0px 113px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(227,38,51,0) 47%, rgba(227,38,51,255) 50%, rgba(227,38,51,0) 53%, white 56%, white 59%, rgba(255,255,255,0) 62%, rgba(0,0,0,0) 100%);
}
div#nav-part-top ul li {
	float: left;
}
div#nav-part-top ul a {
	display: block;
	padding: 6px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	color: #42870C;
	border: 0;
	border-left: 5px solid #F7F5DF;
	border-image-width: 0px 0px 0px 5px;
	border-image-source: linear-gradient(to bottom, #F5D2AD 0%, #F7F5DF 20%, #FAFFFC 50%, #F7F5DF 80%, #F5D2AD 100%);
	border-image-slice: 1;
}
div#nav-part-top ul li:first-child a {
	border-left: none;
	border-image: none;
}
div#nav-part-top ul a:link, div#nav-part-top ul a:visited {
	background-color: MintCream;
}
div#nav-part-top ul a:hover {
	background-color: #f7f5df;
	color: DodgerBlue;
}
div#footer-part {
	margin-top: 6px;
	padding-left: 320px;
	border: 2px solid LightGrey;
	background-color: #F7F5DF;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #663399;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: linear-gradient(to right, #FFFFE9 0%, #F7F5DF 3%, #F7F5DF 97%, #FFFFE9 100%);
}
/*------------------------------------------------------------------------------------------*/
div#add-nav-left, div#add-ban-bottom, div#add-ban-right, div#articleWrap {
	overflow: hidden;
	zoom: 1;
}
div#add-nav-left {
	position: relative;
}
div#nav-part-left {
	float: left;
}
div#nav-part-left:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.7;
}
div#nav-part-left, div#nav-part-left:before {
	background-color: Azure;
	border-top: 2px solid #E3FFFF;
	border-left: 3px solid #FBF4FA;
	border-right: 2px solid #F7F7FE;
	width: 200px;
	border-bottom-right-radius: 15px;
	background-image: linear-gradient(to right, #DCFFFF 0%, Azure 12%, Azure 93%, #F7F7FE 100%);
}
div#nav-part-left a {
	text-decoration: none;
}
a#lang.backg-fr {
	background: url(images/common/flag_french-mini.gif) no-repeat 15px 5px;
}
a#lang.backg-eng {
	background: url(images/common/flag_english-mini.gif) no-repeat 15px 5px;
}
a#lang {
	display: block;
	line-height: 21px;
	padding-left: 41px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 11px;
	font-weight: bold;
	position: relative;
}
a#lang:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	height: 5px;
}
a#lang:link, a#lang:visited {
	color: DeepSkyBlue;
	background-color: transparent;
}
a#lang:link:after, a#lang:visited:after {
	background-image: linear-gradient(to bottom, rgba(0,191,255,1) 0%, rgba(0,191,255,0) 100%);
}
a#lang:hover {
	color: #3E97D0;
	background-color: Honeydew;
}
a#lang:hover:after {
	background-image: linear-gradient(to bottom, rgba(62,151,208,1) 0%, rgba(62,151,208,0) 100%);
}
div#nav-part-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav-part-left li {
	padding-bottom: 4px;
}
div#nav-part-left li:first-child {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	display: block;
	padding: 2px;
	padding-left: 15px;
}
div#nav-part-left ul a {
	display: block;
	padding: 1px;
	padding-left: 20px;
	border-radius:3.5px;
}
div#nav-part-left ul a:link, div#nav-part-left ul a:visited {
	background-color: lemonchiffon;
	border: 1px solid #FFF073;
	color: SaddleBrown;
	background-image: linear-gradient(to right, #FFFDEB 0%, lemonchiffon 20%, lemonchiffon 80%, #FFFAA5 100%);
}
div#nav-part-left ul a:hover {
	background-color: lavenderblush;
	background-image: linear-gradient(to right, #FFE4ED 0%, lavenderblush 20%, lavenderblush 80%, #FFFDFF 100%);
	border: 1px solid HotPink;
	color: #663399;
}
div#articleWrap {
	padding: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
}
div#ban-part-right {
	float: right;
	padding-top: 10px;
	width: auto !important;
	width: 180px;
}
div#ban-part-bottom {
	padding-left: 10px;
}
/*-------------------------------------------------------------------------------*/
div#content-part table.stretch {
	width: 100% !important;
	width: 500px;
}
div#content-part {
	padding: 10px;
	padding-left: 12px;
	padding-top: 14px;
	border: 2px solid pink;
	border-radius: 15px;
	border-bottom-right-radius: 7px;
	box-shadow: 0px 1px 0px #DBFFFF, 1px 1px 0px #DBFFFF, -1px 1px 0px #DBFFFF;
}
div#title-part-down + div#content-part, div#title-part-other + div#content-part {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
div#title-part-down, div#title-part-other {
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
div#title-part-down {
	background-color: #D5E7FC;
	background-image: repeating-linear-gradient(179deg, #ACD0F8 0%, white 6%, #ACD0F8 12%);
}
div#title-part-other {
	background-color: #D6E9D8;
	background-image: repeating-linear-gradient(1deg, #B4D6B7 0%, white 6%, #B4D6B7 12%);
}
div#title-part-down h1, div#title-part-other h1 {
	margin: 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: white;
	padding: 2px;
	opacity: 0.77;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
div#title-part-down h1 {
	color: DarkSlateGray;
	text-shadow: 0px 0px 4px #93C572, 0px 0px 4px #93C572;
}
div#title-part-other h1 {
	color: #7E7B5E;
	text-shadow: 0px 0px 4px #FFF044, 0px 0px 4px #FFF044;
}
/*--------------------------------------------------------------------*/
div#downloadid, div#directdown {
	display: table-cell;
	vertical-align: bottom;
	height: 38px;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 14px;
	border-width: 0px 6px 9px 38px;
	border-style: solid;
	border-color: transparent !important;
	border-color: #F5F9FD;
	border-image-slice: 0 6 9 38;
	border-image-width: 0px 6px 9px 38px;
	border-image-source: url(images/common/fancy-comma.png);
	color: DeepPink;
}
/*---- preload ----*/
div#downloadid:after, div#directdown:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url(images/common/fancy-comma-hover.png);
}
div#downloadid:hover, div#directdown:hover {
	border-image-source: url(images/common/fancy-comma-hover.png);
}
div#downloadid a, div#directdown a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0px 6px 22px 38px;
	margin: 0px -6px -22px -38px;
}
div#downloadid a:link, div#downloadid a:visited, div#directdown a:link, div#directdown a:visited {
	color: #1E05E1;
}
div#downloadid a:hover, div#directdown a:hover {
	color: #624BE9;
}
/*------------------------------------------------------------------*/
div.date-modif {
	display: table-cell;
	padding-left: 16px;
	vertical-align: middle;
	font-style: italic;
	letter-spacing: 1px;
	color: #93C572;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
/*------------------------------------------------------------------*/
form {
	padding: 20px 12px 10px 20px;
}
label {
	display: block;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	zoom: 1;
}
label > span {
	float: left;
	font-weight: bold;
	width: 100px;
	padding-top: 8px;
	padding-right: 5px;
	color: MidnightBlue;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
input[type=text] {
	width: 350px;
}
textarea {
	resize: vertical;
	width: 480px;
	height: 250px;
	min-height: 80px;
}
input[type=text], textarea {
	box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	padding: 7px;
	outline: none;
}
input[type=text]:focus, textarea:focus {
	border: 1px solid DeepSkyBlue;
}
input[type=submit] {
	margin-left: 104px;
	border: none;
	padding: 8px 15px 8px 15px;
	box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	font-weight: bold;
	background-color: LightSkyBlue;
	text-shadow: 0px 0px 3px White, 0px 0px 3px White;
	background-image: radial-gradient(farthest-corner, LightSkyBlue 0%, LightSkyBlue 50%, LightCyan 100%);
}
input[type=submit]:hover {
	background-color: LightCyan;
	background-image: radial-gradient(farthest-corner, LightCyan 0%, LightCyan 50%, White 100%);
}
/*-----------------------------------*/
ul.laidBack, p.laidBack {
	background-color: rgba(220,224,234,0.6);
	opacity: 0.8;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #D7DBE7;
}
/*----------------------------------*/
th strong, .dark-title, .cool-title, *[align="justify"], *[align="center"], th div {
	color: red;
}
