/* --------------- Styles GRYFFON TUTO HEADER --------------- */
	.milky_way {
		position: relative;
		width: 1024px;
		height: 156px;
		background-color: white;
		}
	.cosmos {
		float: left;
		width: 512px;
		opacity: 0.1;
		border: none;
		}
	#artis_header {
		position: absolute;
		top: 40px;
		left: 0;
		width: 1024px;
		}
	.header_tuto {
		margin-left: 45px;
		float: left;
		padding: 5px 15px;
		color: #A10684;
		border: 2px solid white;
		border-radius: 10px;
		}
