﻿#content {
	width: auto;
}
#page_right {
	width:791px;
}

#oisetv_left {
	float: left;
	width:740px;
}
#oisetv_right {
	float: right;
	width: 231px;
}

#current_video {
	padding: 10px;
}
	#current_video #video {
		float: left;
		width: 490px;
	}
	#current_video #infos {
		float: right;
		width: 270px;
	}
		#current_video #infos p {
			margin-top: 0;
			color: #817b74;
		}
		#current_video #infos h3 {
			font-size: 14px;
			color: #817b74;
			border: 0;
			margin-top: 0;
		}
		#current_video #infos .date {
			font-size: 10px;
			color: #767676;
			text-align: left;
		}
		#current_video #infos h4 {
			font-size: 14px;
			color: #a4a926;
			margin-top: 0;
		}
		#current_video #infos .duree {
			font-size: 10px;
			color: #000;
			margin: 20px 0 0;
		}
		#current_video #infos .debit {
			font-size: 10px;
		}
			#current_video #infos .debit a {
				color: #eb7e12;
				text-decoration: underline;
			}
		#current_video #infos .addthis {
			margin-top: 20px;
		}
		
.tv {
	float: left;
	width: 231px;
	height: 277px;
	position: relative;
	margin: 10px 15px 0 0;
	background: url(../images/oise_tv_bloc.png) no-repeat;
}
#oisetv_right .tv {
	margin-right: 0;
	background: url(../images/oise_tv_bloc2.gif) no-repeat;
}
	.tv h3 {
		text-transform: uppercase;
		font-size: 12px;
		margin: 8px 24.5px;
	}
	.tv img {
		margin: 15px 24.5px;
	}
	.tv .titre {
		color: #c7dc25;
		font-size: 12px;
		margin: 5px 24.5px 0;
	}
	.tv .duree {
		font-size: 10px;
		margin: 0 24.5px;
	}
	.tv .debit {
		font-size: 10px;
		margin: 0 24.5px;
	}
		.tv .debit a {
			color: #eb7e12;
			text-decoration: underline;
		}
	.tv .more {
		position: absolute;
		margin: 0;
		bottom: 3px;
		left: 24.5px;
		font-weight: bold;
		font-size: 12px;
	}
	
form#oise_tv_search {
	width: 231px;
	height: 170px;
	margin-top: 10px;
	background: url(../images/oise_tv_search.gif) no-repeat;
}	
	form#oise_tv_search h3 {
		text-transform: uppercase;
		font-size: 12px;
		padding:10px 13px;
		margin: 0;
	}
	form#oise_tv_search #oise_tv_search_text {
		background:#FFFFFF url(../images/common/search_text_background.png) no-repeat scroll -1px -1px;
		border:1px solid #bcbcbc;
		color:#515A62;
		font-size:11px;
		margin:0 0 10px 13px;
		padding-left:20px;
		padding-top:5px;
		padding-bottom: 4px;
		width:183px;
	}
	form#oise_tv_search label {
		color: #000;
		font-size: 10px;
		font-family: Arial, sans serif;
		padding-left: 13px;
	}
	form#oise_tv_search #oise_tv_search_thema {
		background: url(../images/common/search_text_background.png) no-repeat scroll -1px -1px;
		border:1px solid #bcbcbc;
		color:#515A62;
		font-size:11px;
		margin:10px 0 0 13px;
		padding-left:20px;
		width:202px;
		height: 24px;
	}
	form#oise_tv_search .btn_orange {
		margin-right: 20px;
	}
