@charset "utf-8";

/* =========================================================================================================== */
/* =====================       Elements et classe de la page BLOG (liste des articles)       ================= */

.lstnews_block {  font-family: Palatino Linotype,Verdana,Arial;  }
	
.lstnews_gauche {
    display:block;
    width:66%;  
    float:left;
    
}
.lstnews_droit {
    display:block;
    width:32%;
    float:left;
    margin-left:1%;
}
.imgnews_down { 
    display:inline-block;
    width:20px; 
    height:20px; 
    margin-left:5px;
    background: url('/images/fleche_bas_64.png'); 
    background-size: contain;
    cursor: pointer; 
}
.imgnews_down:hover { 
     background: url('/images/fleche_bas_64_over.png'); 
     background-size: contain;
     /* border-radius: 2px;*/
}
.imgnews_up { 
    display:inline-block;
    width:20px; 
    height:20px; 
    margin-left:5px;
    background: url('/images/fleche_haut_64.png'); 
    background-size: contain;
    cursor: pointer; 
}
.imgnews_up:hover { 
     background: url('/images/fleche_haut_64_over.png'); 
     background-size: contain;
     /*border-radius: 2px;*/
}

.lstnews_large {
    display:block;
    width:100%;  
}
.lstnews_nav {
    display:block;
    width:100%; 
    float:left;
}

.lstnews_row {  /* article du bandeau gauche */	
        display:table;
	 width:100%;  
	/* background: url(/images/fond_6e.jpg) ; background-size: cover; */
	border: 1px solid #999999; 
	margin-top: 5px;
        margin-bottom: 10px;
	padding: 10px 0px 20px 20px;  /* top right bottom left */
	font-weight: normal;
	font-size: 1.05em; 
	text-align:justify;
	box-shadow: 3px 3px 6px #333333;
	border-radius: 6px; 
}

.lstnews_row img {
	border:1px solid #444444;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;  /* top right bottom left */
	max-width:100%; 
	/*min-width:386px; */  
        max-height:300px;
}

.lstnews_row img:hover {	border:1px solid #777777; }

.lstnews_row div { padding: 0px 16px 16px 16px; }

.lstnews_date 	{  display:block; position:relative; margin-right:20px; margin-top:-5px;  margin-bottom:-5px; text-align:right; font-size: 0.90em; }
.lstnews_date span { background-color: #444445; border:1px solid #999999; padding:2px 4px 2px 4px; /* border-radius: 3px; */ }

.lstnews_titre  {  display:block; font-weight: bold;  font-size: 1.3em; margin-top: 10px; margin-right:2%;  }
/* .lstnews_text   {  margin-left: 8px; margin-right:2%; }  */

.lstnews_lien {
  border: 1px solid #888888;
  padding: 3px 10px;
  margin: 3px 3px 3px 20px;
  text-decoration: none; 
  /* border-radius: 3px; */
 box-shadow: 2px 2px 6px #888888; 
  
}


/* bandeau historique des articles */	
.lstnews_histo {
  width: 100%; 
  border: 1px solid #999999; 
  padding: 5px;
  /* background: url('/images/fond_1c.jpg') repeat;  */
  font-size:1em;
  box-shadow: 3px 3px 6px #333333;
  /* border-radius: 6px; */
  text-align:center;

}	
.lstnews_histo h3 { font-weight:bold; }
.nva_lientxt  { display:block; text-decoration: none; color:#FEFEFE; padding-top:6px; padding-bottom:6px; text-align:left; }
.nva_lientxt:hover   	{  background-color: #FEFEFF; color:#202020;}

.lstnews_histo_lst {
    display: none;
}
