body{
	background-image:url(images/frame.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	width:422px;
	height:340px;
}

.texte{
	position:relative;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:15px;
	top: 20%;
	text-align:justify;
}

.texte2{
	position:relative;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:15px;
}

.textevideo{
	position:absolute;
	margin-left:25%;
	line-height:45px;
}

.synopsis{
	position:relative;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:15px;
	top: 20%;
	line-height:40px;
	text-align:justify;
}

INPUT {
     color:#FFFFFF;
     background-color:#000000;
}
TEXTAREA {
	color:#FFFFFF;
    background-color:#000000;
}

.retour{
	position: absolute;
	margin-left:380px;
	margin-top:340px;
}

a{
	color:#777777;
	text-decoration:none;
	border:none;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight:700;
	font-family:'Trebuchet MS';
}

a:hover{
	color:#FFFFFF;
}

.tableau{
	position:absolute;
	margin-top:-5px;
}

.titre{
	text-transform: uppercase;
	font-weight:600;
}

.video{
	position:absolute;
}