/* CSS Document */
/* television.css */
.televisiontitre {
	overflow: hidden;
	/*border: solid 1px #FFFFFF;*/
	/*background: #FFFFFF;*/
	font-size: large;
	margin-top: 48px;
	margin-left: 230px;
        width: 197px;
	text-align: justify;
	height: 25px;
	overflow: hidden;
	}
.televisiontexte {
	/*background: #FFFFFF;*/
	/*background-image: url('../images/boitecommentairev.jpg');*/
	border: solid 1px #000000;
	color: #000000;
	font-size: large;
	padding: 5px;
	margin-top: 10px;
	margin-left: 230px;
        width: 717px;
	height: 817px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color: #CCCCCC;
	scrollbar-track-color: #771724;
	}	
.televisionretourdebut {
	overflow: hidden;
	background-color: #000000;
	font-size: small;
	margin-top: -912px;
	margin-left: 0px;
        width: 0px;
	height: 0px;
	}