/*html {
	aheight: 100%;
}*/

body {
	background-color:#000000;
	margin:0px;
	/*height:100%;*/
	padding:0px;
    text-align: center; /* pour corriger le bug de centrage IE */
}

div, table, tr, td, p {
	padding:0px;
	margin:0px;

	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:white;
}

img {

	display:inline;
	vertical-align:middle;
}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration:none;
}


#position_site {
	position:relative;
	width:780px;
	z-index:50;
	text-align:left;
    margin-left: auto;
    margin-right: auto;
	/*height: 920px;
	min-height:50px;
	_height:50px;Interprete seulement par IE

	abackground-image:url(../image/fond.gif);*/
	/*#59585c;*/
}


#BLOC_header {
	position:relative;
	background-image:url(../image/entete3.jpg);
	background-repeat:no-repeat;
	z-index:200;

	clear: both;
    width:780px;
	height:205px;
    padding: 0px;
	margin:0px;
	display:block;
}


#BLOC_gauche {
    float: left;
    width: 150px;
	z-index:1000;
}


#BLOC_droit {
    float: right;
    width: 151px;
	z-index:1000;
}


#BLOC_contenu {
	position:absolute;
	left:0px;
	top:200px;
	padding-left:170px;
	padding-right:170px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;

	width:440px;
	height:auto;
	min-height:690px;
	_height:690px;
	text-align:justify;
	background-image:url(../image/fond.gif);
	z-index:-200;
}
