html, body {
      margin: 0;
      padding: 0;
      text-align: center;
      background-color: #fff;
      height: 100%;
      width: 100%;
font: normal 100%/1em "Verdana", Optima, Papyrus, sans-serif;
      }
    #conteneur {
      position: absolute;
      top : 10%;
      left : -30%;
      margin-left: 50%;
      width: 60%;
	  min-height:450px;
      height: 80%;
      border : 1px solid #fff;
	  background:url(images/bg-70.png);
     }
    #conteneur:hover {
	  background:url(images/bg-90.png);
     }
    #contenu {
      position: relative;
      margin: 1%;
      width: 98%;
      height: 98%;
      color : #000;
      }
    #fond {
      display : block;
      width : 100%;
      height : 100%;
      }
    img {
      border : 0;
      margin: 0;
      padding: 0;
      }
    p { margin : 1em; }
    a { color : #000; }
    a:hover { color : #5b7901; }
    #ref {
      position : absolute;
      right : 0;
      bottom : 0;
      font-size: 90%;
      text-align: right;
	  font: normal 100%/1em "Times New Roman", Times, serif
      }
    #ref span {
      display : none;
      }
#descrip {
	display:none;
}
#floatleft {
	float:left;
}
#iTvScroller {
	background: url('images/black.png') repeat-x top left;
	font:14px "Trebuchet MS", Tahoma, sans-serif;
	margin:0;
	width:100%; height:120px;
/* Position en bas de l'écran */
	position:absolute; left:0; bottom:0;
}
#iTvScroller dt {
	color:#999;
	font-weight:bold;
	line-height:30px;
	font-size:90%;
	height:30px;
	padding:0 10px 0 20px;
/* Les titres ont un fond noir */
	background: url('images/black-black.png') center left;
/* Les titres sont mis côte-à-côte */
	float:left;
}
#iTvScroller dd {
	color:#000;
	font-weight:bold;
	height:50px;
	width:100%;
	margin:0 auto 5px auto;
	padding:0;
	position:absolute; bottom:0; left:0;
/* Les textes sont masqués par défaut */
	display:none;
}
#iTvScroller dt.first {
	color:#FFF;
/* Le 1er titre aura un fond rouge */
	background: url('images/red.png');
}
#iTvScroller dt.second {
/* Le 2ème titre aura un fond rouge et une partie noire */
	background: url('images/red-black.png') center left;
} 
