/* feuille de style dédié au centrage vertical                       */
/* ( en l'occurence elle aligne en bas de la boite div la boite H2 ) */

.wrap0 {
	width: 580px;
	height: 65px;
	background: url(resources/SsMenu_haut.jpg) no-repeat;
}

/*\*/
.wrap0 {
	width: 580px;
	height: 65px;
	background: url(resources/SsMenu_haut.jpg) no-repeat;
	display: table-cell;
	vertical-align: bottom;
	
}
/*/
.openm, .wrap1 {
	display: inline-block;
	vertical-align: bottom;
}
.wrap1 {
	width: 100%;
}
.openm {
	height: 100%;
	width: 1px;
	margin-left: -1px;
}
/**/

.wrap1 h2 {
	margin-top: 0;
	margin-bottom: 0;
}