@charset "utf-8";
/* CSS Document */

.programmes {
	width: 100%;
	background-color: #ffefd3;
}

.programmes td{
	text-align: center;
	color: #000;	
}

.programmes .p-head{
	background:#ffa244;
}

.programmes .p-head td{
	font-weight:bold;
}

.programmes .one{
	background-color: #ffe4b5;
}

.v-top{
	vertical-align:top;
}


.orange.wrapper.loaded{
	background-color: #fdf19b !important;
}

.art{
	margin-top:20px;	
}

.art p{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.art img{
	margin:0;
	padding:0;
	margin-top:15px;	
}

.support table td:nth-child(1){
	text-align:left;
	width:33%;		
}

.support table td:nth-child(2){
	text-align:center;
	width:30%;		
}

.support table td:nth-child(3){
	text-align:left;
	width:20%;		
}

.support table td:nth-child(4){
	text-align:right;
	width:20%;		
}

