@import url(clearfix.css);
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,700);


body{
	background: #272728;
	color: white;
}

h1, h2, p, a {
	font-family: 'Lato', Arial, sans-serif;
}

p{
	font-size: 14pt;
	font-weight: 100;
}

li, ul {
	list-style: none;
	padding-left: 0px;
}

li{
	margin-top: 2px;
}

a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #009900;
	text-decoration: none;
	padding-top: 4px;
	font-weight: 100;
	transition: all 150ms ease-out;
}

a:hover {
	background-color: #009900;
	transition: all 200ms ease-out;
}

header {
	width: 800px;
	margin: 0 auto;
}

img {
	float: left;
}

.logo{
	max-width: 70px;
}

.text{
	line-height: 160%;
	margin-top: 2em;
	font-size: 13pt;
}

.title{
	font-size: 28pt;
	margin-top: 100px;
}


main{
	width: 800px;
	margin: 0 auto;
}

.data, .inspi, .outils {
	display: inline-block;
	float: left;
}

.data, .inspi {
	margin-right: 100px;
}



.colonnes {
	display: block;
	margin: 0 auto;
	width: 650px;

	margin-top: 50px;
}

.retour{
	display: block;
	width: 180px;
	height: 25px;

	margin: 0 auto;
	margin-top: 20px;

	text-align: center;

	background-color: #009900;
	border: 2px solid #009900;

	color: #D1D1D1;
	font-size: 12pt;
	font-weight: 400;
}

.retour:hover{
	background-color: transparent;
}

.nous{
	display: inline !important; 
}