#content h3.confirm {
	font-size: 12px;
	color: #E2001A;
	margin-bottom: 10px;
	m
}

#content #contactForm .required,
#content #contactForm label.error {
	color: #E2001A;
}

#content #contactForm label {
	display: block;
}


#contact {
	padding:20px
}

#contactAdress {
	width:200px;
	float:left;
	
}

#contact h1 {
	font-size: 18px;
	font-weight:bold;
	color:#003865;
	margin-bottom:20px
}

#contactAdress h2{
	font-weight:bold;
	color:#003865;
	margin-bottom:5px
	
}

#contactAdress p{
	line-height:18px;
	margin-bottom:10px

}

#contactAdress a{
	margin-top:30px

}

#contactForm {
	border-left:1px solid #003865 ;
	width:320px;
	float:left;
	padding-left:20px;
	margin-bottom:20px
}
label {
	
	width:70px;
	display:block;
	margin-top:10px;
}

#contactForm input, #contactForm textarea {
	width:320px;
}

#contactForm #sendButton {
	width:60px;
	margin-top:20px;
	background:#ffffff
}

#send {
	text-align:right
}

#contactAdress .logoContact {
	width:160px;
	margin-bottom:50px;
}
#contactAdress a.iconContact,#contactAdress a.iconVcard {
	width:30px;
	float:left;
	display:block;
	height:30px;
	margin:0
	
}



#contactAdress #print {
	background:url(../picture/iconPrint.png) 0 0 no-repeat;
	margin-right:20px;
	height:30px
	
}
#contactAdress #vcard {
	background:url(../picture/iconVcard.png) 0 0 no-repeat	;
	height:30px
}

#contactAdress #print:hover {
	background-position:0 -30px;
}
#contactAdress #vcard:hover {
	background-position:0 -30px;
}

.required{ color:red;}	