/****************************************/
/*     	 palette des couleurs			*/
/****************************************/
/****************************************/
/*					fonts				*/
/****************************************/
.fontNormal {
  font-family: Helvetica, Arial, sans-serif;
}
.fontBold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
/****************************************/
/*  customisation  des elmnts generaux  */
/****************************************/
.flat {
  background-color: #d9d9d9;
  font-size: 11pt;
  line-height: 1.5em;
  text-align: center;
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
}
.flat .main {
  margin: auto;
  max-width: 900px;
  width: 90%;
  text-align: left;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #b4b0b0;
}
.flat .header {
  color: #404040;
  background-color: #ffffff;
  text-align: right;
  line-height: 1.5em;
}
.flat .footer {
  color: #404040;
  background-color: #ffffff;
}
.flat a {
  color: #000000;
  text-decoration: underline;
}
.flat a:hover {
  text-decoration: none;
}
/****************************************/
/*     	 			header				*/
/****************************************/
.flat .header a,
.flat .footer a {
  color: #404040;
  text-decoration: underline;
}
.flat .header a:hover,
.flat .footer a:hover {
  text-decoration: none;
}
.flat a.logo {
  display: block;
  float: left;
  width: 300px;
  text-decoration: none;
  margin: 10px 0px 10px 0px;
  height: 40px;
  background: transparent url(7b32d58bc605e4dc4dc8937738e99b4c490a2b90.png)  no-repeat left center;
}
.flat .searchForm {
  padding-top: 0.5em;
  width: 300px;
  line-height: 1.7em;
}
.flat .header form {
  padding: 10px 10px 0px 20px;
}
.flat .siteTitle {
  display: block;
  width: 220px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  white-space: nowrap;
  color: #000000;
}
.flat ul.userShortcuts {
  display: block;
  width: 150px;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}
.flat .userShortcuts li {
  display: inline;
}
.flat .header .textField {
  line-height: 1em;
  width: 9.5em;
  padding: 1px 5px 2px 5px;
  border: 1px solid #b4b0b0;
  margin-right: 0.7em;
}
/****************************************/
/*     	 			footer				*/
/****************************************/
.flat .footer {
  margin-top: 0px;
}
.flat .footer .content {
  padding: 5px 15px 5px 15px;
  text-align: left;
}
.flat .footer a.signature {
  display: none;
}
.flat ul.bottomLinks {
  list-style-type: none;
}
.flat ul.bottomLinks li {
  display: inline;
}
.flat ul.bottomLinks li a {
  padding: 0 0.2em;
}
.flat a.goToTop {
  display: inline;
  position: static;
  opacity: 1;
}
/****************************************/
/*     	 		siteID card				*/
/****************************************/
.flat .siteIdCard {
  background-color: #f2f2f2;
  padding: 20px 5% 20px 5%;
  border-bottom: 1px solid #b4b0b0;
  border-top: 1px solid #cdcaca;
}
.flat h1 {
  font-size: 2em;
  padding: 0.3em 0 0.3em 0;
}
.flat h4.inlineLabel {
  display: inline;
  color: #bb1f6a;
}
.flat #archiveOriginalUrl,
.flat #archiveDescription,
.flat #archiveTags,
.flat #facts1,
.flat #facts2 {
  display: inline;
}
.flat #archiveTags li,
.flat #facts1 li,
.flat #facts2 li {
  display: inline;
}
/****************************************/
/*     	 		browser 				*/
/****************************************/
.flat .button,
.flat .yearLabel {
  display: none;
}
.flat .year {
  padding: 20px 5% 20px 5%;
  border-bottom: 1px solid #cdcaca;
}
.flat h2.label {
  font-size: 1.5em;
  font-weight: bold;
}
/****************************************/
/*     	 		calendar 				*/
/****************************************/
.flat li.month {
  width: 100%;
  clear: both;
}
.flat h3.label {
  display: block;
  float: left;
  font-weight: bold;
  width: 3.5em;
}
.flat .month .counter {
  text-align: right;
  display: none;
  float: left;
  width: 5em;
  margin-right: 1em;
}
.flat div.barwrapper {
  font-size: 0.8em;
  height: 1.4em;
  padding: 0.2em;
  border: 1px solid #dc3183;
  float: right;
  width: 30%;
  margin-top: -1.1em;
  margin-left: 10px;
  overflow: hidden;
}
.flat div.bar {
  height: 100%;
  background-color: #e772aa;
}
.flat div .upBar {
  float: right;
  font-size: 0.9em;
  font-weight: normal;
  margin-top: -1.2em;
}
.flat ul.instances {
  margin-left: 5em;
}
.flat li.group {
  font-size: 1.2em;
  display: inline;
}
.flat li.instance {
  font-size: 0.8em;
  display: inline;
}
.flat li.instance a {
  line-height: 1em;
  background-color: #bb1f6a;
  color: white;
  text-decoration: none;
  padding: 2px 2px 1px 2px;
}
.flat li.instance a:hover {
  background-color: #050505;
}
/****************************************/
/*     		 				banner		  					*/
/****************************************/
.banner .flat {
  height: 100%;
  margin: 0;
}
.banner .flat #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin: 0;
  color: white;
  background-color: #cf1c00;
  overflow-x: hidden;
  overflow-y: auto;
}
.banner .flat .main {
  display: none !important;
}
.banner .flat #header a.logo {
  display: block;
  position: static;
  float: left;
  width: 240px;
  height: 60px;
  text-decoration: none;
  margin: 0px 15px 0px 0px;
  background: transparent url(eac58f076b0d12b4598c841639399522c99d5c58.png)  no-repeat 0px 50%;
  background-size: contain;
  border-bottom: none;
}
.banner .flat #header .textMention {
  text-align: left;
  line-height: 1.35em;
  padding: 7px 1em 0em 1em;
  white-space: nowrap;
}
.banner .flat #header a {
  color: white;
  text-decoration: none;
  padding: 1px 2px 0 2px;
  border-bottom: 1px solid white;
}
.banner .flat #header a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .flat #header .textBrowser li {
  display: inline-block;
}
.banner .flat #header .textBrowser li:not(.label) {
  padding: 0 0.2em;
}
.banner .flat .iframeContainer {
  display: block;
  float: none;
  border-top: 60px solid transparent;
  height: 100%;
  width: 100%;
  margin: 0;
  background: white url(43ffa1f349d23a03eb9c3d2627cb34ae235bc79e.gif)  50% 50% no-repeat;
}
.banner .flat .graphicDisclaimerContainer {
  display: none;
  color: #ffffff;
  background-color: rgba(207, 28, 0, 0.7);
}
