body{
	background-image:url(../images/fondpackoffice.jpg);
}

.globalOffice{
	width:960px;
	margin: 0 auto;
	background-color:rgba(210,210,210,0.6);
	box-shadow:0 0 20px rgba(0,0,0,0.6);
	padding-bottom:15px;
}

.headerPackOffice{
	position:absolute;
	width:100%;
	height:100px;
	background-color:rgba(237,28,36,1);
	left:0;
	top:0;
	z-index:2;
}

.headerPackOffice span{
	position:absolute;
	width:100%;
	height:150px;
	left:0;
	top:0;
	background-color:rgba(237,28,36,0.3);
}

.logoPackOffice img{
	margin-top:150px;
	margin-left:65px;
}
.textInfo{
	color:#42210B;
	text-align:center;
	margin: 0 15px;
	font-size:1em;
}