body
{
	background-color: #ffffff;
	padding: 0;
	margin: 10px;
}


div
{
	padding: 0;
	margin: 0;
}

#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding-top: 0px;
	background-color: #ffffff;
}

#bandeau_logo
{
	position: relative;
	height: 82px;
	z-index: 100;
}

#logo
{
	position: absolute;
	left: 15px;
	top: 6px;
}


#langues
{
	position: absolute;
	top: 56px;
	left: 400px;
	width: 380px;
	vertical-align: bottom;
	text-align: right;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 11px;
}


#bandeau_coordonnees
{
	background-color: #2c9c75;
	position: relative;
	height: 180px;
	z-index: 100;
}


a.email
{
	color: #ffffff;
	text-decoration: none;
}

a.email:hover
{
	text-decoration: underline;
}


#photo
{
	position: absolute;
	left: 90px;
}


#nom
{
	position: absolute;
	left: 405px;
	top: 25px;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 18px;
}


#fonction
{
	position: absolute;
	left: 405px;
	top: 47px;
	width: 370px;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px;
}


#adresse
{
	position: absolute;
	left: 405px;
	top: 78px;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
}


#tel{
	position: absolute;
	left: 620px;
	top: 82px; 
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
}




#bandeau_principal
{
	background-color: #fff;
	position: relative;
	z-index: 100;
}


#navigation{
	background-color: #cfcfcf;
	position: absolute;
	width: 215px;
	height: 400px;
	padding: 10px;
}


#navigation_menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	text-align: right;
}

#navigation_menu_marker
{
	position: absolute;
	top: 0px;
	left: 215px;
	width: 10px;
	text-align: left;
}


ul.navigation_list
{
	list-style-type: none;
	margin-top: 20px;
	padding-left: 0px;
}

li.navigation_element
{
	font-size: 11px;
	margin-bottom: 4px;
	padding-left: 0px;
}

li.navigation_element_actif
{
	color: #444;
	font-size: 11px;
	margin-bottom: 4px;
	padding-left: 0px;
}

.navigation_element a {
	text-decoration: none;
	color: #000;
}

.navigation_element a:hover {
	text-decoration: underline;
}


#contenu
{
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 235px;
	width: 525px;
	padding: 20px;
}





h1
{
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 15px;
}


h2
{
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6f4521;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}


p
{
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	margin-bottom: 10px;
}


div
{
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
}


td
{
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
}


li
{
	display: list-item;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	margin-bottom: 0px;
}


a
{
	color: #000000;
	text-decoration: underline;
}



a:hover
{
	color: #1b7456;
}



hr
{
	padding-top: 10px;
	border: 0px solid #ffffff; 
	border-bottom: 1px solid #cccccc;
}



.sm{
  font-size: 10px;
  font-weight: bold;
}

.pubtype{
  font-size: 10px;
  color: #999;
}

.pub{
  margin: 10px 0;
}
.pub i{
  font-weight: 500;
}

.pubref{
}
.pubkeywords{
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.pubkeywords span{
  font-weight: normal;
}

.biblio_title {
	font-weight: 600;
}

div.popup-wrapper {
  position: fixed;
  background-color: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
div.popup {
  position: relative;
  left: 40px;
  top: 20px;
  width: calc(100vw - 140px);
  height: calc(100vh - 70px);
  background-color: #fff;
  opacity: 1;
  padding: 10px 30px 20px 30px;
  overflow: scroll;
}
.hidden {
  display: none;
}

.year-pubs td:first-child {
  width: 0px !important;
  padding: 0;
}
.year-pubs td:nth-child(2) {
  width: 105px !important;
}
.year-pubs td:nth-child(3) {
  padding: 5px 0;
}

h2.year {
  border-bottom: 1px solid #6f4521;
}
.biblio_peer {
  font-size: 85%;
  color: #999;
  font-weight: 800;
}
.biblio_pid {
  color: #000;
/*  text-decoration: underline;*/
/*  cursor: pointer;*/
}
.biblio_pid:hover {
/*  color: #1b7456;*/
}
.name {
  font-weight: bold;
}
#close-popup {
  float: right;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  font-weight: 200;
  margin-right: -15px;
}
#close-popup:hover {
  color: #000;
}
.row {
  margin-top: 10px;
}

.type span,.typeofwork span { 
	display: none
};


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.tab-links {
    padding-left: 10px;
}
.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
    border: 1px solid #ccc;
    cursor: pointer;
}
.tab-links li.active {
    border-bottom: 1px solid #fff;
}
.tab-links a {
    padding: 9px 15px;
    display:inline-block;
    font-size:16px;
    color:#000;
    transition:all linear 0.15s;
    text-decoration: none;
}

.tab-links a:hover {
    background:#f0f0f0;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    border-top: 1px solid #ccc;
    margin-top: -13px;
    padding: 0;
    padding-top: 20px;
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}
a[name]{
 margin-top:25px;
 margin-bottom:-50px;
 display:inline-block;
 text-decoration:none;
 font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
 font-weight: bold;
 font-size: 14px;
 color: #6f4521;
}

/* */

div.col-xs-10{
 display: inline-block;
 width: 80%;
 vertical-align:top;
 margin-bottom: 5px;
 margin-top: 5px;
}
div.col-xs-8.vignette-container{
 display: inline-block;
 width: 80px;
 vertical-align:top;
}

div.row.row-publication{
 display: inline-block;
 width: 80px;
 margin-bottom: 10px;
}
.arrow-container{
 display:hidden;
}

.row{
 margin-top: 0px;
 margin-bottom: 10px;
}
                                
.vignette-publication{
 width:75px;
 height:75px;
}
