
/* HTML5 display-role reset for older browsers */
/*-----------*\
1-RESET
\*-----------*//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,bt
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}

@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url('../fonts/OpenSans-CondBold-webfont.eot');
  src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansCondensedLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url('../fonts/OpenSans-SemiBold-webfont.eot');
  src: url('../fonts/OpenSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold-webfont.svg#OpenSansCondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pullRight {
  float: right;
}
.clearThis {
  *zoom: 1;
}
.clearThis:before,
.clearThis:after {
  content: "";
  display: table;
}
.clearThis:after {
  clear: both;
}
.spacer {
  margin-top: 30px;
}
.inscritRegistre {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 5px 12px 5px 33px;
  background: url(../images/inscrit.png) 8px 0.55em no-repeat white;
  font-weight: bold;
}
.inscritRegistre  img{
	position:relative;
	top:3px;
	padding-right:5px;
	left:-3px;
	}
  
  .inscritRegistreFiche {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 5px 12px 5px 12px;
  font-weight: bold;
}
.inscritRegistreFiche  img{
	position:relative;
	top:3px;
	padding-right:5px;
	left:-3px;
	}
  
.img {
  background: #f1f1f1;
  padding: 6px;
  border: 1px solid #ebebeb;
  display: block;
  position: relative;
}
.img:after {
  content: '';
  overflow: hidden;
  display: block;
  background: url(../images/ombre_contenu_visionneuse.png) -70px top no-repeat;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -10px;
  margin-left: -7px;
}
.img img {
  display: block;
}
.btn, body input.btn {
  background: #dddcdc;
  
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #dddcdc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddcdc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #dddcdc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #dddcdc 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #dddcdc 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #dddcdc 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddcdc', GradientType=0);
  /* IE6-9 */

  border-radius: 5px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  overflow: visible;
  text-decoration: none;
  color: #666666;
  padding: 0.35em 9px 0.2em;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  vertical-align: middle;
  line-height: normal;
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.8);
}
 body input.btn{
  padding: 0.275em 9px 0.275em;
 }
 .elementsAssocies{
	position:relative;
 }
 .elementsAssocies:after{
	clear:both
 }
 .btnImprimerElemAssocies{
	text-align:right;
	position:absolute;
	top:0;
	right:0;
 }
 .btnImprimerElemAssocies a{
	position:relative;
	top:-50px;
	margin-bottom:-50px;
 }
 
.btn-bleu, body input.btn-bleu{
  background: #587bb4; /* Old browsers */
  background: -moz-linear-gradient(top, #587bb4 0%, #31547e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#587bb4), color-stop(100%,#31547e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #587bb4 0%,#31547e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #587bb4 0%,#31547e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #587bb4 0%,#31547e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #587bb4 0%,#31547e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587bb4', endColorstr='#31547e',GradientType=0 ); /* IE6-9 */
  border-color:#31547e;
  color:#FFF;
}
.btn .plusIcon,
.btn .moinsIcon,
.btn .hautIcon,
.btn .partageIcon,
.btn .printIcon,
.btn .tailleTexteIcon,
.btn .tailleTexteMoinsIcon {
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: inherit;
  margin-left: -4px;
  margin-right: 1px;
  background-position: top left;
  background-repeat: no-repeat;
}
.btn .plusIcon {
  background-image: url(../images/plus_icon.png);
}
.btn .moinsIcon {
  background-image: url(../images/moins_icon.png);
}
.btn .hautIcon {
  background-image: url(../images/haut_icon.png);
}
.btn .partageIcon {
  background-image: url(../images/partage_icon.png);
}
.btn .printIcon {
  background-image: url(../images/print_icon.png);
}
.btn:hover,
/*.btn:active,
.btn:focus,*/
body input.btn:hover
/*body input.btn:active,
body input.btn:focus*/{
  text-decoration: none;
  background: #cccccc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #cccccc 0%, #b1b0b0 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #b1b0b0));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #cccccc 0%, #b1b0b0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #cccccc 0%, #b1b0b0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #cccccc 0%, #b1b0b0 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #cccccc 0%, #b1b0b0 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#b1b0b0', GradientType=0);
  /* IE6-9 */

  color: #333333;
  border-color: #a0a0a0;
}


.btn-bleu:hover, .btn-bleu:active,.btn-bleu:focus,
body input.btn-bleu:hover, body input.btn-bleu:active, body input.btn-bleu:focus{
  background: #3e577f; /* Old browsers */
  background: -moz-linear-gradient(top, #3e577f 0%, #1b3047 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e577f), color-stop(100%,#1b3047)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e577f 0%,#1b3047 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e577f 0%,#1b3047 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e577f 0%,#1b3047 100%); /* IE10+ */
  background: linear-gradient(to bottom, #3e577f 0%,#1b3047 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e577f', endColorstr='#1b3047',GradientType=0 ); /* IE6-9 */
  color:#FFF;
  border-color:#1b3047;
}
.btn:hover .plusIcon,
.btn:active .plusIcon,
.btn:focus .plusIcon {
  background-image: url(../images/plus_icon_hover.png);
}
.btn:hover .moinsIcon,
.btn:active .moinsIcon,
.btn:focus .moinsIcon {
  background-image: url(../images/moins_icon_hover.png);
}
.btn:hover .hautIcon,
.btn:active .hautIcon,
.btn:focus .hautIcon {
  background-image: url(../images/haut_icon_hover.png);
}
.btn:hover .partageIcon,
.btn:active .partageIcon,
.btn:focus .partageIcon {
  background-image: url(../images/partage_icon_hover.png);
}
.btn:hover .printIcon
/*,
/*.btn:active .printIcon,*/
.btn:focus .printIcon*/ {
  background-image: url(../images/print_icon_hover.png);
}
a.btn {
  padding: 0.45em 12px 0.35em;
}
.ie9 .btn, .ie9 body input.btn {
  filter: none;
  background: url(../images/btn.svg);
}
.ie9 .btn:hover,
.ie9 .btn:active,
.ie9 .btn:focus,
.ie9 body input.btn:hover,
/*.ie9 body input.btn:active,*/
.ie9 body input.btn:focus{
  filter: none;
  background: url(../images/btn_hover.svg);
}

.ie9 .btn-bleu, .ie9 input.btn-bleu {
  filter: none;
  background: url(../images/btn-bleu.svg);
}
.ie9 .btn-bleu:hover,
.ie9 .btn-bleu:active,
.ie9 .btn-bleu:focus,
.ie9 body input.btn-bleu:hover,
.ie9 body input.btn-bleu:active,
.ie9 body input.btn-bleu:focus{
  filter: none;
  background: url(../images/btn-bleu_hover.svg);
}

.ie9 body input.btn-bleu{
  filter: none;
  background: url(../images/btn-bleu.svg);
}
.voirTout {
  background: url(../images/tout.png) left 0.2em no-repeat;
  padding-left: 16px;
  display: inline-block;
}
.registreImprimerPartager {
  margin: 0 0 0.5em;
  *zoom: 1;
}
.registreImprimerPartager:before,
.registreImprimerPartager:after {
  content: "";
  display: table;
}
.registreImprimerPartager:after {
  clear: both;
}
.registreImprimerPartager p {
  float: left;
  margin: 0;
}
.registreImprimerPartager ul {
  margin: 0;
  padding: 0;
  float: right;
}
.registreImprimerPartager ul li {
  padding: 0 0 0 8px;
  background: none;
  float: left;
}
.colLeft .registreImprimerPartager{position:relative;}
.colLeft .registreImprimerPartager ul{
    position:absolute;
    top:0;
    right:0;
}
.tailleTexte {
  text-align: right;
}
.tailleTexte .btn {
  background: #bb6625;
  /* Old browsers */

  background: -moz-linear-gradient(top, #bb6625 0%, #bb6625 12%, #b4591f 14%, #af501b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb6625), color-stop(12%, #bb6625), color-stop(14%, #b4591f), color-stop(100%, #af501b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #bb6625 0%, #bb6625 12%, #b4591f 14%, #af501b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #bb6625 0%, #bb6625 12%, #b4591f 14%, #af501b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #bb6625 0%, #bb6625 12%, #b4591f 14%, #af501b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #bb6625 0%, #bb6625 12%, #b4591f 14%, #af501b 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bb6625', endColorstr='#af501b', GradientType=0);
  /* IE6-9 */

  border-color: #b44f1c;
  margin-top:15px;
  padding: 0.3em 5px 0.2em;
  font-size: 0.95em;
  color: #FFF;
}
.tailleTexte .btn:hover,
.tailleTexte .btn:focus {
  border-color: #ce7029;
  -webkit-box-shadow: 0px 1px 3px -1px #000000;
  box-shadow: 0px 1px 3px -1px #000000;
}
.tailleTexte .btn .tailleTexteIcon {
  width: 15px;
  height: 12px;
  margin-left: 0;
  background: url(../images/texte_plus.png) top left no-repeat;
}
.tailleTexte .btn .tailleTexteMoinsIcon {
  width: 19px;
  height: 18px;
  margin-left: 0;
  background: url(../images/texte_moins.png) top left no-repeat;
}
.ie9 .tailleTexte .btn {
  filter: none;
  background: url(../images/btn_tailletexte.svg);
}
.ie9 .tailleTexte .btn:hover,
.ie9 .tailleTexte .btn:focus {
  filter: none;
  background: url(../images/btn_tailletexte.svg);
}
.reponseQuestion {
  border: 1px solid #D6D6D6;
  padding: 12px 12px 5px;
}
.reponseQuestion h3 {
  font-size: 1.1em;
}
.reponse {
  border: 1px solid #D6D6D6;
  background: #eff0f2;
  padding: 12px 15px 3px;
  margin: 20px 0 1em;
  position: relative;
}
.reponse .pointe {
  background: url(../images/pointe.png) top left no-repeat;
  display: block;
  width: 20px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 35px;
}
iframe {
  margin-bottom: 0.7em;
}
.plusInfos,
.moinsInfos {
  padding-left: 17px;
  background: url(../images/plus_icon.png) left center no-repeat;
  display: block;
  clear:both;
  margin-top:1em;
}
.moinsInfos {
  background-image: url(../images/moins_icon.png);
}
#btnPartage {
  display: none;
  text-align: right;
  position: relative;
}
#btnPartage.actif {
  display: block;
}
#partage {
  display: none;
}
#partage.actif {
  position: absolute;
  bottom: -47px;
  right: 0;
  width: 218px;
  text-align: center;
  background: white;
  z-index: 6;
  display: block;
  padding: 5px 4px 0;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.8);
}
#partage.actif .stButton {
  margin-left: 0;
  margin-right: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
#blackbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
}

#lightbox {
  width: 650px;
  margin: 0 auto;
  position: fixed;
  top: 40px;
  bottom: 40px;
  background: #FFF;
  padding: 4.5em 0 0;
  border: 1px solid #d6d6d6;
  z-index: 1001;
  outline: none;
  -webkit-box-shadow: 0px 0px 12px -2px #000000;
  box-shadow: 0px 0px 12px -2px #000000;
}
#lightbox .fermerLightbox {
  font-size: 1.5em;
  line-height: 1em;
  position: absolute;
  top: 8px;
  right: 8px;
}
#contenuLightbox {
  overflow-y: auto;
  padding: 0 30px 0;
}
.listeBiens {
  margin: 10px 0 1em 5px;
  padding-right: 120px;
  clear: both;
}
.listeBiens ul {
  margin: 10px 0 0 20px;
}
.listeBiens .contenuListeBien {
  *zoom: 1;
}
.listeBiens .contenuListeBien:before,
.listeBiens .contenuListeBien:after {
  content: "";
  display: table;
}
.listeBiens .contenuListeBien:after {
  clear: both;
}
.listeBiens li {
  margin-bottom: 0.8em;
}
.listeBiens ul li{
background-image:url(../images/bullet_orange.png);
}
.listeBiens .vignette {
  margin-right: -120px;
  float: right;
  padding: 3px;
  background: #FFF;
  border: 1px solid #d6d6d6;
  width:70px;
  height:50px;
  text-align:center;
  font-size:0.95em;
  display:inline;
}
.lt-ie8 .listeBiens .vignette {
  margin-left: 40px;
}
.listeBiens .vignette img{ width:auto; height:auto; max-width:100%; max-height:100%; }
.zonePagination {
  *zoom: 1;
  margin: 1em 0;
  padding: 8px 0;
  border: 1px solid #d6d6d6;
  border-right: 0;
  border-left: 0;
}
.zonePagination:before,
.zonePagination:after {
  content: "";
  display: table;
}
.zonePagination:after {
  clear: both;
}
.pagination {
  float: left;
  margin: 0;
  padding: 0;
}
.pagination li {
  background: none;
  margin: 0 3px 0 0;
  padding: 0;
  float: left;
}
.pagination a,
.pagination .pageActuelle,
.pagination .premierePage,
.pagination .pagePrecedente,
.pagination .pageSuivante,
.pagination .dernierePage {
  display: block;
  padding: 0 8px;
  line-height: 1.6em;
  border: 1px solid #d6d6d6;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  text-decoration: none;
  background-color: #3D6A9D;
  color: #FFF;
  border-color: #3D6A9D;
}
.pagination .premierePage,
.pagination .pagePrecedente,
.pagination .pageSuivante,
.pagination .dernierePage {
  overflow: hidden;
  height: 1.6em;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.6em;
  text-indent: 5em;
}
.pagination .premierePage {
  background-image: url(../images/premiere_i.png);
}
.pagination .pagePrecedente {
  background-image: url(../images/precedent_i.png);
}
.pagination .pageSuivante {
  background-image: url(../images/suivant_i.png);
}
.pagination .dernierePage {
  background-image: url(../images/derniere_i.png);
}
.pagination a.premierePage {
  background-image: url(../images/premiere.png);
}
.pagination a.premierePage:hover,
.pagination a.premierePage:active,
.pagination a.premierePage:focus {
  background-image: url(../images/premiere_h.png);
}
.pagination a.pagePrecedente {
  background-image: url(../images/precedent.png);
}
.pagination a.pagePrecedente:hover,
.pagination a.pagePrecedente:active,
.pagination a.pagePrecedente:focus {
  background-image: url(../images/precedent_h.png);
}
.pagination a.pageSuivante {
  background-image: url(../images/suivant.png);
}
.pagination a.pageSuivante:hover,
.pagination a.pageSuivante:active,
.pagination a.pageSuivante:focus {
  background-image: url(../images/suivant_h.png);
}
.pagination a.dernierePage {
  background-image: url(../images/derniere.png);
}
.pagination a.dernierePage:hover,
.pagination a.dernierePage:active,
.pagination a.dernierePage:focus {
  background-image: url(../images/derniere_h.png);
}
.pagination .pageActuelle {
  background: #3D6A9D;
  font-weight: bold;
  color: #FFF;
  border-color: #3D6A9D;
}
.lt-ie8 .pagination .premierePage,
.lt-ie8 .pagination .pagePrecedente,
.lt-ie8 .pagination .pageSuivante,
.lt-ie8 .pagination .dernierePage {
  background-position: 4px 3px;
}
.lt-ie8.grosTexte .pagination .premierePage,
.lt-ie8.grosTexte .pagination .pagePrecedente,
.lt-ie8.grosTexte .pagination .pageSuivante,
.lt-ie8.grosTexte .pagination .dernierePage {
  background-position: 6px 7px;
}
.paginationNombre {
  float: right;
  display:none;
}
.js .paginationNombre{ display:block; }
.contenuListeBiens {
  margin-bottom: 30px;
}
.contenuListeBiens h1 {
  margin-bottom: 1em;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
html {
  font-family: sans-serif;
  font-size: 0.750em;
  color: #444c4c;
  overflow-y: scroll;

}
html.grosTexte {
  font-size: 1.1em;
}
h1 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.6em;
  color: #444c4c;
}
h2,
.h2 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.6em;
  color: #444c4c;
  margin-bottom: 0.5em;
}
h3,
.h3 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.333em;
  color: #444c4c;
}
h4,
.h4 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-family: sans-serif;
  font-size: 1em;
  color: #444c4c;
  font-weight: bold;
}
.sectionTitle {
  margin-bottom: 0.8em;
}
p {
  margin: 0 0 0.9em;
  line-height: 1.6em;
}
.toRight {
  text-align: right;
}
a {
  color: #3d6a9d;
  text-decoration: none;
}
i,em{ font-style: italic; }
strong,em{ font-weight:bold; }
a:hover,
a:active,
a:focus {
  color: #1f3650;
  text-decoration: underline;
}
ul {
  *zoom: 1;
  margin: 0.6em 0 0.8em 0.2em;
  padding: 0;
  list-style: none;
}
ul:before,
ul:after {
  content: "";
  display: table;
}
ul:after {
  clear: both;
}
ul li {
  line-height: 1.2em;
  background: url(../images/bullet_blue.png) 0 0.45em no-repeat;
  padding-left: 10px;
  margin: 0 0 0.4em;
}
ul li.noBullet{ background:none; }
ul ul {
  margin-left: 1.3em;
}
strong {
  font-weight: bold;
}
table {
  margin: 0 0 0.9em;
}
td,
th {
  padding: 0.5em 8px;
  text-align: left;
  border: 1px solid #CCC;
}
.alt td, .alt th{
  background: #EFF0F2;
}

.placement td, .placement th{
padding: 0 8px;
}

th {
  font-weight: bold;
  
}
thead th {
  background: #666;
  color: #FFF;
  vertical-align: middle;
  text-align:left;
}
thead th a, thead th a:hover, thead th a:focus, thead th a:active{
  color:#FFF;
}
body {
  background: #e4e3e3;
}

.contpiv {
  z-index: 1;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px #bbb;
  box-shadow: 0px 1px 4px 0px #bbb;
  position: relative;
  z-index: 3;
}
.contpiv #piv {
  font-size: 0.9em;
  margin: 0 auto;
  width: 960px;
  margin: 0 auto 0 auto;
  /* Valeur utilisée seulement par IE */
  padding: 0;
  height: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #095797;
}

.contpiv #piv img {
  margin: 0 0 0 -18px;
  padding: 0;
}
.contpiv #piv ul {
  position: relative;
  left: 193px;
  top: -47px;
  list-style: none;
  margin: 0;
  background-color: #039;
  color: white;
  padding: 1px 22px 2px 0;
  width: 745px;
  text-align: right;
}
.contpiv #piv ul li {
  line-height: 1em;
  background: none;
  margin: 0;
  display: inline;
  padding: 0 5px 0 5px;
}
.contpiv #piv ul a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px;
  display: inline-block;
}
.contpiv #piv ul a:hover,
.contpiv #piv ul a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.contpiv #piv .langue {
  float: right;
}
div.corps {
  width: 1080px;
  max-width: 100%;
  min-width: 960px;
  -webkit-box-shadow: 1px 0px 4px 0px #bbb;
  box-shadow: 1px 0px 4px 0px #bbb;
  margin: 0 auto;
  background: url(../images/bg_pale.png) repeat top center #ffffff;
}
.entete {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 1.2em 0;
  position: relative;
  background: url("../images/entetefond.jpg");
}
.entete:before,
.entete:after {
  content: "";
  display: table;
}
.entete:after {
  clear: both;
}
.entete .recherche {
  position: absolute;
  right: 20px;
  top: 20px;
}
.entete .recherche p {
  margin: 0;
}
.entete .recherche a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.95em;
  margin-left: 5px;
  line-height: 1em;
}
.entete .recherche a:hover,
.entete .recherche a:focus,
.entete .recherche a:active {
  text-decoration: none;
}
.entete .recherche .searchbox {
  text-align: left;
  position: relative;
  margin-bottom: 0px;
}
.entete .recherche .searchbox input {
  border: 1px solid #d36426;
  background: #ac4600;
  -webkit-box-shadow: inset 1px 1px 5px -1px #333333;
  box-shadow: inset 1px 1px 5px -1px #333333;
  width: 180px;
  /*height: 1.0em;*/
  /*padding: 5px 2px 2px 5px;*/
  padding: 0.5em 0.2em 0.5em 0.2em;
  color: #fff;
  margin-right: 8px;
  font-size: 1em;
  /*-webkit-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  background: #fcfcfc;
  border: none;
  top: 0;
  font-size: 1em;
  margin-right: 6px;
  padding: 0.5em 0.2em;
  width: 18em;
  height: 1.2em;
  font-family: sans-serif;*/
}
.entete .recherche .searchbox input::-webkit-input-placeholder {
  color: #FFF;
}
.entete .recherche .searchbox input:-moz-placeholder {
  color: #FFF;
}
.entete .recherche .searchbox select {
  -webkit-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  background: #fcfcfc;
  border: none;
  position: relative;
  top: 0;
  font-size: 1em;
  margin-right: 6px;
  padding: 0.2em 0;
  width: 18em;
  height: 1.8em;
  font-family: sans-serif;
}
.entete .recherche .searchbox .searchBtn {
  color: #FFF;
  overflow: visible;
  font-weight: normal;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px -1px #000000;
  box-shadow: 0px 0px 5px -1px #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  border-top: 2px solid #587bb4;
  padding: 0 6px 4px;
  min-width: 24px;
  background: #416197;
  background: -webkit-gradient(linear, left top, left bottom, from(#496da9), to(#416197));
  background: -webkit-linear-gradient(top, #496da9, #416197);
  background: -moz-linear-gradient(top, #496da9, #416197);
  background: -o-linear-gradient(top, #496da9, #416197);
  background: -ms-linear-gradient(top, #496da9, #416197);
  background: linear-gradient(top, #496da9, #416197);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='#496da9', EndColorStr='#416197');
}
.entete .recherche .searchbox .searchBtn:hover,
.entete .recherche .searchbox .searchBtn:active,
.entete .recherche .searchbox .searchBtn:focus {
  filter: none;
  border-top-color: #3f628a;
  text-decoration: none;
  background: #31547e;
}
.entete .recherche .rechercheAvanceCache {
  visibility: hidden;
}
.entete .titre {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 2em;
  text-align: left;
  color: #fff;
  width: 9.5em;
  text-shadow: 1px 1px 2px #262626;
  line-height: 1.3em;
  margin: 0 0 0 20px;
}
.entete .titre span {
  font-family: "OpenSansSemibold", "OpenSansLight", "Arial", sans-serif;
  display: block;
  font-size: 1.8em;
  line-height: 0.5em;
  margin-bottom: 7px;
}
.entete .titre a{ color:#FFF; text-decoration: none; }
.ie9 .entete .recherche .searchbox .searchBtn {
  filter: none;
  background: url(../images/bg_menu.svg);
}
.ie9 .entete .recherche .searchbox .searchBtn:hover,
.ie9 .entete .recherche .searchbox .searchBtn:active,
.ie9 .entete .recherche .searchbox .searchBtn:focus {
  filter: none;
  background: #31547e;
}
.lt-ie9 .entete .recherche .searchbox input {
  background: #FFF;
  color: #333;
  position: relative;
  top: -2px;
}
.lt-ie8 .entete .recherche .searchbox input {
  background: #FFF;
  position: relative;
  top: 1px;
}
.lt-ie8 .entete .recherche .searchbox {
  height: 30px;
}
.lt-ie8 .entete .recherche .searchbox .searchBtn {
  top: 2px;
}
.lt-ie8 .entete .recherche .searchbox .searchBtn img {
  vertical-align: middle;
}
.zoneNavigationPrincipale {
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.zoneNavigationPrincipale:before,
.zoneNavigationPrincipale:after {
  content: "";
  display: table;
}
.zoneNavigationPrincipale:after {
  clear: both;
}
.navigationPrincipale {
  position: absolute;
  right: 0;
  font-family: 'OpenSansCondensedBold', sans-serif;
  z-index: 2;
  float: right;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #496da9;
  font-size: 1.333em;
  overflow: hidden;
  margin: -25px 80px 0 0;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0px #1a3e66;
}
.navigationPrincipale li {
  display: block;
  padding: 0px;
  margin: 0px;
  line-height: 2em;
  text-align: center;
  float: left;
  border-right: 1px solid #6998c9;
  border-left: 1px solid #3f5f92;
}
.navigationPrincipale li.doubleline {
  line-height: 1em;
}
.navigationPrincipale li.first {
  border-left: none;
}
.navigationPrincipale li.last {
  border-right: none;
}
.navigationPrincipale li a {
  border-top: 2px solid #587bb4;
  background: #496da9;
  background: -webkit-gradient(linear, left top, left bottom, from(#496da9), to(#416197));
  background: -webkit-linear-gradient(top, #496da9, #416197);
  background: -moz-linear-gradient(top, #496da9, #416197);
  background: -o-linear-gradient(top, #496da9, #416197);
  background: -ms-linear-gradient(top, #496da9, #416197);
  background: linear-gradient(top, #496da9, #416197);
  
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  float: left;
  height: 100%;
  padding: 5px 35px 6px;
}
.navigationPrincipale li a:hover,
.navigationPrincipale li a:focus,
.navigationPrincipale li a:active,
.navigationPrincipale li a.actif {
  color: #fff;
  filter: none;
  border-top-color: #3f628a;
  text-decoration: none;
  background: #31547e;
}
.ie9 .navigationPrincipale li a {
  filter: none;
  background: url(../images/bg_menu.svg);
}
.ie9 .navigationPrincipale li a:hover,
.ie9 .navigationPrincipale li a:focus,
.ie9 .navigationPrincipale li a:active {
  filter: none;
  background: #31547e;
}
.filAriane {
  *zoom: 1;
  position: relative;
  margin-top: 2.8em;
  margin-left: -8px;
}
.filAriane:before,
.filAriane:after {
  content: "";
  display: table;
}
.filAriane:after {
  clear: both;
}
.filAriane li {
  float: left;
  background: url(../images/sep_filariane.png) right 0.35em no-repeat;
  padding: 0 15px 0 8px ;
}
.filAriane li.actif {
  background: none;
  padding-right: 0;
}
.filAriane a {
  text-decoration: none;
}
.filAriane a:hover {
  text-decoration: underline;
}
.hideAriane{ display:none; }
div.wrapper {
  z-index: 1;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 1.8em 0;
}
div.wrapper div.conteneur {
  margin: 0px 20px;
  width: 920px;
}
div.wrapper div.conteneur div.cols {
  *zoom: 1;
  padding: 1em 0;
}
div.wrapper div.conteneur div.cols:before,
div.wrapper div.conteneur div.cols:after {
  content: "";
  display: table;
}
div.wrapper div.conteneur div.cols:after {
  clear: both;
}
div.wrapper div.conteneur div.cols span.plus {
  font-size: 1.3em;
  position: relative;
  top: 2px;
}
div.wrapper div.conteneur div.cols div.colLeft {
  width: 281px;
  margin-right: 23px;
  float: left;
}
div.wrapper div.conteneur div.cols div.colRight {
  width: 616px;
  float: left;
}
div.wrapper div.conteneur div.cols div.colCourte {
  width: 281px;
  float: left;
}
div.wrapper div.conteneur div.cols div.colLarge {
  margin-right: 23px;
  width: 616px;
  float: left;
}
.footer {
  background: url(../images/pied.jpg) top center repeat;
  font-size: 1.167em;
  font-family: "OpenSansSemiBold", sans-serif;
  padding: 1em 0;
  *zoom: 1;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer ul {
  text-align: center;
  margin: 0;
}
.footer ul li {
  background: none;
  margin: 0;
  padding: 0 0.5em 0 0.7em;
  display: inline;
  border-left: 1px solid #FFF;
}
.footer ul li.premier {
  border-left: none;
}
.footer a {
  color: #FFF;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #FFF;
}
div.lightbox-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1000;
  display: block;
}
div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
div.lightbox div.lightContent {
  width: 940px;
  padding: 10px;
  background-color: #e6e7e9;
  background: url("../images/white_carbon.png");
  border: 1px solid #c3c3c3;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bandeauAccueil {
  padding-top: 240px;
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}
.bandeauAccueil:before,
.bandeauAccueil:after {
  content: "";
  display: table;
}
.bandeauAccueil:after {
  clear: both;
}
.bandeauAccueil .onglets {
  margin-top: -1.4em;
}
.bandeauAccueil .onglets .contenuOnglet {
  padding: 23px 15px 15px;
}
.bandeauAccueil .onglets .menuOnglets {
  background: url(../images/ombre_bandeau_bas.png) bottom left repeat-x;
}
.bandeauAccueil .ombreBandeauAccueil {
  position: absolute;
  top: 0;
  width: 100%;
  height: 13px;
  background: url(../images/ombre_bandeau.png) top left repeat-x;
}
.bandeauAccueil .zoneTagline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.bandeauAccueil .tagline {
  position: absolute;
  bottom: 0.6em;
  right: 0;
  width: 30em;
  padding: 15px 18px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: normal;
  line-height: 1.2em;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1.1em;
}
.bandeauAccueil .tagline strong {
  color: #e4a848;
  font-weight: normal;
}
.grosTexte .bandeauAccueil .tagline {
  font-size: 0.9em;
}
.description {
  *zoom: 1;
  margin-bottom: 0.8em;
  display: block;
  border-bottom:1px solid #ddd;
}

.description:before,
.description:after {
  content: "";
  display: table;
}
.description:after {
  clear: both;
}
.description ul{ margin-bottom:0.5em; }
.description ul > li {
  background-image: url(../images/bullet_orange.png);
}
.description h2 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.333em;
  color: #444c4c;
  font-size: 1.1em;
  margin-bottom: 0.1em;
  color: #c0541c;
}
.description .toutAfficher {
  text-align: center;
  margin: 0.5em 0 0;
}
.description .toutAfficher .btn {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0.2em;
  -webkit-box-shadow: 0px -1px 3px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -1px 3px -2px rgba(0, 0, 0, 0.5);
}
.reduireHeight{ height:6.8em; }
.reduireHeightBlock{ height:1.5em; width:100%; display:none; position:absolute; bottom:0; pointer-events:none;

  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
}

.reduitActif .reduireHeightBlock{ display:block; }
.reduitActif .aReduire{
  height:7.2em; overflow:hidden; position:relative;
}
.aReduire ul{ margin-top:0;}
.aReduire{ margin-top:0.6em; }
.specialType {
  padding-bottom: 0.8em;
}
.specialType h2,
.specialType p {
  display: inline;
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.333em;
  color: #444c4c;
  font-size: 1em;
}

.sommaireEnligne {
  padding-bottom: 1.1em;
}
.sommaireEnligne h2,
.sommaireEnligne p {
  display: inline;
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
}


.boite {
  margin: 0 0 6px;
}
.boite .titreBoite {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.333em;
  color: #444c4c;
  font-size: 1.1em;
  color: #FFF;
  background: #3d6a9d;
  padding: 8px 8px 7px;
  margin: 0;
  border: 1px solid #3d6a9d;
}
.boite .titreBoite a {
  color: #FFF;
  text-decoration: underline;
}
.boite .titreBoite a:hover,
.boite .titreBoite a:active,
.boite .titreBoite a:focus {
  text-decoration: none;
}
.boite .titreSousSection {
  background-color: #666;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 8px 8px 7px;
}
.boite .contenuBoite {
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 12px 12px 0;
}
.accordeon {
  margin-bottom: 1.2em;
}
.accordeon .toutOuvrir {
  text-align: right;
}
.accordeon .boite {
  margin-bottom: 3px;
}
.accordeon .contenuBoite {
  background: none;
  max-width: 100%;
  overflow: auto;
}
.accordeon .contenuBoite h3 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
  font-family: sans-serif;
  font-size: 1em;
  color: #444c4c;
  font-weight: bold;
}
.accordeon .contenuBoite strong span{padding-bottom:0.8em;display:block;}
.accordeon.actif .titreBoite {
  cursor: pointer;
  padding-left: 24px;
  background: url(../images/ouvert.png) 8px 1.05em no-repeat #3d6a9d;
}
.lt-ie8 .accordeon.actif .titreBoite {
  zoom:1;
}
.accordeon.actif .contenuBoite {
  padding-left: 24px;
  padding-right: 24px;
}
.accordeon.actif .fermer .titreBoite {
  background: url(../images/fermer.png) 8px 0.9em no-repeat #eff0f2;
  color: #444c4c;
  border: 1px solid #d6d6d6;
}
.accordeon.actif .fermer .titreBoite:hover,
.accordeon.actif .fermer .titreBoite:active,
.accordeon.actif .fermer .titreBoite:focus {
  background: url(../images/fermer_hover.png) 8px 0.9em no-repeat #3d6a9d;
  color: #FFF;
  border-color: #3d6a9d;
}
.accordeon.actif .fermer .contenuBoite {
  display: none;
}
.miniTirroirActif .titreMiniTirroir {
  margin: 0;
  cursor: pointer;
  color: #3d6a9d;
  text-decoration: underline;
  padding-left: 12px;
  display: inline-block;
  background: url(../images/ouvert_hover.png) left 0.4em no-repeat;
}
.miniTirroirActif .titreMiniTirroir:hover,
.miniTirroirActif .titreMiniTirroir:active,
.miniTirroirActif .titreMiniTirroir:focus {
  color: #1f3650;
  text-decoration: none;
}
.miniTirroirActif .contenuMiniTirroir {
  padding-left: 12px;
}
.miniTirroirFermer .titreMiniTirroir {
  background: url(../images/fermer.png) left 0.3em no-repeat;
}
.miniTirroirFermer .contenuMiniTirroir {
  display: none;
}
.onglets .menuOnglets{
  margin: 0 0 -1px;
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.onglets .menuOnglets:before,
.onglets .menuOnglets:after {
  content: "";
  display: table;
}
.onglets .menuOnglets:after{
  clear: both;
}
.onglets .menuOnglets ul{
  margin: 0 0 -1px;
  padding: 0;
  border-left: 1px solid #d6d6d6;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1.1em;
  display: flex;
  
  
  
}
.onglets .menuOnglets ul.decale{
  margin-left: 20px;
}
.onglets .menuOnglets ul li{
  background: #eef0f2;
  margin: 0;
  padding:9px 23px;
  float: left;
  border: 1px solid #d6d6d6;
  border-left: 1px solid #FFF;
  cursor: pointer;
  text-align: center;
  
  display: block;
  line-height: 15px;
  
}



.onglets .menuOnglets ul li.premier{
  border-left: 0;
}
.onglets .menuOnglets ul li:hover,
.onglets .menuOnglets ul li:focus {
  background: #FFF;
  border-top-width: 3px;
  padding-top: 7px;
}
.onglets .menuOnglets ul li.actif,
.onglets .menuOnglets ul li:active {
  border-bottom-color: #FFF;
  background: #FFF;
  border-top: 3px solid #c0541c;
  padding-top: 7px;
  cursor: default;
  color: #c0541c;
}
.onglets .contenuOnglet {
  background: #FFF;
  border: 1px solid #d6d6d6;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
  margin-top: 1px;
}
.onglets .contenuOnglet h3 {
  font-size: 1.1em;
  color: #c0541c;
}
.ongletsActifs .contenuOnglet {
  margin-bottom: 0;
  display: none;
}
.ongletsActifs .contenuOngletVisible {
  display: block;
}
.ongletsActifs .titreContenuOnglet {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visionneuse {
  *zoom: 1;
}
#inv:after{clear:both;}
#inv p{float:left;padding-right:20px;}
.visionneuse .titreContenuOnglet {
  margin-bottom: 0.5em;
}
.visionneuse h3 {
  font-size: 1.1em;
  color: #c0541c;
}
.visionneuse p {
  line-height: 1.2em;
}
.visionneuse:before,
.visionneuse:after {
  content: "";
  display: table;
}
.visionneuse:after {
  clear: both;
}
.visionneuse .desc {
  clear: both;
  padding-top: 10px;
}
.visionneuse .contenu {
  width: 410px;
  float: left;
  background: #FFF;
  padding: 6px;
  border: 1px solid #ebebeb;
  position: relative;
}
.visionneuse .contenu:after {
  content: '';
  overflow: hidden;
  display: block;
  background: url(../images/ombre_contenu_visionneuse.png) -70px top no-repeat;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -10px;
  margin-left: -7px;
}
.visionneuse .contenu img {
  display: block;
  margin: 0 auto;
  width:auto;
  height:auto;
  max-width:80%;
  max-height:220px;
}
.visionneuse .contenu ul.outilsVisionneuse {
  *zoom: 1;
  margin: 0;
  padding: 0;
  width: 410px;
  background: #000;
}
.visionneuse .contenu ul.outilsVisionneuse:before,
.visionneuse .contenu ul.outilsVisionneuse:after {
  content: "";
  display: table;
}
.visionneuse .contenu ul.outilsVisionneuse:after {
  clear: both;
}
.visionneuse .contenu ul.outilsVisionneuse li {
  margin: 0;
  padding: 0;
  float: left;
  background: none;
}
.visionneuse .contenu ul.outilsVisionneuse li a {
  text-decoration: underline;
  color: #FFF;
  padding: 3px 10px;
  display: inline-block;
}
.visionneuse .contenu ul.outilsVisionneuse li a:hover,
.visionneuse .contenu ul.outilsVisionneuse li a:active,
.visionneuse .contenu ul.outilsVisionneuse li a:focus {
  text-decoration: none;
}
.visionneuse .contenu ul.outilsVisionneuse li span {
  color: #FFF;
  padding: 3px 10px;
  display: inline-block;
}
.visionneuse .contenu ul.outilsVisionneuse li.tailleReelle {
  float: right;
}
.visionneuse .contenu ul.outilsVisionneuse .loupe {
  display: inline-block;
  background: url(../images/loupe.png) 10px 0.4em no-repeat;
  padding-left: 24px;
}
.visionneuse .roulette ul {
  margin: 6px 0 0;
  padding: 0;
}
.visionneuse .roulette li {
  float: left;
  margin: 0 8px 2px 0;
  padding: 0;
  
  position:relative;
}
.visionneuse .roulette li:after {
  content: '';
  overflow: hidden;
  display: block;
  width: 100%;
  height: 4px;
  background: url(../images/ombre_vignette.png) 6px top no-repeat;
}
.visionneuse .roulette li a {
  text-align: center;
  width: 86px;
  height: 55px;
  overflow:hidden;
  background: #FFF;
  border: 1px solid #e0e2e4;
  padding: 3px;
  display: block;
  cursor: pointer;
}


.hideTooLongName{
  height:0.4em; width:214px; display:block; position:absolute; bottom:5px; pointer-events:none; margin-left:-9px;

  background:#FFF;
}
.actif .hideTooLongName, a:hover .hideTooLongName{
bottom:6px;
}

.contenuOngletVideo .hideTooLongName,.contenuOngletVideo .actif .hideTooLongName,.contenuOngletVideo a:hover .hideTooLongName{
    height:0.9em;
    bottom:7px;
    margin-left: -4px;
    width: 103px;
}
.contenuOngletVideo .actif .hideTooLongName,.contenuOngletVideo a:hover .hideTooLongName{
    bottom:8px;
}


.visionneuse .roulette li a img {
  display: block;
  margin: 0 auto;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.visionneuse .roulette li a:hover,
.visionneuse .roulette li a:active,
.visionneuse .roulette li a:focus {
  border-color: #c2c3c5;
  border-width: 2px;
  padding: 2px;
}
.visionneuse .roulette li.actif a {
  border-color: #c0541c;
  border-width: 2px;
  padding: 2px;
  
  
}
.visionneuse .roulette p {
  text-align: center;
  margin: 0;
}
.visionneuse .roulette button {
  background: #3d6a9d;
  padding: 5px 7px 7px;
  border: none;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  line-height: 4px;
}
.visionneuse .roulette button:hover,
.visionneuse .roulette button:active,
.visionneuse .roulette button:focus {
  background: #31547e;
}
.visionneuse .roulette .rouletteHaut {
  margin-top: -18px;
}
.visionneuse .roulette .rouletteBas {
  margin-bottom: -18px;
}
.visionneuseAudio .contenu {
  /*width: 300px;*/
}
.visionneuseAudio .roulette {
  width: 218px;
  font-size: 12px;
}
.visionneuseAudio .roulette li strong {
  line-height: 1.1em;
  display:block;
  overflow:hidden;
  height:3.3em;
}
.visionneuseAudio .roulette li a {
  /*width: 196px;*/
  height: 35px;
  padding: 10px;
  min-height: 41px;
}
.visionneuseAudio .roulette li a:hover,
.visionneuseAudio .roulette li a:active,
.visionneuseAudio .roulette li a:focus {
  padding: 9px;
  text-decoration: none;
}
.visionneuseAudio .roulette li.actif a {
  padding: 9px;
}
.visionneuseActive .roulette {
  background: #f4f6f8;
  padding: 18px;
  float: right;
  width: 108px;
}
.visionneuseActive .roulette .zoneRoulette {
  position: relative;
  height: 207px;
  margin: 6px 0 0;
  overflow: hidden;
}
.visionneuseActive .roulette ul {
  margin-top: 0;
  position: absolute;
  top: 0;
}
.visionneuseActive .roulette li {
  margin: 0 0 2px;
}
.visionneuseActive .rouletteAudio {
  /*width: 218px;*/
}
.visionneuseActive .imageAudio {
  height: 211px;
  width: 100%;
  background: url(../images/audio-2.jpg) top left no-repeat;
}
.lt-ie8 .visionneuse .roulette li {
  padding-bottom: 4px;
  margin-bottom: 2px;
}
.lt-ie8 .visionneuse .roulette li a {
  *zoom: 1;
}
.lt-ie8 .visionneuse .roulette li a:before,
.lt-ie8 .visionneuse .roulette li a:after {
  content: "";
  display: table;
}
.lt-ie8 .visionneuse .roulette li a:after {
  clear: both;
}

/*Contenu onglet video*/

.contenuOngletVideo .roulette li a{ width:86px; }
.contenuOngletVideo .roulette ul li{ min-height:auto; }

.contenuOngletVideo ul li {
/*overflow:hidden!important;*/
/*min-height:70px;
width: 95px;*/
}

.contenuOngletVideo ul {
/*width: 150px!important;*/
}

.contenuOngletVideo .zoneRoulette {
/*Retrait suite à la correction PIM-5161
overflow:visible!important;
*/
}

.contenuOngletVideo .roulette {
width: 108px!important;
}

.contenuOngletVideo .contenu
 {
width: 410px!important;
 }
/**/

.plusDesc {
  clear: both;
  display: block;
}
.plusDesc a {
  background: url(../images/fermer.png) left 0.6em no-repeat;
  padding: 0.3em 0 0 12px;
  display: inline-block;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}
.plusDesc a:hover,
.plusDesc a:focus,
.plusDesc a:active {
  text-decoration: underline;
}
#ddzoomer {
  background: white;
  z-index: 2;
  cursor: none;
}
.mejs-container {
  background: none;
}
.fauxTableau {
  *zoom: 1;
  padding-left: 150px;
  padding-top: 0.9em;
  border-top: 1px solid #DDD;
}
.fauxTableau:before,
.fauxTableau:after {
  content: "";
  display: table;
}
.fauxTableau:after {
  clear: both;
}
.fauxTableau h3.label {
  float: left;
  display: inline;
  margin-left: -150px;
  width: 156px;
  text-align: right;
  margin-top: 0.25em;
}

.fauxTableauAlignLeft {
  margin: 1em 0;
}

.fauxTableauAlignLeft > * {
  margin: 0.5em 0;
}

.fauxTableauAlignLeft .label {
  font-weight: normal;
  vertical-align: top;
}

.fauxTableauAlignLeft ul {
  margin: -0.1em 0.5em;
  display: inline-block;
}

.fauxTableauAlignLeft label {
  float: left;
  display: inline;
  margin-left: -150px;
  text-align: right;
  margin-top: 0.25em;
  font-weight: normal;
}

.fauxTableau ul {
  padding-top: 0.25em;
  margin-top:0;
}
.lt-ie8 .fauxTableau ul {
  padding-top: 0.35em;
}
.fauxTableau ul li {
  padding-left: 26px;
  background: url(../images/bullet_blue.png) 16px 0.45em no-repeat;
}
.fauxTableau p {
  padding-left: 16px;
}
.fauxTableauDesaligne{
  padding-top: 0.9em;
  border-top: 1px solid #DDD;
}

.accordeon .fauxTableauDesaligne h3{ margin-bottom:0.5em;}
.showcase {
  margin-left: -12px;
  *zoom: 1;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase article {
  float: left;
  display: inline;
  margin-left: 12px;
  width: 176px;
}
.showcase .img {
  margin-bottom: 12px;
  text-align:center;
  height:100px;
}
.showcase .img img{ max-width:100%; display:inline; max-height:100%; }
.showcase .img:after {
  background: url(../images/ombre_contenu_visionneuse.png) -70px bottom no-repeat;
  height: 7px;
  bottom: -7px;
  margin-left: -6px;
}
.showcase p,
.showcase h3 {
  margin: 0;
  padding: 0;
}
.showcase h3 {
  margin-bottom: 0.9em;
}
.showcase .inscritRegistre {
  position: absolute;
  top: 12px;
  left: 0;
  border: 0;
  border-radius: 0;
  color: #4b4b4b;
  font-weight: normal;
  background-position: 5px 0.32em;
  -webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.5);
  font-size: 0.917em;
  padding: 6px 7px 6px 27px;
}
.showcase .desc {
  padding: 0 7px;
}
.lt-ie8 .showcase {
  display: inline;
}
.typesPatrimoine {
  *zoom: 1;
  margin-left: -14px;
}
.typesPatrimoine:before,
.typesPatrimoine:after {
  content: "";
  display: table;
}
.typesPatrimoine:after {
  clear: both;
}
.typesPatrimoine h3 {
  margin-bottom: 0.5em;
}
.typesPatrimoine .colonne {
  float: left;
  display: inline;
  margin-left: 14px;
  width: 300px;
}
.typesPatrimoine .separateur {
  height: 1em;
}
.typesPatrimoine p {
  margin-bottom: 0.5em;
}
.lt-ie8 .typesPatrimoine {
  display: inline;
}


/* Ajout sans less */

.page-recherche table{ width:100%; }
.page-recherche td, .page-recherche th{ border:none; }
.page-recherche input, .page-recherche select{ padding:2px 0;}

.colonnes_recherche .colonne_droite{ float:right; margin-left:20px; width:670px; }
.colonnes_recherche .colonne_gauche{ float:left; width:230px; }

.nav-recherche{margin-top:1em; font-size:1.1em; line-height:1.1em; font-family:"OpenSansSemiBold",sans-serif; }
.nav-recherche li{ margin:0 0 0.3em; padding:0; background:none;}
.nav-recherche a{ display:block; border:1px solid #D6D6D6; background:#EFF0F2; padding:8px 8px 7px; }
.nav-recherche a.actif, .nav-recherche a:hover, .nav-recherche a:focus, .nav-recherche a:active{
  background:#3D6A9D; border-color:#3D6A9D; color:#FFF;
}

#piv_bas{ text-align:center; padding:1em 0 0.5em; background:#FFF; box-shadow: 0 1px 4px 0 #BBBBBB; }

body .me-cannotplay span{ 
  text-align:center;
  padding:8px 0;
  background:#000;
  position:absolute;
  bottom:0;
  width:100%;
}

.mejs-mediaelement{ 
  background:url(../images/videopreview.png); 

}

.noWrap{ white-space:nowrap; }

.entete_flottante {
  margin-top: 5px;
  margin-bottom: 5px;
}

.entete_flottante td, .entete_flottante th {
  border: 0px;
  vertical-align: top;
}

.liste_iterateur_page_selectionne, .liste_iterateur {
  vertical-align: top;
  padding: 0 8px;
}

.liste_iterateur_page_selectionne {
  border: 1px solid #D6D6D6;
  background: #3D6A9D;
  font-weight: bold;
  color: white;
  border-color: #3D6A9D;
}

.entete_flottante img {
  vertical-align: top;
  padding: 0 8px;
}

.libelle_definition {
  border-bottom: 1px dashed #333;
}
.referenceCaches{
	display:none;
}

#at_auth{ height:auto !important;}

.inventaire_hover {
  cursor: pointer;
}


.order-asc a{ background:url(../images/haut_petit.png) center right no-repeat; padding-right:17px;}
.order-desc a{ background:url(../images/bas_petit.png) center right no-repeat; padding-right:17px;}
.order-asc img.tailleFleche, .order-desc img.tailleFleche{display:none;}

.icos_multimedia img{ vertical-align: text-bottom; }

.btn_print_associated{ float:right; margin-top:-4px; }
.separateur_status td, .separateur_status th{ border:none; padding:2px; height:1px; overflow:hidden; }
.separateur_status span{ display:none; }

img.tailleFleche {
  width:12px;
}

.listeSeparationLigne {
  *zoom: 1;
  padding-top: 0.9em;
  border-top: 1px solid #DDD;
  line-height: 150%;
}


.tableauAlteration {
  width: auto !important;
}

.tableauAlteration .puce {
  display : none
}

.tableauAlteration td {
  border : 0;
  padding : 0;
  width: auto !important;
}

.endroiAlteration ul {
  margin : 0;
  padding : 0;
}

.endroiAlteration li {
  padding-left: 3px !important;
  background: 0 !important;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0); /* Black see-through */
  background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000); 
  zoom: 1;
  color: #f1f1f1; 
  width: 65px;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  float:right;
  margin-left:20px;
}

.data{
    width: 80%;
    margin: auto;
    padding: 10px;
}
.div-left {
float: left;
padding: 1px 10px 10px 1px;
display: flex;
align-items:center;
  justify-content:center;
}
.div-left img {

display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.div-right {

float: left;
padding-right: 11px;

overflow: hidden;
height: 60px;


}
.div-bottom {
text-align: center;
padding-top: 8px;
clear: both;
}
.transcription {
    width:300px;
height:300px;
overflow-x: hidden;
    resize: none;
}

.div-left-multiple {
float: left;
padding: 1px 10px 10px 1px;
display: flex;
align-items:center;
  justify-content:center;
}
.div-left-multiple img {

display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.div-right-multiple {

float: left;
padding-right: 11px;

overflow-y: auto;
height: 60px;


}
.div-bottom-multiple {
text-align: center;
padding-top: 8px;
clear: both;
}
.transcription-multiple {
    width:300px;
height:300px;
    resize: none;
}

video {
   border: 1px solid #aaa;
   object-fit: initial;
}
::cue {
   line:0%;
   font-size: 15px;
}

.vjs-nofull .vjs-fullscreen-control {
    display:none;
}

.vjs-text-track-display div { font-size: 1.1em !important; }
.video-js.vjs-fullscreen .vjs-text-track { font-size: 5em; }

.vjs-poster {
    background-size: cover;
    background-position: inherit;
  }




.niveauPrecision {
    font-style: italic;
    font-size: 11px;
    color: black;
}
