@import url(http://fonts.googleapis.com/css?family=Play:400,700);
body
{
	background: -webkit-radial-gradient( center, circle, #495564, #000);
	background:    -moz-radial-gradient( center, circle, #495564, #000);
	background:     -ms-radial-gradient( center, circle, #495564, #000);
	background:      -o-radial-gradient( center, circle, #495564, #000);
	background:         radial-gradient( circle at center, #495564, #000);
	background-color: #000;
	width:100%;
	height: auto;
	text-align: center;
	font-family: 'Play', Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	color: #fff;
}
.pattern {
	background: url(img/pattern.png) repeat
}
.logo {
	margin-top: 50px;
}
h1 {
	font-size: 1.8em;
	color: #AEC90B;
}
.texte {
	font-size: 2em;
}
body a
{
	background-color: #AEC90B;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	transition: all 0.2s ease 0s;
	text-transform: uppercase;
	font-size: 1.8em;
	border-radius: 20px;
}
body a:hover
{
	background-color: #008D36;
	border-radius: 0px;
}
.plan {
    display: block;
    margin: 60px auto;
}
footer
{
	width: 100%;
	height: 165px;
	font-size: 1.5em;
	border-top: 1px solid #AEC90B;
}
@media screen and (min-width:250px) and (max-width:960px) {
	body
	{
		width: 100%;
	}
}
@media screen and (min-width:250px) and (max-width:500px) {
	body img
	{
		width: 100%;
	}
}




