
/* --------------------- general --------------------- */

body { 
color: #ffffff; 
font-size: 11px; 
font-family:  Arial, Helvetica, sans-serif; 
margin: 0; 
padding: 0; 
width: 100%;
height: 100%;
background-color: #2d2d2d;
/*background-image:url(../medias/fond.gif);
background-repeat: no-repeat;*/
}

#flashContent {
margin-left: 0px;
left: 0;
width: 100%;
position:absolute;
padding-top: 0px;
}

object {
outline:none;
}


 /* --------------------- liens --------------------- */
 
a:link { color: #fe8813; font-weight:bold; text-decoration: none; }
a:visited { color: #fe8813; font-weight:bold; text-decoration: none; }
a:hover { color: #fe8813; font-weight:bold; text-decoration: underline; }
a:active { color: #fe8813; font-weight:bold; text-decoration: underline; }

