@charset "UTF-8";
/* CSS Document */


#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 615px;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -475px;
	  }
	  #menu {
	position:absolute;
	left: 212px;
	top: 0px;
	width: 738px;
	height: 144px; /* moitié de la largeur */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/credits/credits_02.jpg);
	background-repeat: no-repeat;
	  }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
#footer {
	position:absolute;
	left:0px;
	top:600px;
	width:950px;
	height:15px;
	background-color: #FFFFFF;
}



#footer_mail {
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:15px;
}



#footer_plan {
	position:absolute;
	left:830px;
	top:0px;
	width:76px;
	height:15px;
}

#footer_credits {
	position:absolute;
	left:906px;
	top:0px;
	width:44px;
	height:15px;
}

#logo_pixipop {
	position:absolute;
	left:272px;
	top:173px;
	width:130px;
	height:30px;
	z-index:1;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:212px;
	height:144px;
	z-index:1;
}
#contenu {
	position:absolute;
	left:0px;
	top:144px;
	width:950px;
	height:456px;
	z-index:1;
	background-image: url(../images/credits/credits_03.jpg);
	background-repeat: no-repeat;
}

