/**********menu left bonhomme *********/

#wrapper-conteneur-bonhomme{
	width:100%;
	text-align: center;
}

#conteneur-bonhomme{
	width:960px;
	position: relative;
	display: inline-block;
}

#conteneur-menu{
	float:left;
	/*width:250px;*/width:960px;
	min-height:520px;
	background:#FFF;
	z-index:1000;
}

#menu-bonhomme{
	position:absolute;
	top:120px;
	/*left:0;*/left:355px;
	width:250px;
	height:400px;
	background:url(https://centrehaptonomia.com/BonHomme/sprite_menu.png) no-repeat;
	background-position:0 0;
}

#survol-bonhomme{
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:400px;
	background:url(https://centrehaptonomia.com/BonHomme/sprite_menu.png) no-repeat;
	background-position:0 0;
	display:none;
}

#titre-bonhomme{
	width:100%;
	border:1px solid #CCC;
	height:80px;
	background:#419595;
	line-height:80px;
	text-align:center;
	padding:0;
	margin:0;
	border-radius:2px;
	color:#FFF;
	cursor:pointer;
}

#titre-bonhomme span{
	padding-right:25px;
}

.titreh1 h1{
	color:#419595 !important;	font-size:24px !important;
}

#titre-bonhomme a{
	position:absolute;
	top:29px;
	right:8px;
	background:url(https://centrehaptonomia.com/BonHomme/bt-plus-menu.png) no-repeat top left;
	/*display:block;*/display:none;
	height:28px;
	width:28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);	
}

#titre-bonhomme a.croix{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);	
}

#bouton-deroule-bonhomme{
	position:absolute;
	top:100px;
	left:0;
	width:250px;
	height:400px;
	cursor:pointer;
	background:url(https://centrehaptonomia.com/BonHomme/blank.gif) repeat top left;
	display:none;
}

#menu-gauche, #menu-droite{
	width:172px;
	position:absolute;
	top:120px;
	left:50%;
	margin:0 0 0 -280px;
	padding:0;
	/*display:none;*/display:block;
}

#menu-droite{
	margin:0 0 0 105px;
}

#menu-gauche li, #menu-droite li{
	margin-bottom:7px;
	padding:0;
	list-style: none;
	margin-left: 0;
}

#menu-gauche li.titre, #menu-droite li.titre{
	text-align:center;
	font-size:16px;
	color:#419595;
}

#menu-gauche a, #menu-droite a{
	display:block;
	width:170px;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#FFF;
	border:1px solid #CCC;
	font-size:13px;
	color:#7e7e7e;
	text-decoration: none;
}

#menu-gauche a:hover, #menu-droite a:hover{
	background-color:#419595;
	color:#FFF;
	font-weight:700;
}

#receptacle-ajax{
	display:none;
	width:660px;
	float:right;
	margin:20px 20px 20px 0;
	padding-right:20px;
	text-align: justify;
}