@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,400,700);

body{
	font-family: 'Raleway', sans-serif;
	color: #000;
	min-width:1199px;
}

a{
}

a:hover{
	}
	
h1{
	color:#0195db;
	font-weight:200;
	font-size:3.5em;
	margin-top:0.8em;
}

h2{
	color:#0195db;
	font-weight:700;
	font-size:1.5em;
	margin-top:0.3em;
	margin-bottom:1.8em;
}
hr{
	height:2px;
	border-color:#0195db;
	}
	
.fond-bleu{
	background-color: #0195db;
	}
.fond-bleu a{
	color:#FFF;
}
.font100{
	font-weight:100;
	}
.font200{
	font-weight:200;
	}

.font400{
	font-weight:400;
	}

.font700{
	font-weight:700;
	}

.fond-bleu a:hover{
	color:#014a94;
	text-decoration:none;
}
	
.container{
	width: 1170px !important;
}
#haut{
	padding-top:3em;
	padding-bottom:3em;
}
#bas{
	color:#FFF;
	text-align:center;
	padding-top:3em;
	padding-bottom:6em;
}
#accroche{
	padding-top:3em;
	padding-bottom:5em;
}