#global_accueil { 
  width: 955px;
   height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}
#bas_ao {
	width: 50%;
	float: left;
	margin-top: 10px;
}
#bas_accueil {
	width: 49%;
	float: right;
}
	#bas_accueil p {
		text-align: right;
		font-size: 0.8em;
	}
div#bas {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -130px;
	font-size: 0.8em;
	padding-top: 2px;
}
	div#bas p {
		float: left;
	}
	div#bas span {
		float: right;
	}
	#logo_accueil {
		position: absolute;
		z-index: 30;
		width: 187px;
		margin-left: auto;
  		margin-right: auto;
	}
#col_left {
	
	margin-top: 0;
}
	#menu_ipe, #menu_ipeing {
		height: 300px;
	}
	#menu_ipeing {
		background: #A4B9C2;
	}
		#col_left #menu_ipeing a {
			color: #1A171B;
		}
	#menu_ipe {
		background: #fff;
	}
		#menu_ipeing img.titre {
			margin-top: 138px;
			margin-left: 25px;
		}
		#menu_ipe img.titre {
			margin-top: 108px;
			margin-left: 28%;
		}
		#menu_ipe h1, #menu_ipeing h1 {
			font-size: 0.9em;
			margin-top: 20px;
			color: #1A171B;
		}
		#menu_ipeing h1 {
			margin-left: 20%;
		}
		#menu_ipe h1 {
			margin-left: 40%;
		}
	#fond_bleu {
		background: url(../images/accueil/bleu-t2.jpg) left top no-repeat #013C76;
		height: 300px;
	}
	#fond_orange {
		background: url(../images/accueil/orange-t2.jpg) right top no-repeat #E13700;
		height: 300px;
	}
	
b.info {  
	position:relative; /* Très important */  
	z-index:10;
	height: 157px;
	margin-left: 15%;
	display: block;
}
	#menu_ipeing b.info {
		background: url(../images/accueil/gros-point-ipeing.gif) 0 145px no-repeat;
	}
	#menu_ipe b.info {
		background: url(../images/accueil/gros-point-ipe.gif) 24% 125px no-repeat;
	}
b.info:hover {  
	z-index:20;   
}  
b.info span {  
	display:none;  
}  
#menu_ipeing b.info:hover span {
	display:block;  
	position:absolute;  
	top: 50px;   
	left: 0px;
    background: #A5B9C2;
      /*Éléments pour positionner le texte dans la bulle*/  
	padding-left:40px;  
	padding-top:5px;   
	padding-bottom:5px;  
	padding-right:8px;  
	width:80%;  
	height:auto;  
}
#menu_ipe b.info:hover span {
	display:block;  
	position:absolute;  
	top: 20px;   
	left: 40px;
    background: #fff;
      /*Éléments pour positionner le texte dans la bulle*/  
	padding-left:40px;  
	padding-top:5px;   
	padding-bottom:5px;  
	padding-right:8px;  
	width:75%;  
	height:auto;  
}
#menu_ipe a, #menu_ipeing a {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-weight: normal;
	margin-top: 5px;
	font-size: 1em;
	color: #000;
}
	#menu_ipe a.spe, #menu_ipeing a.spe {
		margin-bottom: 15px;
		font-weight: bold;
	}
#menu_ipe a:hover, #menu_ipeing a:hover {
	color: #004B96;
	font-weight: bold;
}
#menu_ipeing a:hover {
	background: url('../images/accueil/point-ipeing.gif') no-repeat left 5px;
}
#menu_ipe a:hover {
	background: url('../images/accueil/point-ipe.gif') no-repeat left 5px;
}

