body {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color:#000;
	color:#FFF;
	margin:0;
	padding:0;
}

div#page{
	margin: 0 0 0 20px;
}

ul#shots li img{
	width:400px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.centered{
	margin:auto;
	text-align:center;
}

.scratch{
	text-decoration:line-through;
	color:#8e8e8e;
}

div#logo{
	float:left;
	width:100px;
	margin-top: 22px;
}

div#nameTitle{
	float:left;
	width:400px;
	margin: 5px 0 0 15px;
}

div#bg_reel{
	/*
background-color:#b9b9b9;
	height:1px;
	margin-top:270px;
	margin-bottom:250px;
*/
	border-top: 2px solid #313233;
	margin-top: 250px;
}

div#dribbble_selection{
	margin-top:40px;
}

iframe{
	margin-top:-220px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

h1{
	font-weight:700;
	text-align: left;
	margin-bottom:-2px;
	font-size:2.3em;
}

h2{
	font-weight:300;
	font-size:1.2em;
	color:#FFF;
	text-align:left;
	margin-top:0;
}

h3{
	text-align: left;
	font-weight:300;
	font-size:1.8em;
}

ul{
	margin:0;
	padding:0;
}

/*
img.img_inline{
	padding-left:10px;
}
*/

span.parenthese{
	color:#9a9a9a;
}

ul#links_footer li {
	list-style-type: none;
	display:inline;
	padding-right:40px;
}

a {
	text-decoration: none;
}

ul#links_footer li a {
	text-transform: uppercase;
	font-style: normal;
	font-weight:700;
	color:#FFF;
}

ul#links_footer li a:hover {
	color:#636363;
}

ul#shots{
	min-height:300px;
	/* position:absolute; */
}

ul#shots li {
	margin:0 10px 6px 0;
	padding:0;
	float:left;
	list-style-type: none;
}

ul#shots li.dernier, ul#links_footer li.dernier{
	margin-right:0;
	padding-right:0;
}

.separation{
	clear:both;
}

footer{
	padding:30px 0 50px 0;
	color:#7e7e7e;
}

footer p{
	margin:0 0 40px 0;
	font-size:0.9em;
}