@charset "UTF-8";
html {
    height: 100%;
}

body {
	background: url(../images/taches.png) no-repeat bottom right, linear-gradient(#b3e1ff, #65b6fc); /* Norme W3C */
	background: url(../images/taches.png) no-repeat bottom right, -moz-linear-gradient(#b3e1ff, #65b6fc); /* Firefox */
	background: url(../images/taches.png) no-repeat bottom right, -webkit-gradient(linear, #b3e1ff, #65b6fc); /* Chrome, Safari */
	background: url(../images/taches.png) no-repeat bottom right, -o-linear-gradient(#b3e1ff, #65b6fc); /* Opera */
	background: url(../images/taches.png) no-repeat bottom right-ms-linear-gradient(#b3e1ff, #65b6fc); /* IE */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a,a:hover,a:visited {
	text-decoration: none;
}

img {
	border: none;
}

#logo {
	width: 416px;
	height: 149px;
	margin-top: 10%;
	margin-left: 10%;
	background: url(../images/iProductions.png) no-repeat;
}

#texte {
	font-family: 'Archivo Black', sans-serif;
	width: 100%;
	text-align: right;
	color: #003;
	padding-top: 145px;
	font-size: 1em;
}