/* CSS position */

/* _______________________*/
body {
	overflow: auto;
	margin:  0px;
	padding: 0px;
	background-image: url(background_general.jpg);
	background-repeat: repeat-x;
}

#centrage {
	text-align: left;
	margin: 0px auto;
	width: 770px;
	background-color: #383E2D;
	position: relative;
}

#entete {
	position: absolute;
	height: 146px;
	width: 770px;
	left: 0px;
	top: 0px;
	margin-top: 15px;
}

#contenue {
	position: absolute;
	height: 1725px;
	width: 600px;
	left: 0px;
	top: 160px;

}

#f_body {
	position: absolute;
	height: 1725px;
	width: 770px;
	left: 0px;
	top: 0px;

}

#f_action {
	position: absolute;
	height: 0px;
	width: 770px;
	left: 0px;
	top: 0px;

}


#connexion {
	position: absolute;
	height: 1725px;
	width: 170px;
	left: 600px;
	top: 160px;
}
