@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara');

body {
    font-family: 'Hind Vadodara', sans-serif; /* 480 */
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}
h1 {
	font-size: 120%;
  color: #666666;
	font-weight: 400;
  margin-bottom: 60px;
}
h2 {
	font-size: 100%;
  color: #;
	font-weight: 400;
  margin-top: -40px;
}


.citation {
    font-family: 'Hind Vadodara', sans-serif; /* 480 */
	background: #fff;
	font-weight: 400;
	font-size: 90%;
	color: #999;
	height: 100%;
   font-style: italic;
  margin-right: 30px;
}
.citation_source {
    font-family: 'Hind Vadodara', sans-serif; /* 480 */
	background: #fff;
	font-weight: 400;
	font-size: 90%;
	color: #999;
	height: 100%;
text-align: right;
  margin-right: 30px;
}
.citation_source a {
 	font-weight: 400;
	font-size: 90%;
	color: #999;
	height: 100%;
    font-weight: bold;
}

a {
	color: #333;
	text-decoration: none;
    font-weight: bold;
	font-size: 100%;
}

header {
	font-weight: 400;
	font-size: 120%;
	color: #999999;
	height: 100%;
	text-decoration: none;
	padding-left: 14px;
}
header a {
	color: #999999;
	text-decoration: none;
}

 /* The navigation bar */
.navbar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    float: right ;
    width: 100%; /* Full width */
    background: none;
}

/* Links inside the navbar */
.navbar a {
    float: right;
    display: block;
    color: #999999;
    text-align: center;
    padding: 14px 16px;

    text-decoration: none;
}
/* Links inside the navbar */
.navbar header {
    float: left;

}
.logo {
  margin-top: 20px;
  margin-bottom: 15px;
    margin-left:10px;

}
.logo a {
  font-size: 180%;
  color: #666666;
	font-weight: 400;
    letter-spacing: 2px;

}

.MenuLiensExternes{
  font-size: 100%;
  color: #999999;
	font-weight: 400;
  margin-left:10px}

  .MenuLiensExternes a {
    font-size: 100%;
    color: #999999;
  	font-weight: 400;
    }

/* Main content */
.liste {
    margin-top: -5px; /* Add a top margin to avoid content overlay */
    margin-left: 200px;
}
.liste table{
    margin-top: -5px; /* Add a top margin to avoid content overlay */
}
.detail {
    margin-top: -44px; /* Add a top margin to avoid content overlay */
    margin-left: 300px;

}
.detailSansLiens {
    margin-top: -0px; /* Add a top margin to avoid content overlay */
    margin-left: 15%;

}
.acceuil {
    margin-top: 0px; /* Add a top margin to avoid content overlay */
    margin-left: 10%;
}
.AcceuilAvecTitre h1
{
    margin-top: -05px; /* Add a top margin to avoid content overlay */
    margin-left: 15%;
}
.cv {
    margin-top: -128px; /* Add a top margin to avoid content overlay */
    margin-left: 15%;
}
.cv h1 {
	font-size: 120%;
  color: #666666;
	font-weight: 400;
  margin-bottom: 20px;
}
.cv h2 {
	font-size: 100%;
  color: #333333;
	font-weight: 600;
  margin-top: 30px;
}
img {
    max-width: 100%;
    height: auto;
}
