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

html {
	margin:0px;
	padding:0px;
	
	height:100%;
	}
	
body {
	margin:0px;
	padding:0px;
	height:100%;
	background:#009ee0 url(../medias/logo_unikstudio.gif) no-repeat center 150px;
	}   


#superglobal{  
 	}  
   
#global{  
     position: relative;        
 	} 



#somewords {
	padding-top:5px;
	padding-bottom:3px;
	position: relative;
	margin-top:0px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#00C5FF;
	background-color: #003045;
	}



#contact {
	font-size:9px;
	margin-top:450px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003045;
	}


#contact a {
	font-size:11px;
	color:#00C5FF;
	text-decoration:none;
	}

#contact a:hover {
	color:#003045;
	}

.blanc {
	color:#FFF;
	font-size:9px;}
	
#pied {
	position: absolute;
	bottom:-16px;
	background-color:#00C5FF;
	height:200px;
	width:100%;
	left: 0px;
	}	
	
