BODY {
scroll: yes;
padding: 0px;
line-height: 14px;
font-weight : normal;
font-family: "Trebuchet MS", Tahoma, Arial;
color : #000000;
margin-left:5px; 
margin-right:5px; 
margin-top:5px; 
margin-bottom:5px;
background-color: #333333;
}
h1,h2,h3,h4{
margin:0 0 0px 0;
font: normal 170% "Trebuchet MS", Tahoma, Arial;
letter-spacing: -1px;
}
A {
   font-weight : bold;
   font-family : "Trebuchet MS", Tahoma, Arial;
   color : black;
   text-decoration : none;
}  

A:hover {
   font-weight : bold;
   font-family : "Trebuchet MS", Tahoma, Arial;
   color : #0528A8;
   background : transparent;
   text-decoration : underline;	
} 
 #prechargement {
 display: none;
 }
.celtxt {
padding: 5px;
}
/* formulaire */
.text,
.textarea {
 	background-color: #F7F8F9;
	border: 1px solid #bbb;
	color: dimgray;
}
.text {
background-image: url( 'data/input_bg_text.gif' );
font-family: Courier, monospace;
font-size: 12px;
}
.textarea {
	background-image: url( 'data/input_bg_textarea.gif' );
}	

.player
{
margin-top:0px;
position:relative;
width:257px;
height:192px;
/*
background-image:url(images/player.gif);
*/
z-index:4;
} 
.img_player
{
position:absolute;
float:left;
margin-left:0px;
margin-top:0px;
z-index:5;
} 

.img_roll
{
position:absolute;
float:left;
margin-left:85px;
margin-top:50px;
display:none;
z-index:6;
} 

.transparentover
{
margin-left:-10px;
margin-top:-10px;
}