#header div{
  background-repeat:  no-repeat;
}
#primary-nav ul{
  margin: 0 auto;
}

	#primary-nav li.active {
			background:#365084;
			padding-top: 0;
			padding-bottom: 0;	
			box-shadow: none;
		}
	      
		#primary-nav li.active a:link{
			color:#fff;
			background-color:#365084;
			padding-bottom: 0;
			width:auto;
			margin:0;
      text-decoration: underline;
		}

#primary-nav ul li{
  margin: 0 ;
  padding: 0;
}

#primary-nav a:link, #primary-nav a:visited {
			color:#fff; 
			/*background:transparent;*/
}

#primary-nav ul li a{
    font-size: 0.9em;
}

#content{
  width: auto;
  max-width: 932px;
}

#home{
  background-image: none;
}

table a, a:link{
  color: #494d56;
}

.notes{
  padding-top: 0.5em;
}

#primary{
  float:left;
  width: 70%;
  display: block;
}
#secondary{
  float:right;
  width: 25%;
  display: block;
  margin: 2em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#secondary h4{
  margin-left: 1.3em;
}

#secondary ul li {
  margin: 0;
}
#secondary ul li a{
  text-decoration: none;
}

.notice p{
  width:70%;
}

.notice aside{
  width:21%;
  float: right;
  padding: 0;
  margin:0;
}

.notice aside p{
  font-size: small;
  padding: 0;
  margin:0;
  text-align: left;
}

#notes{
  font-size: 0.9em;
}

#footer{
  background: black;
  color: white;
  text-align: center;
  font-size: 0.8em;
  margin:0;
  padding:0;
}

.footer-logo{
  padding: 0;
}

#footer img{
  height: 4em;
  width: auto;
}

table, tr, th, td{
  border: none;
  border-top: 1px solid #eee;
  font-size: 93%;
}

table.tablesorter *{
  width: auto;
}

table.tablesorter th{
  font-size: 1.2em;
}
table.tablesorter .tablesorter-header-inner:after{
  content : "⇵";
  float: right;
}

table.tablesorter .tablesorter-filter, table.tablesorter .tablesorter-header-inner{
  width: 100%;
}

th.label{
  background: #494d56;
  color: white;
  font-weight: bold;
  font-size:1.3em;
  font-variant: small-caps;
}

tr{
  border-top: 1px solid grey;
  margin-top: 5px;
}
.catref{
  display: inline-block;
}

figure {
  height: 150px;
  display: inline;
}

figure img{
  height: 150px;
}



/*modifications pour la page presentation - NA 2021-04-08*/
h1 .title{
  font-style:normal;
  font-weight: bold;
}
h2 {
  font-size: 1.3em;
  font-weight:normal
}
h3{
  font-size: 1.2em;
  font-weight: normal;
}
h5{
  font-style: normal;
}


/* Styles pour les écrans d'un max de 480px */
  @media (max-device-width:960px) {
	  body {background:#fff; font-size: 100%; padding:0; margin:0; width:auto;}
	  
	  /* == Wrap == */
	  #wrap {width:auto;padding:0; border: 5px solid #333;}
	  
    #header #site-title{
      background: none;
    }
    
    #header #acronyme{
      position:absolute;
      color: #494d56;
      top:50;
    }
    #header #slogan, .serveur-test {
      display: none;
    }
	  #primary-nav {opacity: 90%;float:none; text-align:left; width:100%; height:auto;clear:both; padding:0; position:absolute; top:0; left:0;}
	  
    #primary-nav a, #primary-nav li.active, #primary-nav li.nav-entree, #primary-nav ul.navigation {margin:0; padding:0;}
	  
    #primary-nav a{
      font-size:0.5em;
    }
	  #content {padding:5px;}
	  
	  #primary {width: auto; float:none; margin:0;}
	  
	  #secondary {width:auto; float:none; margin:0;}
  }

