@charset "utf-8";
/* CSS Document */
/* General Blueprint Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */
html { 
  /*background: url(../images/main_bkg.gif) no-repeat center center;
  background: url(../images/background-intro.png) no-repeat center center fixed;
background-size: contain;  */ 

}
body {
	margin: 0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   font-family: 'Lato', Calibri, Arial, sans-serif;
	color:#163a86;
}
#header{
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 35px;
line-height: 1.6;
color: #FFF;
padding: 0;
background-color:#163a86;
text-align: center;
margin-bottom:10px;
}
#main{
	float: left;
	width:100%;	
}
#gauche{
	float: left;
	width:35%;
}
#avatar {
	display:block;
	width:100%;
	float: left;
}
#avatar img{
	width:100%;
}
#droite{
	float: left;
	width:65%;
}
#centre{
	margin:0 auto;
	text-align:center;
}
#intro_txt{
	width:100%;
	float: left;
	padding:40px 0 0 0;
	margin:0 auto;
	font-size:30px;
	font-weight:bold;
	color:#163a86;
	text-decoration:none;
}
#intro_txt span{
	color:#0FF;	
}
.boutons{
	display:block;
	width:100%;
	padding:40px 0 0 0;
	float: left;
	height:100px;
	margin: auto 0;
	text-align:center;
	
}
.bouton{
	width:220px;
	height:100px;
	float: left;

}
.bouton{
	width:190px;
	height:100px;
	float: left;
}
#boutons_stop a:hover{
color:#0FF;
}
#boutons_stop{
	float: left;
	width:100%;
	margin: auto 0;
	text-align:center;
}
#boutons_stop a{
	display:block;
	margin:0 0 0 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}
#boutons_stop a img{
	padding:10px 10px 0 0;
}