body {
  color:               #333333;
  background-color:    #fff;
  margin-top:          5px;
  margin-right:        1px;
  margin-left:         1px;
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10px;
}

form {
  margin: 0 0 0 0px;
  display: inline;
}

img {
  border-width: 0px;
}

.myborder:focus, textarea:focus, .myborder:hover, textarea:hover {
  font-family:         verdana, arial, helvetica, sans-serif; 
  font-size:           10px;
  color:               #000000;
  background-color:    #FFFFFF;
  font-weight:         normal;
  border-color:        #111111;
  border-style:        solid;
  border-top-width:    1px; 
  border-right-width:  1px; 
  border-bottom-width: 1px; 
  border-left-width:   1px;
}

.myborder, textarea {
  font-family:         verdana, arial, helvetica, sans-serif; 
  font-size:           10px;
  color:               #000000;
  background-color:    #EEEEEE;
  font-weight:         normal;
  border-color:        #888888;
  border-style:        solid;
  border-top-width:    1px; 
  border-right-width:  1px; 
  border-bottom-width: 1px; 
  border-left-width:   1px;
}

.myborder_selected {
  font-family:         verdana, arial, helvetica, sans-serif; 
  font-size:           10px;
  color:               #000000;
  background-color:    #F9F9F9;
  font-weight:         normal;
  border-color:        #D43232;
  border-style:        solid;
  border-top-width:    3px; 
  border-right-width:  3px; 
  border-bottom-width: 3px; 
  border-left-width:   3px;
}
img.myborder_selected, img.myborder {
  float: right;
}

a:hover, a.footer:hover, .footer:hover {
  color: #ed7324;
}

a, a:visited, a.footer, a.footer:visited, .footer:visited, .footer {
  color: #aaa;
  text-decoration: none;
}

a.chaine_selected, a:hover.chaine_not_selected {
  padding: 3px 5px 3px 5px;
  background-color: #EEE;
  border: 1px solid #ddd;
}

a.chaine_not_selected {
  padding: 3px 5px 3px 5px;
  background-color: #FFF;
  border: 1px solid #eee;
}

div.chaine {
  line-height: 34px;
}

.mygrey {
  font-size: 9px;
  text-align: left;
}
fieldset {
  margin: 20px 0px 10px 0px;
  padding: 10px;
}

legend {
  color: #ed7324;
  font-weight: bold;
}

.rate, .rate td {
  font-size: 10px;
}

.sortable_small {
  border: 1px #ccc solid;
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 1px;
  cursor:move;
}

.sortable {
  border: 1px #ccc solid;
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 1px;
  float: left;
  cursor:move;
  text-align: left;
  height: 130px;
  width: 200px;
  font-size: 10px;
}

ul.niveau1 {
  padding-top: 30px;
  list-style-type: none;
}

div.hd {
  color: #ddd;
  font-size: 10px;
  padding: 3 0 0 3px;
  height: 20px;
  width: 100%;
  cursor: move;  
  background: url('/themes/lumiere/hd-bg.png') repeat-x top;
  z-index: 1000;
}

div#playlist {
  margin: 0 5 0 0px;
}

div#live {
  width: 723px;
  height: 406px;
}

div#long_scroll {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
  width: 670px;
  height: 257px;
  overflow: hidden;
  z-index: 900;
}

div#long_track {
  position: relative;
  left: 680px;
  top: 0px;
  width: 5px;
  height: 257px;
  background-color: #ccc;
}

div#long_pointer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 40px;
  background-color: #ed7324;
  cursor: pointer;  
}

div#list_vids {
  position: relative;
}

div#cad {
  position: absolute;
  top: 110px;
  left: 120px;
  vertical-align: bottom;
  padding: 0 3 0 0px;
}
div#cad:hover {
  text-decoration: underline;
  color: #ed7324;
  cursor: pointer;
}


