.container-fluid{
	overflow: auto;
}
/*max-width: 100%; height: auto;*/
.panel-body{
	width: 100%;
	height: 5%;
	max-height:5%;
	min-height:3%;
	float: none;
	display: inline;
	overflow: hidden;
}
.panel-heading{
	width: 100%;
	overflow: auto;
	text-overflow: clip;
}

.panel{
	
}
#actu_img{
	float: left;
	width: 10%;
	height: 150px;
	padding-left:10px;
	padding-right: 10px;
}

#info_actu{
	float: right;
	position: inherit;
}

#actu_contenu{
	padding-left:10px;
	padding-right:10px;
	display: block;
	width: 80%;
	font-size: 1.3em;
}

#actu_pj{
}

#actu_auteur{
}

#actu_detail_img{
	padding-right:20px;
	padding-left :10px;
	/*padding-top	 :0px;*/
	float: left;
	width: 20%;
	height: 20%;
}

#actu_detail_contenu{
	padding-right:20px;
	padding-left :20px;
	/*padding-top: 20px;*/
	padding-bottom: 50px;
}

#actu_detail_auteur{
	float: right;
	display: block;
}

#actu_detail_pj{
	float: right;
	display: block;	
}

.panel-title{
	display: inline;
}

#lien_actu{
	float: right;
	padding-top: 10%;
	padding-left: 10%;	
}

article{
	padding-left: 10px;
}
/*
#detail_head a{
	color: #FFFFFF;
}

.panel-heading #info_actu a{
	color: #FFFFFF;
}*/
#changement_etat{

}

.tab-content .active{
	padding: 2px;
	border: 2px none #EEEEEE;
}

section {
	display: none;
}
section.active{
	display: block;
}

ul{
	overflow: hidden;
}

