.bloc_contact .offline { display:block; }
.bloc_contact .online { display:block; }

.bloc_contact .subtitle {
	display: inline-block;
	color: #88898b;
	font-weight: bold;
	border-bottom: 1px solid #88898b;
	width: 85%;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.bloc_contact .mail a{
	color: #CA002A;
	text-decoration: none;
}
.bloc_contact .nameOne {
	font-weight: bold;
}

.bloc_contact #box .tel {
	color: #333438;
	font-size: 16px;
}
.bloc_contact #box .orange,
.bloc_contact #box .red,
.bloc_contact #box .green {
	background-repeat: no-repeat;
}

.bloc_contact #box .pastille {
	padding:2px;
	background-repeat: no-repeat;
	background-position: 4% 60%;
	display: inline-block;
	width: 85%;
	text-align: center;
}

.bloc_contact #box .orange {
	background-color: #FDD0A9;
	background-image: url('../img/orange.png');
}
.bloc_contact #box .red {
	background-color: #EFA5A5;
	background-image: url('../img/red.png');
}
.bloc_contact #box .green {
	background-color: #c1f2c0;
	background-image: url('../img/green.png');
}

.bloc_contact .contactItem {
	width: 150px;
}