body
{
   font-family: arial;
   font-size: 11px;
}

#page
{
   width: 769px;
   height: 574px;
   margin: auto;
   background-image: url("images/background.jpg");
   background-repeat: no-repeat;
   background-position: center;
}

h1
{
	font-size: 13px;
	font-weight: bold;
}

a
{
	color: #E0C000;
}

#menu
{
   float: left;
   width: 80px;
   margin-left: 100px;
   margin-top: 260px;
}

#corps
{
   width: 350px;
   float: right;
   background-image:url("images/fond.png");
   margin-right: 210px;
   padding: 10px;
   color: #E0C000;
   -moz-border-radius: 20px;
   -khtml-border-radius: 20px;
   border: 1px solid white;
}

.vfilm
{
	width: 100px;
	font-size: 9px;
}

img
{
	border:0px;
}

