@charset "UTF-8";
/* CSS Document */


	
	
html, body {overflow:hidden; margin:0px; padding:0px;background-color:#E7EBED;}

#bloc-fixe { 
  position:fixed; 
  overflow:auto; 
  left:0px; 
  width:100px; 
  bottom:0px; 
  top:0px; 
} 
#contenu { 
  position:fixed; 
  overflow:auto; 
  left:100px; 
  width:840px; 
  bottom:30px; 
  top:30px;
} 
.txtentretien{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	font-style: italic;
}
.text{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	margin-top: 45px;
	width: 600px;
	
	
}
.textvimeo{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	width: 600px;
	
}
.titre0{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: bolder;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 350px;
	
	
}
.titre1{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	font-weight: bolder;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 350px;
	
}
.titre2{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	font-weight: bolder;
	margin-left: 30px;
	margin-top: 45px;
	margin-bottom: 20px;
	width: 350px;
	
	
}
.titre1col2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	margin-top: 5px;
	width: 550px;
	font-weight: bolder;
	
}
.credit{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 10px;
	font-weight: lighter;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 700px;
	text-align: left;
}

.navigation{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.conteneur-flexible{
	display: flex;
	border: none;
	
	
	
}
.nomenclatureA{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 24px;
	font-weight: bolder;
}
.ligne{
	
	flex-direction: row;
	
}
.element-flexible{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cell{
	display: table-cell;
	align-content: center;
	width: auto;
	padding-top:15px;
	
}
.row{
	display: table-row;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.date{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	font-weight: bolder;
}
.intro{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	width: 650px;
	text-align: justify;
	 
}
.textpromo{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	width: 650px;
	text-align: justify;
}
.video{
	padding-top: 10px;
	padding-bottom: 15px;
}
.titrevideo{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	width: 650px;
	text-align: justify;
	padding-bottom: 15px;
	padding-top: 10px;
}
.citation{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	margin-top: 5px;
	width: 450px;
	font-weight: bolder;
	font-style: italic;
	
}
a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #30F608;
}
a:hover {
    text-decoration: none;
    color: #FFE300;
}
a:active {
    text-decoration: none;
}

