/* CSS Document */


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.copyright {color: #999999}

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(images/bground.jpg);
	background-repeat:repeat-x;
	background-color:#eaeaea;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


.body {
	width:901px;
	padding-left:1px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:900px;
	height:85px;
	/*background-image:url(images/header.jpg);*/
}

.bodyMenu {
	width:900px;
	height:22px;
	padding-top:8px;
	background-image:url(images/menu.jpg);
}
.bodyMovie {
	width:900px;
	height:231px;
	background-image:url(images/zone_video.jpg);
}
.bodyTextTop{
	width:900px;
	height:5px;
	font-size:2px;
	background-image:url(images/zone_texte_top.jpg);
}
.bodyText{
	width:730px;
	/*height:402px;*/
	padding-left:20px;
	padding-right:150px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(images/zone_texte.gif);
	background-position:bottom;
}