@CHARSET "UTF-8";
/*  Reset Css */
@import url("reset.css");
/*  media queries Landscape    */
@media screen and (orientation: landscape) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
	}
}

/****************************************************
 *            GLOBAL            */
body {
	-webkit-text-size-adjust: none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	height: 100%;
	width: 100%;
	overflow: auto;
}

/****************************************************
 *            STRUCTURE         */

/********************************
 *    Header          */
#hiddenHeader {
	display: none;
	position: relative;
	width: auto;
	height: 37px;
	background-image: url(../img/global_HeaderBackground.png);
	background-repeat: repeat-x;
}

#header {
	position: static;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
	text-align: right;
	background-image: url(../img/global_HeaderBackground.png);
	background-repeat: repeat-x;
}

#header .leftImage {
	float: left;
	width: 20px;
	height: 37px;
	margin-left: 15px;
	background-image: url(../img/global_HeaderRedLion.png);
	background-repeat: no-repeat;
}
/*
#header .rightImage {
  position: relative;
  float: right;
  width: 91px;
  height: 37px;   
  margin-right: 13px;
  background-image: url(../img/global_HeaderLogoStatec.png);
  background-repeat: no-repeat;
}
*/

/********************************
 *    Title         */
#titlePage {
	width: inherit;
	margin: 2px 10px;
	border-bottom: 1px solid #227D8D;
}

/********************************
 *    Generic structure         */
img {
	max-width: 100%;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contentPress, #cubeViewContainer, #textBloc, #listNews,
	#downloadContent, #contact, #dictionnary, #contentPublication,
	#contentIndexBloc, #sourceAuthor, #legendTable, .subTitleItemNews,
	.marginTop10px {
	margin: 10px;
}
/* Hide-Show specific content */
.noDisplay, .wai_hidden {
	display: none !important;
}

/************************************************************************************************
 *    Table View                */
#emailToFriend {
	margin: 0 10px;
	display: inline-block;
}

#emailToFriend img {
	border: 0;
}

table {
	border: 1px solid #add1dc;
	font-size: 10pt;
}

td, th {
	border: 1px solid #add1dc;
	box-shadow: 0 0 0 1px #fff; /*, 0 0 0 1px #888;*/
	padding: 5px;
}

thead tr:first-child th {
	color: #227D8D;
	font-weight: bold;
	text-align: center;
	background-color: #dff9ff;
}

thead tr:first-child th:first-child {
	text-align: left;
}

th.specification { /* <th/> label for the columns headers */
	
}

tr>td.lineHeader, tr>td.lineTitle {
	background-color: #dff1f9;
	color: #333;
}
/* some table have inner headers */
tr>td.isParent.lineTitle {
	background-color: #b6ebfc !important;
}
/* table cells can display 4 types of data */
/* 'v' stands for value */
td.vFootnote, td.vText { /* a standard value most of the time */
	text-align: right;
	background: none;
}

td.vMissing {
	/* missing value, denoted by a refmark and a legend for it (for example a '?') */
	text-align: right;
}

td.vEmpty { /* empty cells, usually for "parent" rows */
	
}

td.vFootnote {
	/* maybe a value, and one or many foot notes denoted by a few refmarks (for example "(1,3,4) value") */
	
}

th.colHeader {
	background-color: blue;
}

td.lineHeader { /*background-color: #c5f;*/
	
}

select.hidden_dropdown { /*width: auto;*/
	
}

/**** under the table views: legend (Missing Values and Footnotes) ****/
/* l = legend, mv = missing value, fn = footnote */
ul.legend {
	
}

li.legend .refmark {
	font-weight: bold;
	margin-right: 10px;
}

/* this is the legend that appears when clicking on a cell with a missing value or foot notes */
/* stands for "legend bubble" */
#lb {
	font-size: small;
	font-style: italic;
	color: #666;
}

#sourceAuthor {
	font-size: 8pt;
	color: #999;
}

#legendTable {
	font-size: 9pt;
	color: #666;
}
/********************************
 *    News                     */
#listNews {
	margin-top: 10px;
}

#listNews .itemNews {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #227D8D;
}

/********************************
 *  Breadcrumb buttons          */
#contentBreadCrumb {
	display: inline-block;
	padding-top: 8px;
	width: 100%;
}

.buttonBack {
	width: 66px;
	height: 38px;
	background-image: url(../img/buttonBack.png);
	-moz-background-size: 66px 38px;
	-webkit-background-size: 66px 38px;
	background-size: 66px 38px;
	padding-left: 4px;
	margin-left: 8px;
}

.buttonHome {
	float: right;
	margin-right: 8px;
	width: 68px;
	height: 38px;
	background-image: url(../img/buttonHome.png);
	-webkit-background-size: 68px 38 px;
	-moz-background-size: 68px 38 px;
	background-size: 68px 38 px;
}

.buttonBack, .buttonHome {
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	line-height: 26px;
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	cursor: pointer;
}

.buttonBack a, .buttonHome a {
	text-decoration: none;
	font-weight: bold;
	color: #227D8D;
	text-shadow: 0 1px #fff;
}
/* nouvelle version avec lien sur toute l'image */
a.backLink, a.homeLink {
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	line-height: 26px;
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	cursor: pointer;
}

a.backLink {
	width: 66px;
	height: 38px;
	background-image: url(../img/buttonBack.png);
	-moz-background-size: 66px 38px;
	-webkit-background-size: 66px 38px;
	background-size: 66px 38px;
	padding-left: 4px;
	margin-left: 8px;
}

a.homeLink {
	float: right;
	margin-right: 8px;
	width: 68px;
	height: 38px;
	background-image: url(../img/buttonHome.png);
	-webkit-background-size: 68px 38 px;
	-moz-background-size: 68px 38 px;
	background-size: 68px 38 px;
}

a.backLink, a.homeLink {
	text-decoration: none;
	font-weight: bold;
	color: #227D8D;
	text-shadow: 0 1px #fff;
}
/**********************
 * TOOLTIP
 */
#tooltip {
	font-size: 0.875em;
	text-align: left;
	text-shadow: 0 1px rgba(0, 0, 0, .5);
	line-height: 1.2;
	color: #fff;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)),
		to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),
		rgba(0, 0, 0, .8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .6),
		rgba(0, 0, 0, .8));
	background: -ms-radial-gradient(top, rgba(0, 0, 0, .6),
		rgba(0, 0, 0, .8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
	background: linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 100;
	padding: 8px;
	min-width: 150px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom-color: #333;
	border-bottom: 10px solid rgba(0, 0, 0, .6);
	top: -20px;
	bottom: auto;
}

#tooltip a, #tooltip a:hover, #tooltip a:visited, #tooltip a:active {
	color: #fff;
}
/****************************************************
 *              COLORS, TYPOGRAPHY                  */

/********************************
 *      hyphenation             */
.labelList, #textBloc, #contact, #glossary, #contentPublication,
	.groupedList ul.listActu li a span {
	hyphens: auto;
	text-align: left;
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: "\2010";
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-moz-hyphens: auto;
}

/********************************
 *      standard font           */
#content, #textBloc, #contact, #glossary, #contentPublication, .itemNews
	{
	font-size: 11pt;
	line-height: 14pt;
	color: #333;
	font-weight: normal;
}

/********************************
 * standard image position      */
#content img {
	float: left;
	margin: 0 4px 4px 0;
}
/********************************
 * docreader image position      */
#content .linkReadSpeaker img {
	float: none;
	position: relative;
	top: 10px;
	left: 2px;
	/*margin: 0 16px 4px 0;*/
}
/*	On supprime le picto PDF	*/
#content a.linkReadSpeaker[href$='.pdf'] {
	background: none;
}

#readspeaker_button {
	display: inline;
	margin-left: 10px;
	height: 24px;
}

.linkReaderText {
	position: relative;
	top: -4px;
	display: inline-block;
	height: 24px;
}

#readspeaker_button a {
	color: #666;
}

#readspeaker_button a img {
	margin: 0px;
}

#readspeaker_player {
	display: inline-block !important;
	height: 24px;
}
/********************************
 *      Link formatting         */
a[href] {
	color: #227D8D;
}

a:active, a:visited, #tableViewPageContainer a {
	text-decoration: none;
}

a[rel='external'], /*a[href^='http'],*/ .newwindow {
	padding-right: 18px;
	background: transparent url(../img/icon-link.gif) no-repeat center right;
}
/*
#textBloc a[href$='.pdf'],
#downloadContent a[href$='.pdf'],
#content a[href$='.pdf']
	{
	padding-right: 18px;
	background: transparent url(../img/icon-pdf.png) no-repeat center right;
}
*/
#textBloc a[href^="mailto:"] {
	padding-right: 18px;
	content: "\0040  \0020";
}

/********************************
 *          H items             */
h1 {
	font-size: 14pt;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	margin-bottom: 0.4em;
}

#tableViewPageContainer h1 {
	display: inline-block;
	width: auto;
	font-size: 11pt;
}

h2 {
	font-size: 12pt;
	margin: 12px 0;
}

h1, h2 {
	color: #227D8D;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 11pt;
	margin: 10px 0;
}

h3 {
	color: #30ACC2
}

h4 {
	color: #44BBD0
}

h5, h6 {
	color: #79CFDE
}

/********************************
 *  Specific content format     */
.subTitleItemNews {
	color: #227D8D;
}

.dateItemNews {
	color: #FFFFF;
	font-weight: bold;
}

.dateItemNews, .subTitleItemNews, .titleItemNews {
	font-size: 10pt;
}

.titleItemNews {
	width: 100%;
	display: inline-block;
	font-weight: bold;
}


.Author {
	font-size: 9pt;
	font-weight: bold;
}

.contentForm {
	margin: 10px 0;
}
/********************************
 * FOOTER 						*/
#footer {
	width: auto;
	margin: 10px 0 30px 0;
	padding: 0;
	text-align: center;
}

#footer div {
	margin-bottom: 14px;
}

#footer a {
	display: inline-block;
	font-size: 9pt;
	color: #666;
	margin-left:10px;
}

/********************************
 *    Grouped lists             */
.groupedList {
	clear: both;
}

.groupedList ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

.groupedList ul li>a {
	border: 1px solid #ABCDD6;
	display: block;
	font-size: 11pt;
	margin-bottom: -1px;
	padding: 12px 16px 12px 10px;
}

.groupedList ul li:first-child a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.groupedList ul li:last-child a {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/*  Name Items lists */
.labelList {
	display: block;
	/*margin-left: 20px;*/
	padding-right: 12px;
	width: auto;
}
/*  lists integrated into content body */
#dictionnary .groupedList ul, #contentIndexBloc .groupedList ul,
	#contentPublication .groupedList ul {
	margin: 0;
}

.groupedList ul.listActu li a span {
	display: block;
	margin-top: 4px;
}
/********************************
 *      Navigation lists        */
.groupedList ul li a {
	font-weight: bold;
	text-decoration: none;
}

/********************************
 *      Homepage lists          */
.beyondList.groupedList ul li a, .thematicList.groupedList ul li a {
	color: #0D5B69; /*227D8D;*/
	text-transform: uppercase;
	font-weight: bold;
}

.beyondList.groupedList ul li a {
	background-color: #AEEAF7; /*DFF9FF;*/
}

.thematicList.groupedList ul li a {
	color: #0D5B69;
	background-color: #dff1f9;
}
/*.beyondList.groupedList ul li a:hover,*/
.beyondList.groupedList ul li a:active {
	color: #AEEAF7;
	background-color: #0D5B69; /*b6ebfc;*/
}
/*.thematicList.groupedList ul li a:hover,*/
.thematicList.groupedList ul li a:active {
	color: #DFF1F9;
	background-color: #0D5B69; /*fff;*/
}

.beyondList.groupedList ul li a span.arrow, .thematicList.groupedList ul li a span.arrow
	{
	float: right;
	margin-right: 0px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 7px 14px;
	-moz-background-size: 7px 14px;
	-webkit-background-size: 7px 14px;
	width: 7px;
	height: 14px;
}

.thematicList.groupedList ul li a span.arrow {
	background-image: url(../img/menuArrowBlueLight.png);
}

.beyondList.groupedList ul li a span.arrow {
	background-image: url(../img/menuArrowBlueDark.png);
}

.thematicList.groupedList ul li a:active span.arrow, .beyondList.groupedList ul li a:active span.arrow
	{
	background-image: url(../img/menuArrowWhite@2x.png);
	margin-right: -6px;
}
/********************************
 *   Navigation sublists        */
.groupedList ul li.folderTheme {
	position: relative;
}

.groupedList ul li.folderTheme>div {
	display: table;
}

.groupedList ul li.folderTheme span {
	display: table-cell;
	vertical-align: middle;
}

.groupedList ul li.folderTheme a, .groupedList ul li.reportType1 a,
	.groupedList ul li.reportType4 a, .groupedList ul li.reportType5 a {
	color: #0D5B69; /*#227d8d;*/
	font-weight: bold;
}

.groupedList ul li.folderTheme a:active {
	font-weight: bold;
}
/*.groupedList ul li:hover,*/
.groupedList ul li:active {
	
}

.groupedList ul li.reportType1>a, .groupedList ul li.reportType4>a,
	.groupedList ul li.reportType5>a {
	border: 1px solid #fff;
}
/********************************
 *      Folder lists            */
.groupedList ul li.folderTheme a:active, .groupedList ul li.folderTheme:first-child a:active,
	.groupedList ul li.folderTheme:last-child a:active {
	background-color: #0D5B69; /* old color = #d8f4fd;*/
	color: #AEEAF7; /* new color, note existing before */
}

.groupedList ul li.folderTheme span:first-child {
	float: right;
	margin-right: 10px;
	background-repeat: no-repeat;
	-moz-background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
	background-size: 6px 13px;
	width: 6px;
	height: 13px;
}

.groupedList ul li.folderTheme span:first-child {
	/* allow to vertical center an inline item
     * control that parent item always keep in relative position
     */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	background-image: url(../img/menuArrowBlueLight.png);
}

.groupedList ul li.folderTheme:active span:first-child {
	/* Old image 
	background-image: url(../img/menuArrowBlueDark.png); */
	background-image: url(../img/menuArrowWhite@2x.png);
}
/********************************
 *   Downloading item lists     */
.groupedList ul li.reportType1, .groupedList ul li.reportType4,
	.groupedList ul li.reportType5 {
	display: table;
	width: 100%;
}

.groupedList ul li.reportType1 span, .groupedList ul li.reportType4 span,
	.groupedList ul li.reportType5 span {
	display: table-cell;
	vertical-align: middle;
}

.groupedList ul li.reportType1 a, .groupedList ul li.reportType4 a,
	.groupedList ul li.reportType5 a, .groupedList ul li.reportType1 a:active,
	.groupedList ul li.reportType4 a:active, .groupedList ul li.reportType5 a:active
	{
	background-color: #AEEAF7; /* old color #d8f4fd;*/
	text-decoration: none;
	font-weight: normal;
}

.groupedList ul li.folderTheme.reportType1:first-child a:active,
	.groupedList ul li.folderTheme.reportType1:last-child a:active,
	.groupedList ul li.folderTheme.reportType4:first-child a:active,
	.groupedList ul li.folderTheme.reportType4:last-child a:active,
	.groupedList ul li.folderTheme.reportType5:first-child a:active,
	.groupedList ul li.folderTheme.reportType5:last-child a:active,
	.groupedList ul li.reportType1 a:active, .groupedList ul li.reportType4 a:active,
	.groupedList ul li.reportType5 a:active {
	background-color: #227D8D;
	color: #AEEAF7; /*#fff;*/
}
/**********************************
 * Pictogram for type of document */
.groupedList ul li.reportType1 span:first-child, .groupedList ul li.reportType4 span:first-child,
	.groupedList ul li.reportType5 span:first-child {
	background-repeat: no-repeat;
	background-image: none;
	background-size: auto auto;
	position: relative;
	display: inline-block;
	float: left;
	right: auto;
	margin: auto;
	margin-right: 8px;
	margin-top: 2px;
	width: 16px;
	height: 15px;
	-webkit-background-size: 16px 15px;
	background-size: 16px 15px;
	background-position: 0 0;
	vertical-align: middle;
}

/********************************
 *   Table Document lists       */
.groupedList ul li.reportType1 span:first-child, .groupedList ul li.reportType1:active span:first-child
	{ /*background-image: url(../img/pictogramTable.png);*/
	
}

/********************************
 *   Excel Document lists       */
.groupedList ul li.reportType4 span:first-child, .groupedList ul li.reportType4:active span:first-child
	{ /*background-image: url(../img/pictogramXls.png);*/
	
}

/********************************
 *     Pdf Document lists       */
.groupedList ul li.reportType5 span:first-child, .groupedList ul li.reportType5:active span:first-child
	{ /*background-image: url(../img/pictogramPdf.png);*/
	
}

/********************************
 *  Content list customized     */
#textBloc ul, #downloadContent ul, #contentPublication ul#chapitres {
	padding: 2px 0 10px 10px;
	list-style-position: outside;
}

#textBloc li, #downloadContent li, #contentPublication ul#chapitres li {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-left: 15px;
	margin: 0 0 6px 5px;
}

#textBloc ul li:before, #downloadContent ul li:before,
	#contentPublication ul#chapitres li:before {
	/*content: "\00BB \0020";*/
	content: "• \0020";
	margin-left: -12px;
}

#contentIndexBloc .groupedList ul li a {
	font-weight: normal;
}

.groupedList ul.listActu li a span {
	display: block;
	margin-top: 4px;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
}

.inlineSelect {
	display: inline;
}
/* Suppression des styles avec interaction forte */
#textBloc .groupedList li:before {
	content: "";
	margin: 0;
}

#textBloc .groupedList ul, #textBloc .groupedList li {
	margin: 0;
	padding: 0;
}
/* ne pas superposer les contenus flottants présents dans les paragraphes et les listes */
#textBloc p ~ ul, #textBloc ul ~ p {
	clear: both;
}

/****************************************************
 *              PAGES SPECIFICATION                 */

/********************************
* Screen #1 : Choose Version   */
.contentVersion {
	margin: auto;
	text-align: center;
}

.headerLogoStatec {
	position: relative;
	height: 115px;
	width: 100%;
	background-image: url(../img/splash_bakground-header.png);
	background-repeat: repeat-x;
}

.imgLogoStatec {
	position: relative;
	float: right;
	right: 30px;
	top: 35px;
	background-image: url(../img/splash_logoStatec.png);
	background-repeat: no-repeat;
	width: 172px;
	height: 80px;
}

.containerTitle {
	width: 260px;
	height: 44px;
	background-image: url(../img/splash_textTitle.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.buttonsVersion {
	position: relative;
	margin: auto;
	margin-top: 72px;
	text-align: center;
}
/*  ################################################  */
/*.versionMobile, .versionClassique {
    display: inline-block;
    width: 135px;
    height: 48px;
    background-repeat: no-repeat;
}
.versionMobile {
    background-image: url(../img/splash_buttonMobile.png);
}
.versionClassique {
    background-image: url(../img/splash_buttonClassique.png);
}
*/

/*    TEXTE ALTERNATIF VERSION CTIE     */
.versionMobile, .versionClassique, .buttonContact, .buttonVersionFR,
	.buttonVersionEN, .rightImage, .groupedList ul li.reportType1 span.typeList,
	.groupedList ul li.reportType1:active span.typeList, .groupedList ul li.reportType4 span.typeList,
	.groupedList ul li.reportType4:active span.typeList, .groupedList ul li.reportType5 span.typeList,
	.groupedList ul li.reportType5:active span.typeList {
	display: inline-block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.versionMobile::before, .versionClassique::before, .buttonContact::before,
	.buttonVersionFR::before, .buttonVersionEN::before, .rightImage::before,
	.groupedList ul li.reportType1 span.typeList::before, .groupedList ul li.reportType1:active span.typeList::before,
	.groupedList ul li.reportType4 span.typeList::before, .groupedList ul li.reportType4:active span.typeList::before,
	.groupedList ul li.reportType5 span.typeList::before, .groupedList ul li.reportType5:active span.typeList::before
	{
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.versionMobile, .versionClassique {
	height: 48px;
	width: 138px;
}

.buttonContact {
	height: 25px;
	width: 74px;
}

#header .rightImage {
	position: relative;
	float: right;
	width: 91px;
	height: 37px;
	margin-right: 13px;
}

.groupedList ul li.reportType1 span.typeList, .groupedList ul li.reportType1:active span.typeList,
	.groupedList ul li.reportType4 span.typeList, .groupedList ul li.reportType4:active span.typeList,
	.groupedList ul li.reportType5 span.typeList, .groupedList ul li.reportType5:active span.typeList
	{
	margin-right: 8px;
	margin-top: 2px;
}

.groupedList ul li.reportType1 span.typeList::before, .groupedList ul li.reportType1:active span.typeList::before
	{
	content: url(../img/pictogramTable.png);
}

.groupedList ul li.reportType4 span.typeList::before, .groupedList ul li.reportType4:active span.typeList::before
	{
	content: url(../img/pictogramXls.png);
}

.groupedList ul li.reportType5 span.typeList::before, .groupedList ul li.reportType5:active span.typeList::before
	{
	content: url(../img/pictogramPdf.png);
}

.versionMobile::before {
	content: url(../img/splash_buttonMobile.png);
}

.versionClassique::before {
	content: url(../img/splash_buttonClassique.png);
}

.buttonContact::before {
	content: url(../img/splash_buttonContacts.png);
}

.buttonVersionFR::before {
	content: url(../img/lang_flag_fr.png);
}

.buttonVersionEN::before {
	content: url(../img/lang_flag_en.png);
}

.rightImage::before {
	content: url(../img/global_HeaderLogoStatec.png);
}
/* HACK IE 8 et Cie */
.versionMobile, .versionClassique, .buttonContact, .buttonVersionFR,
	.buttonVersionEN, .rightImage, .groupedList ul li.reportType1 span.typeList,
	.groupedList ul li.reportType1:active span.typeList, .groupedList ul li.reportType4 span.typeList,
	.groupedList ul li.reportType4:active span.typeList, .groupedList ul li.reportType5 span.typeList,
	.groupedList ul li.reportType5:active span.typeList {
	/*	font-size:0\9;*/
	
}

.fontVisible {
	font-size: 1em;
}

.versionMobile {
	background: url(../img/splash_buttonMobile.png) \9;
}

.versionClassique {
	background: url(../img/splash_buttonClassique.png) \9;
}

.buttonContact {
	background: url(../img/splash_buttonContacts.png) \9;
}

.buttonVersionFR {
	background: url(../img/lang_flag_fr.png) \9;
}

.buttonVersionEN {
	background: url(../img/lang_flag_en.png) \9;
}

.rightImage {
	background: url(../img/global_HeaderLogoStatec.png) \9;
}

.groupedList ul li.reportType1 span.typeList, .groupedList ul li.reportType1:active span.typeList
	{
	background: url(../img/pictogramTable.png) \9;
}

.groupedList ul li.reportType4 span.typeList, .groupedList ul li.reportType4:active span.typeList
	{
	background: url(../img/pictogramXls.png) \9;
}

.groupedList ul li.reportType5 span.typeList, .groupedList ul li.reportType5:active span.typeList
	{
	background: url(../img/pictogramPdf.png) \9;
}
/*	FIN DU HACK POUR IE6, IE7 et IE8	*/
/*    #########     */
.buttonContact {
	display: inline-block;
	margin-top: 42px;
	width: 74px;
	height: 25px;
	/*background-image: url(../img/splash_buttonContacts.png);
    background-repeat: no-repeat;
    clear: both;
    */
}

.contentVersion .logoGdl {
	margin: auto;
	margin: 37px auto 20px auto;
	background-image: url(../img/splash_logoGDL.png);
	background-repeat: no-repeat;
	width: 163px;
	height: 39px;
}

/********************************
 * Screen #2 : Choose Language  */
.contentLanguage {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	margin: auto;
	text-align: center;
	/*background-color: #515151;*/
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.buttonsLanguage {
	position: relative;
	width: 100%;
}

.buttonsLanguage div {
	display: inline-block;
	width: auto;
}

.buttonVersionFR, .buttonVersionEN {
	display: inline-block;
	width: 85px;
	height: 120px;
	background-repeat: no-repeat;
}

.buttonVersionFR { /*background-image: url(../img/lang_flag_fr.png);*/
	margin-right: 18px;
}

.buttonVersionEN {
	margin-left: 18px;
	/* background-image: url(../img/lang_flag_en.png);*/
}

/********************************
 * Css Accordion effect into category "Publications"  */
.accordion {
	position: relative;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#accordion ul li.indent {
	padding-left: 30px;
}

#accordion li ul li {
	padding-left: 20px;
}

#accordion div, #accordion ul li {
	border: 1px solid #ABCDD6;
	display: block;
}

#accordion>div, #accordion>li>ul>li {
	border-top: 0;
}

#accordion>li>div {
	border-top: 0;
	padding: 12px 10px;
}

#accordion>div:first-child {
	border-top: 1px;
}
/* First Title */
#accordion>li:first-child>div {
	border-top: 1px solid #ABCDD6 !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
/* Last Title in "Opened" position */
#accordion>li.open:last-child>div {
	border-bottom: 1px solid #ABCDD6 !important;
}
/* Last Title in "Closed" position */
#accordion>li.closed:last-child>div {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
/* Last subTitle of the last Title in "Opened" position */
#accordion>li.open:last-child>ul>li:last-child {
	border-bottom: 1px solid #ABCDD6 !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#accordion ul {
	display: none;
}
/* Accordion color & Typography */
#accordion a, #accordion a:active {
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 100%;
}

#accordion div {
	font-size: 10.5pt;
	font-weight: bold;
}

#accordion ul li {
	font-size: 9pt;
}

#accordion div, #accordion ul li {
	position: relative;
	padding: 12px 10px;
	cursor: pointer;
}

#accordion ul li:active {
	background-color: #0D5869;
}

#accordion ul li:active, #accordion ul li:active a {
	color: #AEEAF7;
}

#accordion>li>div {
	color: #227D8D;
	box-shadow: inset 0 0 0 1px #fff;
}

#accordion>li>div:active {
	background-color: #0D5B69;
	color: #AEEAF7;
}

#accordion>li.open>div {
	/* Old color = background-color: #DFF9FF; */
	background-color: #0D5B69;
	color: #AEEAF7;
	font-weight: bold;
}

#accordion ul li.subBlocTitle {
	font-weight: bold;
	color: #666;
}

#accordion  li  div {
	position: relative;
}

#accordion li div span {
	float: right;
	margin-right: 10px;
	background-repeat: no-repeat;
	-moz-background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
	background-size: 6px 13px;
	width: 6px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	/*background-image: url(../img/menuArrowBlueLight.png);*/
	background-image: url(../img/menuArrowBlueDark.png);
}

#accordion li.open div span {
	/* background-image: url(../img/menuArrowBlueDark.png); */
	background-image: url(../img/menuArrowBlueLight.png);
}

#accordion li div span { /* closed */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#accordion li.open div span, #accordion>li>div:active span { /* open */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	background-image: url(../img/menuArrowWhite@2x.png);
}

/* Classe spécifique au contenu */
.clear {
	display: none;
}

.tableContainer {
	width: 100%;
}

.tableContainer, .tableContainer>tbody>tr, .tableContainer>tbody>th,
	.tableContainer>tbody>tr>td {
	margin: 0;
	padding: 0;
	height: auto;
	border: 0;
	-webit-box-shadow: 0;
	box-shadow: 0;
}

/* Mise en forme du tableau présent dans la page Contact */
.contactStatec {
	max-width: 100%;
}
/* Formulaire espace presse */
.contactForm {
	display: table;
	width: 100%;
	margin-top: 1em;
}

.contactForm br {
	display: block;
}

.contactForm label, .contactForm .formw {
	height: 20px;
	vertical-align: middle;
}

.contactForm label {
	display: table-cell;
}

.contactForm .formw {
	display: table-row;
}

.contactForm label {
	/* min-width	:	140px; */
	/* width		:	34%; */
	width: auto;
}

.contactForm input[type="text"] {
	width: 90%;
}

@media screen and (orientation: landscape) {
	.contactForm input[type="text"] {
		float: right;
	}
}

.contactForm .formButtons {
	text-align: center;
}

#textBloc.contentForm {
	margin-top: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 280px;
}

.contentForm span {
	display: inline-block;
	width: 96%;
}

.contentForm label {
	display: inline-block;
	min-width: 130px;
	width: 30%;
}

.contentForm input[type="text"], .contentForm input[type="password"] {
	display: inline-block;
	width: 120px;
}

.contentForm p {
	display: inline-block;
	width: 90%;
	text-align: left;
}

.errorBlock {
	position: relative;
	display: block;
	float: center;
	width: 260px;
	padding: 10px;
	margin: 12px auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #227D8D;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: red;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

.loadingErrorPage, .internalErrorPage {
	position: relative;
	display: block;
	width: 260px;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #444;
	background-color: #AEEAF7;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ABCDD6;
}

.loadingErrorPage span, .internalErrorPage span {
	font-size: 12pt;
	font-weight: normal;
	color: #0D5B69;
}

.loadingErrorPage h3, .internalErrorPage h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #0D5B69;
}

.btn {
	display: inline-block;
	width: 1.666rem;
	/* ajout de la largeur fixe pour maitriser la présentation des icones plus larges */
	/*padding:4px 6px;*/
	/* diminution de l'espace gauche-droite (avant : 10px)*/
	padding: 10px 6px 4px 6px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	*margin-left: .3em;
	*margin-left: .3em;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active, .btn.active {
	background-color: #ccc \9;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active, .btn.active {
	background-color: #ccc \9;
}

a.btn {
	color: #333;
	text-decoration: none;
	margin: 0 1.3%;
}

.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active, .btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	outline: 0;
}

/*Social sprite */
.social-sprite a {
	display: inline-block;
	width: 40px;
	height: 42px;
	margin: 0 1.3%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-image: url(../img/social-sprite.png);
}

.social-sprite .tb-item-label {
	display: inline-block;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	width: 0;
	height: 0;
	overflow: hidden;
}

.facebook-sprite {
	background-position: -4px -4px;
}

.twitter-sprite {
	background-position: -68px -4px;
}

.linkedin-sprite {
	background-position: -132px -4px;
}

.google-plus-sprite {
	background-position: -196px -4px;
}

.share-email-sprite {
	background-position: -260px -4px;
}

.facebook-sprite:active {
	background-position: -4px -65px;
}

.twitter-sprite:active {
	background-position: -68px -65px;
}

.linkedin-sprite:active {
	background-position: -132px -65px;
}

.google-plus-sprite:active {
	background-position: -196px -65px;
}

.share-email-sprite:active {
	background-position: -260px -65px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) , screen and
	(max--moz-device-pixel-ratio: 2) {
	.social-sprite a {
		display: inline-block;
		width: 44px;
		height: 44px;
		margin: 0 1.1%;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		background-size: 280px 100px;
		background-color: green;
		background-image: url(../img/social-sprite-retina.png);
	}
	.facebook-sprite {
		background-position: -2px -2px;
	}
	.twitter-sprite {
		background-position: -60px -2px;
	}
	.linkedin-sprite {
		background-position: -118px -2px;
	}
	.google-plus-sprite {
		background-position: -176px -2px;
	}
	.share-email-sprite {
		background-position: -234px -2px;
	}
	.facebook-sprite:active {
		background-position: -2px -53px;
	}
	.twitter-sprite:active {
		background-position: -60px -53px;
	}
	.linkedin-sprite:active {
		background-position: -118px -53px;
	}
	.google-plus-sprite:active {
		background-position: -176px -53px;
	}
	.share-email-sprite:active {
		background-position: -234px -53px;
	}
}

/***************************
   *  TableViewer
   */

/*
#cv_table{
	table-layout: fixed}
*/

/*
 Label & Select for 3 & 4 dimensions tables
*/
#supplement_dims {
	margin: 6px 10px;
	font-size: 10pt;
}

#clearBoth, .clearBoth {
	display: table-row;
	clear: both;
	height: 1.2em;
}

#supplement_dims .labelData, #supplement_dims .selectData {
	min-height: 20px;
	vertical-align: top;
	margin: 0;
}

#supplement_dims .labelData {
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
	hyphens: auto;
	text-align: justify;
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: "\2010";
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-moz-hyphens: auto;
	word-wrap: break-word;
}

#supplement_dims {
	display: table;
	width: inherit;
}

#supplement_dims .labelData, #supplement_dims .selectData,
	#supplement_dims span {
	display: table-cell;
}
/*
#supplement_dims{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
#supplement_dims .labelData,
#supplement_dims .selectData,
#supplement_dims span{
    align-content: flex-center;
}
*/
#supplement_dims .labelData {
	width: auto;
	max-width: 110px;
}

#supplement_dims .selectData {
	float: right;
	width: auto;
	max-width: 300px;
}

#supplement_dims span {
	float: left;
}

#supplement_dims .sup_dim_note a {
	top: 2px;
}

/*
 * Bouton "i" présent dans les pages de tableaux
 */
.sup_dim_note a::before {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	content: url(../img/buttonInformation.png);
}

.sup_dim_note a {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 18px;
	height: 18px;
	left: 4px;
	top: 4px;
	background: url(../img/buttonInformation.png) \9;
}

.sup_dim_note a {
	/*  font-size:0\9;*/
	
}

.sup_dim_note a {
	margin-right: 10px;
	top: 6px;
}

#supplement_dims .sup_dim_note {
	float: right;
	margin-right: 12px;
}

#cubeViewContainer {
	padding-bottom: 1px;
	/*border-bottom:1px solid #ADD1DC;*/
	/* Bug Fix for white margin when switch in portrait mode after landscape mode*/
	overflow: hidden;
}

.borderRightBottom {
	border-right: 1px solid #ADD1DC;
	border-bottom: 1px solid #ADD1DC;
	padding-bottom: 0px !important;
}

#cv_table_wrapper {
	margin-bottom: -1px;
}

.dataTable.DTFC_Cloned, .cv_table {
	padding: 0;
	margin: 0;
}

.DTFC_LeftWrapper {
	
}

.DTFC_LeftHeadWrapper {
	
}

.DTFC_LeftBodyWrapper {
	border-right: 1px solid #ADD1DC;
}
/*.DTFC_LeftBodyWrapper .dataTable,*/
.DTFC_LeftBodyWrapper .dataTable td, .DTFC_LeftBodyWrapper .dataTable th
	{
	border-top: 0;
	border-right: 0;
	box-shadow: none;
}

.dataTables_scroll {
	
}

.dataTables_scrollHead {
	
}

.DTFC_ScrollWrapper .dataTables_scrollHead .dataTable,
	.DTFC_ScrollWrapper .dataTables_scrollHead th:first-child {
	border-left: 0;
}

.datatables_scrollBody {
	
}

.dataTables_scrollBody .dataTable {
	border-top: 0;
	border-left: 0;
}

.dataTables_scrollBody .dataTable tbody tr:first-child td {
	border-top: 0;
}
/* alignement centré*/
.dataTables_scrollHead .dataTable thead tr:first-child th:first-child {
	text-align: center;
}

/*.dataTables_scrollBody .dataTable,*/
.DTFC_ScrollWrapper .dataTables_scrollBody .dataTable td,
	.DTFC_ScrollWrapper .dataTables_scrollBody .dataTable th {
	border-top: 0;
	border-left: 0;
	box-shadow: none;
}

.dataTable.DTFC_Cloned {
	border-top: 0;
	border-right: 0;
}

td, th {
	box-shadow: none;
}

.dataTable
.DTFC_Cloned
 
td
,
.dataTable
.DTFC_Cloned
 
th
,
{
box-shadow
:none
;


}
/* Gestion des césures dans le contenu des tableaux */
.dataTable.DTFC_Cloned {
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: "\2010";
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-moz-hyphens: auto;
	word-wrap: break-word;
}

/*
 * Box présentes dans la rubrique "enquete"
 */
.contentRightBox {
	margin: 10px;
	border: 1px solid #ABCDD6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}

.rightBox h2 {
	margin-top: 0;
}

.rightBox div {
	color: #0D5B69;
}

#tableViewPageContainer #cv_table td>a {
	text-decoration: underline;
}

/*
 * Pagination
 */
.pagination {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 3em;
	clear: left;
	margin-top: 0;
}

.pagination a:link, .pagination a:visited {
	border: 1px dotted #cfcfcf;
	padding: 6px;
	text-decoration: none;
	color: #666;
}

.pagination a:hover {
	border: 1px solid #665c80;
	padding: 6px;
	background-color: #efefef;
	text-decoration: none;
}

.pagination strong {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 6px;
	color: #000;
}

#content .pagination img {
	vertical-align: middle;
	float: none;
	margin: 0;
}

/*
 * Tags
 */
.filterContainer {
	background: #f0f0f0;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

.filters a.refine_remove {
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #ddd7e9
		url(../img/icon_filter_off.gif) right 5px
		no-repeat;
	border: 1px solid #b8b2c4;
	color: #000000;
	line-height: auto;
	margin: 0 4px 4px 0;
	padding: 2px 5px 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	word-wrap: break-word;
}

.filters ul {
	display:inline-block;
}

.filters li {
	display:inline;
}

.filters h3 {
	display:inline-block;
}

.filters li a.refine_remove span {
	margin-right: 20px;
}

.totalContainer, 
.groupedList h1 {
	display: block;
    padding: 5px 10px;
}

h3.activeSelection {
	font-size: 9pt;
	color: #217686;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mobile-search-actu-publi .filterContainer {
	margin-top: 10px;
}

.mobile-search-actu-publi #contentIndexBloc #accordion li div,
.mobile-search-actu-publi #contentIndexBloc #accordion li ul li {
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

.metaData {
	margin: 10px 10px;
}

.metaData p {
	margin-top: 5px;
}


.seachFieldBox .error {
	background:none;
	font-weight: bold;
	padding:0;
	font-size:0.9em;
}
.seachFieldBox .error .searchField {
	margin-bottom:10px;
    border:2px solid #b90000;
}
.seachFieldBox .error strong {
	display:block;
}

.seachFieldBox .searchField,
#local-search  .seachFieldBox {
    color: #393939;
    overflow: hidden;
    border: none;
    padding: 0px;
}

.seachFieldBox button,
#local-search button { 
    background: #39486d;
    background: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #39486d;
    background: -ms-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #39486d;
    background: -o-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #39486d;
    background: -webkit-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #39486d;
    background: linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #39486d;
    border: 1px solid #25282A;
    border-radius: 1px;
    box-shadow:0 1px 2px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.2) inset;
    color: #FFFFFF;
    display: inline-block;
    *display: inline;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: inherit;
    height:auto !important;
    padding: 5px 10px 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.seachFieldBox button:hover,
.seachFieldBox button:focus,
#local-search button:hover,
#local-search button:focus { 
    background: #1A2541 ;
    background: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #1A2541 ;
    background: -ms-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #1A2541 ;
    background: -o-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #1A2541 ;
    background: -webkit-linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #1A2541 ;
    background: linear-gradient(center bottom , rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)) #1A2541 ;
}
.seachFieldBox                  { background: #EBEBEB; border: 1px solid #DBDBDB; margin: 0 0 0; padding: 0.5em 0.5em; }
.seachFieldBox p                { margin:0 !important; }
.seachFieldBox input[type=text],
.seachFieldBox button           { *display:inline; display:inline-block; }
.seachFieldBox input[type=text] { 
 background:#fff !important; 
 margin-bottom:0; 
 margin-right:1em; 
 max-width:270px; 
 padding:7px 5px 8px; 
 width:100%; }
.seachFieldBox button           { width:auto; }
.seachFieldBox .field {
    display: inline;
}

.none {
	display: none;
}

#resultsContainer {
	position: relative;
}

.boxTitle, .boxTitle div {
    display: inline;
}
.boxContent, .boxContent div {
   display: inline;
}

#filtersearchForm {
	font-size: 11px;
}

#filtersearchForm .boxContent button {

}

.error {
	margin: auto;
    background-image: url(../img/error.gif);
    background-position: top left;
    background-repeat: no-repeat;
    color: #b90000;
    font-weight: bold;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 0px;
}
