/***********/
/*A masquer*/
/***********/
* {background-image:none; background-color:#fff;}
#popup-chrome div.close, #scroller, #popup h3, .js-popin #main, #popup .utils {display:none;}

/******************/
/*Corps de la page*/
/******************/
/*Meetings*/
.seminaires #main table {
	margin-left:1%;
	width:98%;
}

.seminaires #main th, .seminaires #main td {border:1px solid #000;}

.seminaires #main thead {background:none;}

.seminaires #main thead th {width:auto;}

/****************/
/*Fausses popups*/
/****************/
body.popup {background:none;}

#popup-chrome {
	position:static; top:0; left:0;
	margin-left:0;
	width:auto; height:auto;
	background:none;
}

#popup-chrome.scroll {
	margin-left:0;
	width:auto;
	background:none;
}

#popup-chrome h2 {margin:0;}


#popup-inner {
	position:static; top:0; left:0;
	width:auto; height:auto;
	overflow:visible;
}

#popup {
	position:static;
	padding-bottom:0;
	width:auto;
	background:none; color:#000;
}

.scroll #popup {background:none;}

#popup h4 {
	margin:2em 0 0 0;
	text-align:center;
	page-break-before:always;
}

#popup #popup-content {
	width:auto;
	background:none;
}

#popup .block {
	background:none;
	overflow:hidden;
}

#popup p {
	margin:1em auto;
	width:400px;
	text-align:justify;
}

#popup #popup-content dt.category, #popup #popup-content dd.category, #popup #available {background:none;}

#popup #available li {
	padding-left:0;
	background:none;
}

#popup #current {float:right;}

