@charset "utf-8";

/* STYLES DE BASES --------------------------------------------------------------------------------------------*/
html {
	height: 100%;
	width: 100%;
}
body {/* PAGE */
	background-color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 { /* TITRES */
	margin: 1em 0 .5em 0; 
	line-height: 1.2;   
	font-weight: bold;
	font-style: normal;
}
p {   margin: .50em 0; }  /* PARAGRAPHES */ 
/* LIENS */ 
a img {   border: none; } /* Pas de bordure sur les images */ 


/* CONTENU --------------------------------------------------------------------------------------------*/
#SiteNetSee {
	height: 100%;
	width: 955px;
	margin: auto;
	position: relative;
}
#LogoNetSee {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #CCC;
	margin: 0px;
}

