/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************/

body{
		background: url(portal_img/background_motif.png) repeat #111111;
}
img: focus{
	text-decoration: none;
	border: none;
}
a {
   outline: none; 
}

#first-part{
	height: 398px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#second-part{
	width: 100%;
		margin: 0;
	padding: 0;
	position: relative;
}
#links-box{
	height: 68px;
	position: relative;
}
#slider{
	background-color: #070707;
	height: 330px;
	box-shadow: 2px 2px 6px rgba(0 0 0 0.7) ;
	-webkit-box-shadow: 2px 2px 6px #000;
	-o-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
	-khtml-box-shadow: 2px 2px 6px #000;
}
span.btn_slide{
	height: 58px;
	width: 39px;
	display: inline-block;
	/*background: url(./portal_img/slide_arrow.png);*/
}
span.btn_slide:hover{
background: url(./portal_img/slide_arrow.png);
}
#prev_slide{
	position: absolute;
	top: 40%;
	z-index: 10;
}
#next_slide{
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 10;
}
span.btn_next:hover{
	background-position: -39px 0;
}
.center{
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 100%;
}
h1{
	position: absolute;
	bottom: 0;
}
.social-links{
	position: absolute;
	right:0;
	bottom: 2px;
	height: 27px;
}
.fb-like{
	position: absolute;
	right:0;
	bottom: 4px;
	height: 27px;
	margin-left: 5px;
}
#vimeo, #linkedin, #instagram{
	display: inline-block;
		height: 27px;
}
#vimeo{
	width: 72px;
	background: url(portal_img/link_vimeo_out.png) no-repeat;
}
#linkedin{
	width: 79px;
	background: url(portal_img/link_linkedin_out.png) no-repeat;
}
#instagram{
	width: 27px;
	background: url(portal_img/link_instagram_out.png) no-repeat;
 }
 #vimeo:hover{
	background: url(portal_img/link_vimeo_over.png) no-repeat;
}
#linkedin:hover{
	background: url(portal_img/link_linkedin_over.png) no-repeat;
}
#instagram:hover{
	background: url(portal_img/link_instagram_over.png) no-repeat;
 }
#websites .center{
	margin-top: 26px;
}
#websites{
	height: 252px;
	background: url(portal_img/logo_njk.png)no-repeat center bottom;
}
#blog-link{
	margin-left: 179px;
	display: inline-block;
	height: 98px;
	width: 269px;
	background: url(portal_img/blog_out.png) no-repeat;
}
#book-link{
	display: inline-block;
	height: 98px;
	width: 329px;
	background: url(portal_img/book_out.png) no-repeat;
}
#blog-link:hover{
	background: url(portal_img/blog_over.png) no-repeat;
}
#book-link:hover{
	background: url(portal_img/book_over.png) no-repeat;
}
#border{
	display: inline-block;
	width: 66px;
	height:  98px;
	background: url(portal_img/separateur.png) no-repeat;
}