/* CSS Document */

body {
	margin:0px;
	background-color:#000000;	
}

/* LE CONTENEUR */


#conteneur {
	top:50%;
	left:50%;
	position:absolute;
    width: 908px;
    height: 600px;
    margin-left: -454px; 
	margin-top: -300px;
	overflow:hidden;
	background-image:url(img/fond_2part.jpg);
	background-repeat:no-repeat;
	z-index:1;
}


/* Contenu */
#logo{
position:absolute;
top:0px;
left:0px;
z-index:6;
}

#partie_gauche {
	position:absolute;
	left:132px;
	top:145px;
	width:757px;
	height:397px;
	z-index:3;
	overflow:hidden;
}

#actu{
background-image:url(img/actu.jpg);
background-repeat:no-repeat;
position:absolute;
top:177px;
left:127px;
width:342px;
height:252px;
overflow:hidden;
z-index:7;
}

#contenu_actu{
margin-top:80px;
margin-left:20px;
width:302px;
height:140px;
overflow:hidden;
z-index:7;
color:#807f7f;
font-size:12px;
font-family:"Comic Sans MS";
font-stretch:normal;
font-weight:bold;
}