
body {
	background: none;
}


#content_container{
	position: absolute;
    z-index: 1;
	height: 351px;
    margin: 0 0 0 0;
}

#content {
	height:259px;
    margin: 0 0 5px 0;
} 


#content ul li, #content ol li{
	margin: 0 0 0 0px;
}


/*******************************************************************************
 *                                               LEFT BOX
 ******************************************************************************/

#left_box{
	position: relative;
	float: left;
	width:646px;
	height:259px;
	overflow: hidden;
	background: url(../images/box_background.png) no-repeat left top;
	padding: 0px;
}

#left_box p{
	margin-right: 0px;
}

#box_contents{
	position: absolute;
	z-index:1;
	top:4px;
	left:3px;
}

#box_contents li{
	position: absolute;
	list-style:none;
	display:block;
	top:0px;
	left:0px;
	width:455px;
	height:255px;
}


#box_buttons{
	position: absolute;
	z-index:2;
	width:226px;
	height:250px;
	right:-3px;
}

ul#box_buttons li{
	list-style:none;
	display:block;
	width:216px;
	height:77px;
	margin: 6.5px 0 0 0;
    cursor: pointer;
}






/*******************************************************************************
 *                                  RIGHT BOX
 ******************************************************************************/


#right_box{	
	float: right;
	width:253px;
	height:259px;
	overflow: hidden;
	background: url(../images/connexion_background.png) no-repeat left top;
	padding: 0px;
	margin: 0 0 0 10px;
}

#connexion{
	padding: 0 0 5px 0;
	margin: 18px 0 8px 8px;
	background: url(../images/dotted_line.png) no-repeat left bottom;
	
}

#connexion_title{
	background: none;
	padding: 0 0 0 6px;
}

#actuality{	
	background-image:none;
	margin: 0px 0 0px 8px;
	padding: 0 0 25px 0;
}

#actuality_title{
	background: none;
	padding: 0 0 0 10px;
}


/*******************************************************************************
 *                                  image de F O N D
 ******************************************************************************/

#title_image{
	position: absolute;
	z-index: 1;
	right:0px;
	top:95px;
}

#background{
    position: fixed;
    z-index: 0;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
	overflow: hidden;
}

#background_pict{
	z-index:0;
}


/*******************************************************************************
 *                                               Pieds de page
 ******************************************************************************/

#footer_ref{	
	color: #000;
}