/*Reset CSS */
/* v1.0 | 20080212 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table,tbody,tr,td,th { vertical-align:top;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: SegoeWP;
	src: url('fonts/SegoeWP-Semilight.ttf');
}
body{background:black; color:white;}
li {list-style:none;}
#parallax{position: relative; overflow: hidden; width: 100%; height: 650px; margin:0; padding:0; border:0;}
#infosBloc {padding:10px; position:fixed; left:25px; top:25px; background:rgba(0, 0, 0, 0.72); width:300px; border-radius:10px;}
#presentationBloc {background:rgba(0, 0, 0, 0.72); padding:10px; border-radius:10px;}
h1 {font-family: SegoeWP, 'Segoe UI', Arial, serif; font-size:x-large; color:#1ca7eb; font-weight:bold; font-size:24px;}
.photoWall{ -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 0.5s;	-o-transition-property: -o-transform; -o-transition-duration: 0.5s; -moz-transition-property: -moz-transform; -moz-transition-duration: 0.5s; }
.photoWall:hover{-webkit-transform: scale(1.2) rotate(10deg); -o-transform: scale(1.2) rotate(10deg); -moz-transform: scale(1.2) rotate(10deg);}
a, a:hover, a:visited{color:#1CA7EB;}
.linkIcone{float:left; height:20px; margin-right:10px;}
#socialBloc{position:fixed; right:10px; top:10px; height:120px;}
#socialBloc img{width:75px; border:0; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 0.5s; -o-transition-property: -o-transform; -o-transition-duration: 0.5s; -moz-transition-property: -moz-transform; -moz-transition-duration: 0.5s;}
#socialBloc img:hover{-webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1);}
#socialBloc p{margin-left:100px; margin-top:5px;}
#socialBloc a{font-family: SegoeWP, 'Segoe UI', Arial, serif; font-size:24px; text-decoration:none;}
#socialBloc a:hover{text-decoration:underline;}
#wcBloc {position:fixed; bottom:10px; left:10px;}