@charset "UTF-8";
/* CSS Document */




/* ---------------------------------------- */
/*                 CONTENU                  */
/* ---------------------------------------- */




/* ---------- entête ---------- */
#entete h1 {
	display: block;
	width: 500px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	background: url(../img/logo_dezignstudio.png) bottom center no-repeat;
}
#entete h1 span { display: none; }
#entete h2 span { display: none; }




/* ---------------------------------------- */
/*                   LIENS                  */
/* ---------------------------------------- */
#pied_de_page a:link {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:visited {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
#pied_de_page a:active {
	color: #DDDC00;
	text-decoration: none;
}