
/*----- CSS NSL ---------------------------------------------------------------*/		

/*----- Global reset ---------------------------------------------------------------*/		
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, textarea, label, p, blockquote, th, td 						{ margin:0;padding:0; }

table 																				{ border-collapse:collapse;border-spacing:0; }
fieldset, img 																		{ border:0; }
address, caption, cite, code, dfn, em, strong, th, var 								{ font-style:normal;font-weight:normal; }
strong 																				{ font-weight:bold; }
ol, ul 																				{ list-style:none; }
caption, th 																		{ text-align:left; }
h1, h2, h3, h4, h5, h6 																{ font-size:100%;font-weight:normal; }
q:before, q:after 																	{ content:''; }
abbr, acronym 																		{ border:0; }



/*----- Clearfix ------------------------------------------------------------------*/		
.clearfix:after, .section:after, .fixed:after, .row:after							{ content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;	}
.clearfix, .section, .fixed, .row													{ display: inline-block; 	}
html[xmlns] .clearfix, html[xmlns] .section, html[xmlns] .fixed, html[xmlns] .row	{ display: block; 			}
* html .clearfix, * html .section, * html .fixed, * html .row						{ height: 1%; 				}
* 							 														{ outline: none; 			}
  
  
  
body { font-family: 'Signika', sans-serif; color:#FFF; }
h1{ padding:30px 30px 20px 30px; color:#FFF;font-size:50px;}
h2{ padding:0 30px; color:#C93;font-size:25px;}
h3{ padding:30px 30px 20px 30px; color:#C93;font-size:20px; }
p{ padding:30px; font:16px 'Signika', sans-serif; line-height:150%; color:#fff;}
p a{ color:#eee; font-weight:bold; }
#content{background:#111; background:url('/img/bg-black.png'); width:450px; height:900px; margin:20px 0; text-align:left; }
#footer {
width: 100%;
min-width: 1100px;
height: 50px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
position: fixed;
top: 95%;
right: 0;
background:#111; background:url('/img/bg-black.png'); 
}

#footermille {
width: 1000px;
}

#footermille  ul{
padding:5px 0 5px 30px;
}

#content ul li,#footermille ul li{
	display:inline-block;
}

#content ul{
	padding:0 30px;
}

#footermille a{
color:#C93;
text-decoration:none;
}
