* {
	margin: 0px;
	margin: auto;
	padding: 0px;
	font-family : sans-serif;
	text-align: center;
}

body {
	background-image: url('./imgs/bg-bw.png');
}

h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	color: orange;
	font-family: Century Gothic;
	font-weight: normal;
}


h2 {
	display: none;
	width: 100%;
	height: 12px;
	border-top: 1px solid #fff;
	background-color: #999;
	color: #000;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 15px;
}

div.site:hover h2{
	position: relative;
	display: block;
	height: 12px;
	margin-top : -21px;
	top: 20px;
}

div.site {
	width: 600px;
	height: 100px;
	background-color: #FFF;
	border: 2px solid #666;
	margin-bottom: 20px;
}

img {
	border: 0px;
	display: block; /* corrige les bugs d'espaces vides */
}

a {
	font-family : sans-serif;
	text-decoration: none;
	color: #8E0C0C;
}

div.YouTube {
	position: relative;
	width: 50px;
	display: block;
	top: -110px;
	right: -300px;

}

.footer	{
	color: #666;
	font-size: 12px;
	margin-bottom: 20px;
}
