/* 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:#d4d4d4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


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

.header {
	width:919px;
	height:67px;
	background-image:url(images/header.jpg);
}

.bodyMedia {
	width:479px;
	height:502px;
	background-image:url(images/zone_video.jpg);
	float:left;
}
.bodyMovie {
	width:455px;
	height:279px;
	padding-left:24px;
	padding-top:46px;
	background-image:url(images/zone_video.jpg);
}
.bodyPicture{
	width:460px;
	height:177px;
	padding-left:19px;
	background-image:url(images/zone_photo.jpg);
}
.bodyText{
	width:294px;
	height:482px;
	padding:10px;
	background-image:url(images/zone_texte.jpg);
	overflow:auto;
	float:left;
}
.bodyMenu {
	width:116px;
	height:494px;
	padding-right:10px;
	padding-top:8px;
	background-image:url(images/menu.jpg);
	float:left;
}

.footer {
	clear:both;
	width:919px;
	height:27px;
	background-image:url(images/footer.jpg);
}
