@media screen and (max-width:1024px) {

	#other_results {
		margin:0;
		margin-left:1%;
		width:98%;

	}
}

@media screen and (max-width:768px) {

	#agenda_detail {
		float:none;
	}
	
}

@media screen and (max-width:640px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}
	
	.agenda_left {
		margin-top:5px;
		width:auto;
		float:none;
	}

	.agenda_right {
		margin-top:10px;
		width:auto;
		float:none;
		text-align:right;
	}
	
	#content_main_full li { 
		margin:0;
	}
	
	.ui-accordion .ui-accordion-content {
		padding:0 2%;
	}

	#agenda_texte h1 {
		font-size:1.1em;
	}

}

@media screen and (max-width:500px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}
	
	#agenda_texte h1 {
		font-size:1em;
	}


}

@media screen and (max-width:490px) {
	#other_results {
		width:98%;
		margin:0 auto;
	}

}
