@charset "utf-8";
/* CSS Document */

		*
		{
			margin:0;
			padding:0;
		}
		body
		{
			background:#000;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			text-align:center;
		}
		p
		{
			padding:10px 0;	
		}
		strong
		{
			font-family:"Orator Std";
		}
		em
		{
			font-family:"Orator Std";
			font-style:oblique;
			text-decoration:none;
		}
		i
		{
			font-size:15px;
			color:#505050;
		}
		#top
		{
			background:#303030;
			border-radius:15px;
			margin-top:50px;
		}
		h1
		{
			color:#000;
			background:#999;
		}
		h3
		{
			color:#999;
		}
		a
		{
			text-decoration:none;
			color:#fff;
		}
		a:hover
		{
			color:#f00;
		}
		section
		{
			background:#303030;
			border-radius:15px;
		}
		article
		{
			background:#909090;
			border-radius:10px;
		}
		article:first-child p
		{
			text-decoration:underline;
			font-size:20px;
			color:#282828;
		}
		#wrappind
		{
			background-color:#282828;
			width:1024px;
			margin:auto;
			border-radius:15px;
		}
		.droite
		{
			float:right;
		}
		.gauche
		{
			float:left;
		}
		.typorator
		{
			font-family:"Orator Std";
			text-decoration:none;
		}
