/**
///////////////////////////////////////////////////////////////////////////////
//
//
// Project: Film en stock
// 

//
////////////////////////////////////////////////////////////////////////////////
**/
    /* hide from ie on mac \*/
    html {
        overflow: hidden;
    }

    #flashcontent {       
	width: 1024px;
	height: 768px;
 	margin-left : -512px ;
 	margin-top : -384px ;
	position : absolute ;
	top : 50%;
 	left : 50%;        
    }
    #flashversion {
    }  
    #warning{
 	margin-top : 300px ;
	text-align : center;
    }
    /* end hide */
    #keyterms{
       display: none;
    }
 
    body {
        margin: 0;
        padding: 0;
        background-color: #000;
        color: #fff;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 76%; /* Resets 1em to 10px */; 
        
    }
    p{
        padding: 2px 10px;
    }
    
    a {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:active {
        color: #FFFFFF;
    }
    a:hover {
        font-style: normal;
        color: #FFFFFF;
        text-decoration: underline;
    }
    
    a:visited {
        font-style: normal;
        color: #FFFFFF;
        text-decoration: none;
}