body {
/*
background-color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;*/
}

.prog_chaine {
/*background:#db6464;*/
margin:5px 0 5px 0; 
/*padding-left: 70px;*/
height:60px;
width:4800px;
clear:both;
}

.content_prog {
position:absolute;
background-image: url("/img/bg.gif");
background-repeat: repeat-x;
height:60px; 
/*line-height:60px;*/
float:left;
text-align:left;
font-family:arial;
font-size:11px;
overflow:hidden;
}

.content_prog_hover {
position:absolute;
/*background:#db6464;*/
background-image: url("/img/bg_selected.gif");
background-repeat: repeat-x;
height:60px; 
/*line-height:60px;*/
float:left;
text-align:left;
font-family:arial;
font-size:11px;
overflow:hidden;
}

.separateur_prog {
position:absolute;
background-image: url("/img/bg_separator.gif");
background-repeat: no-repeat;
width:1px; height:60px; 
float:left;
}