.panel-heading {
	font-size: 25px;
}

a.contactpartenaire {
	font-size: 24px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #39c;
	text-decoration: none;
}

a.contactpartenaire:hover {
	text-decoration: underline;
}

/*FOND*/
#contactwrap {
	padding-top: 120px;
	padding-bottom: 30px;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
