@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
.header{
	height: 130px;
	width: 100%;
}
.header-left{
	float: left;
}
.header-right{
	float: right;
}
.clear{
	clear: both;
}
.header-left h1{
	height: 130px;
	margin-bottom: -50px;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: -130px;
}

.header-right a {
	line-height: 130px;
	color: #000000;
	margin-left: 5px;
	margin-right: 50px;
}
.header-right a:hover{
	background-color: #e2f1ff;
	font-size: 16px;
	padding: 16px 5px;
	transition: background-color 0.5s;
}
.container{
	max-width: 980px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
.container h2{
	font-size: 30px;
}
.container h3{
	font-size: 24px;
}
.main{
	padding: 80px 0;
	color: #000000;
	text-align: center;
	background-color: #F0F8FF;
}
.main h2{
	border-bottom: 2px solid #00bfff;
	margin-bottom: 25px;
}
.main-image{
	width: 450px;
	margin-bottom: 25px;
	box-shadow: 2px 2px 4px #b7b7b7;
	border-radius: 5px;
}
.main h3{
	border-bottom: 2px solid #ff69b4;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	line-height: 1.5;
}
.pictogram{		
	background-color: #F0F8FF;
	text-align: center;
}
.footer{
	height: 130px;
	background-color: #ff7f50;
	color: #000000;
}
.footer-left{
	float: left;
}	
.footer-right{
	float: right;
	padding-top:50px;
}	
.footer-left p{
	margin-bottom: 8px;
}

