


#titreGestNews{
	margin-top: 100px;
	text-align: center;
	color: white;
}

#titreGestNews a{
	text-decoration: none;
	color: white;
}

#titreGestNews a:hover{
	color: orange;
}



#boxGestUtil, #boxAjoutUtil, #boxAjoutGroupe{
	background-color: #50595C;
	color: white;
	text-align: center;
	justify-content: space-evenly;
	border-radius: 10px;
	max-width: 90%;
	margin-top: 40px;
	margin-bottom: 100px;
	padding: 20px;
}

#btnAjout, #btnAjoutHaut{
	background-color: #4392FF;
	padding: 10px;
	border: none;
	border-radius: 5px;
	color: white;
}

#NEWS_RESUME {
	width: 500px;
}

#NEWS_CONTENU {
	width: 500px;
	height:150px;
}


#NEWS_DATE_AFFICHAGE {
	width: 120px;
}

#NEWS_HEURE_AFFICHAGE {
	width: 100px;
}

.news_type_radio {
	margin-left:10px;
}



.list_imgs {
	
	display: flex;
	flex-direction : row;
	max-width:inherit;
	
	width:600px;
	overflow-x:auto;
}


.img_choix_news > img{
	
	height:60px;
	width:auto;
	padding : 5px;
}

.img_choix_news[selected=true]{
	
	border : yellow solid 1px;
}


.news_new_img { 
	
	padding:10px 60px;
}

.img_aprecu {
	
	width:40px;
	height:auto;
}

.news_img_space {
	margin-right: 50px;
}


.titreBas{
	color: white;
	margin-top: 2%;
}

.titredate{
	
	color: white;
	font-size: 14px;
}



#sectionLnacre,#sectionLwa{
	margin-top: 3%;
	margin-bottom: 1%;
}



.lnacre_news {
	
	width: 100%;
	height: 100%;
	padding:10px;
	background-color: #50595C;
	
	border-radius: 0.25rem;
	
	overflow-y:auto;
	overflow-x:hidden;
	
}


.news_content {
	
	margin: auto;
	margin-top:50px;
}



#paraph_finACCUEIl{
	
	
	color: white;
	
	margin: 20px 10% 0;
	padding : 40px;
	
	border-radius: 0.25rem;
	background-color: #60696C;
	
}


.news_photo1 {
	width:25%;
	height:auto;
	float:left;
	
	margin:10px;
	
}

.news_texte {
	color:white;
	font-size: 20px;
}


.news_photo2 {
	float:right;
	margin-left:auto;
	width:25%;
	height:auto;
}