@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:820px; 
  bottom:0px; 
  top:0px; 

}
#calendrier{
	position:fixed; 
  overflow:auto; 
  left:820px; 
  width:180px; 
  bottom:0px; 
  top:162px; 
}
.conteneur-flex{
    display: flex;
    flex-flow: column wrap;
    margin: 10px;
}
.sous-conteneur-flex{
    flex: 1 1 auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
	margin: 5px 5px 20px 5px;
	
}
.element-flex{
    flex: 1 1 auto;
	margin-bottom: 5px;
	
}
/*Styles spécifiques pour les écrans de taille moyenne type tablette*/
@media screen and (min-width: 780px) and (max-width: 979px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        margin: 0px 10px;
    }
}
/*Styles spécifiques pour les grands écrans type écrans d'ordinateur*/
@media screen and (min-width: 980px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        flex-flow: row wrap;
        margin: 0px 10px;
    }
}


.titre0{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: bolder;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 200px;
	
	
}
.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: 10px;
	margin-bottom: 15px;
	width: 200px;
	
}
.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: 10px;
	margin-bottom: 8px;
	width: 200px;
	
	
}
.textvimeo{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	width: 550px;
	margin-top: 15px;
	margin-bottom: 0px;
	
}
.titre1col2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 550px;
	font-weight: bolder;
	
	
}
.txtentretien{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
}
.date{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 10px;
}
.nomenclatureA{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 15px;
	margin-top: 20px;
}
.date{
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	font-weight: bolder;
	margin-top: 162px;
	margin-bottom: 10px;
}
.interlien{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 11px;
	margin-top: 5px;
}
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;
}
