@font-face {
  font-family: 'fontello';
  src: url('./../font/fontello.eot');
  src: url('./../font/fontello.eot') format('embedded-opentype'),
       url('./../font/fontello.woff') format('woff'),
       url('./../font/fontello.ttf') format('truetype'),
       url('./../font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
*
{	box-sizing:border-box;
}
body
{	font-family: arial,sans-serif;
	font-size:13px;
}
header
{	height:60px;
	line-height:60px;
	background: #f2f2f2;
	padding-left:20px;
}
.titre
{	font-size: 30px;
	font-weight:bold;
	letter-spacing : 5px;
}
.l1
{	color:#4285F4;
}
.l2
{	color:#ea4335;
}
.l3
{	color:#fbbc05;

}
header span
{	display:inline-block;
	vertical-align:middle;
}
#boite
{	width:450px;
	height:40px;
	line-height:40px;
	text-align:left;
	padding:0 0 0 5px;
	background:white;
	color:black;
	border: 1px solid #d9d9d9;
}
#diplome
{	font-family:fontello;
	display:inline-block;
	color:black;
	height:40px;
	line-height:40px;
	width:40px;
	text-align:center;
	background:#4285f4;
	font-size:30px;
	color:white;
}
#appli
{	font-family:fontello;
	display:inline-block;
	color:black;
	font-size:15px;
	margin-left : 850px;
}
#bouton
{	height: 25px;
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #4285f4;
    font-weight: bold;
      background: #4285f4;
    border-radius : 3px;
	color:white;
	margin-left:15px;
}
nav ul
{	display:block;
	height:60px;
	line-height:60px;
	margin:0;
	padding:0;
	background:white;
	border-bottom :1px solid  #ebebeb;
}
nav li
{	display:inline;
	color:#666;
	font-size:14px;
	padding-right:10px;
}
#slogan
{	display:block;
	font-size:14px;
	color : #666;
	font-weight:bold;
	margin-top : 10px;
	margin-left:85px;
}
main
{	width:650px;
	margin-left:82px;
	background : white;
	display:block;
}


li:first-child
{	margin-left:85px;
}

.texte
{	font-size:small;
	line-height:1.3em;
	color:#545454;
}
.abstract
{	font-size:small;
	line-height:1.3em;
	color:green;
}
main img
{	display : inline-block;
}
footer
{	display:block;
	background: #f2f2f2;
     height:40px;
	line-height: 40px;
	width:100%;
	margin-top : 20px;
	  
}
footer ul
{	display:block;
	height:40px;
	padding:0;
	margin:0;
	
}
footer li
{	display : inline;
	color:#666;
	padding-right: 10px;
	padding-left:10px;
}
footer li:first-child
{	padding-left:0px;
}
main p
{
	padding:0;
	margin:0;
}
main p:first-child
{
	color:#1A0DAB;
	font-size:18px;
	margin-top:25px;
}
main p:nth-child(2)
{
	font-size:small;
	line-height:1.3em;
	color:green;
}
main p:nth-child(3)
{
	font-size:small;
	line-height:1.3em;
	color:#545454;
}
main :nth-child(4)
{
	color:#1A0DAB;
	font-size:medium;
}