#conteneur {
	width: 739px;
	height:auto;
	min-height: 628px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

body {
background-color:#757575;
margin-top: 5px;
text-align:center;
}
#logo {
	height: 117px;
	width: 151px;
	float: left;
}
#banner {
	height: 77px;
	width: 588px;
	float: left;
}
#menuHaut {
	display: none;
}
#menuGauche {
	background-color: #FFFFFF;
	width: 0px;
	height:509px;
	float: left;
	background-image: url(../images/menuGauche.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 0px;
}
#contenu {
	background-color: #BAD880;
	width: 588px;
	height:509px;
	background-image: url(../fr/images/bordContenu.gif);
	background-repeat: repeat-y;
	float: right;
}


/*html>body #conteneur #menuGauche {
height: auto;
min-height: 509px;
} 

html>body #conteneur #menuGauche #contenu{
height: auto;
min-height: 509px;
} */

#menu {
	background-color: #003399;
	height: 10px;
	width: 50px;
	position: absolute;
	left: 38px;
	top: 166px;
}
#btnAccueil {
	background-color: #003399;
	height: 24px;
	width: 103px;
	position: relative;
	top: 80px;
	left: -700px;
}

#btnPresentation {
	background-color: #003399;
	height: 24px;
	width: 103px;
	position: relative;
	left: 10px;
	top: 80px;
}

#conteneurMenu {
	display: none;
}
#conteneur #menuGauche #conteneurMenu ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	vertical-align: top;
	display: compact;
	margin-left: 10px;
	margin-top: 0px;
}

html>body #conteneur #menuGauche #conteneurMenu ul {
margin-left: 19px;
}
#conteneur #menuGauche #conteneurMenu li {
	margin: 0px;
	
}

