body{
	margin: 0;
	padding: 0;
	background: #000 url(img/bg.jpg) top left no-repeat;
	color: #555;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.675em;
}
@font-face {
	font-family: 'QuicksandLight';
	src: url('fonts/Quicksand_Light.eot');
	src: local('Quicksand Light'), local('QuicksandLight-Regular'), url('fonts/Quicksand_Light.ttf') format('truetype');
}


/*---------------
 * Classes génériques
 * --------------*/
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover { color: #999; }
a img { border: none; }

li { list-style-type: none; }

.left { float: left; }
img.left { padding: 0 12px 12px 0; }
.right { float: right; }
.center { text-align: center; }

.clear { clear: both; }

.date { font-style: italic; }
.important {font-weight: bold; }
.semi-important {font-style: italic; }



/*---------------
 * Top
 * --------------*/
#top {
	height: 100px;
	padding: 0;
	background:url(img/bg-top.png) repeat-x bottom transparent;
	text-transform:lowercase;
}
#top-content {
	width: 950px;
	margin: 0 auto;
}
#top h1 {
	float: left;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-family: 'QuicksandLight';
	font-size: 5em;
}

#nav {
	float: right;
	padding-top: 20px;
}
#nav, #nav * { margin: 0; }
#nav li {
	float: left;
	margin: 15px 2em 0 0;
}
#nav a {
	color: #999;
	padding: 5px;
	-moz-border-radius: 3px;
}
#nav a.current {
	background: #52023D;
	color: #fff;
}
#nav a:hover {
	background: #360124;
	color: #fff;
}



/*---------------
 * Container
 * --------------*/
#container {
	width: 930px;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
	background: url(img/bg-content.png) repeat transparent;
	color: #bbb;
	-moz-border-radius: 20px;
	text-align: justify;
}



/*---------------
 * Contenu
 * --------------*/
#content { width: 700px; }
#content h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	font-family: 'QuicksandLight';
}
#content h3 {
	margin-bottom: 0.75em;
	color: #bbb;
	font-size: 1.8em;
	font-weight: normal;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#content a:hover { border-bottom: 1px solid #fff; }



/*---------------
 * Footer
 * --------------*/
#footer {
	clear: both;
	padding: 50px 0 0;
	background: url(img/bg-footer.png) repeat-x top transparent;
	color: #999;
	line-height: 1.875em;
	overflow: hidden;
	min-height: 100%;
}
#footer-content {
	width: 950px;
	margin: 0 auto;
}
#footer h2 {
	margin: 0;
	padding: 0 0 0.6em;
	font-size: 1em;
	letter-spacing: 2px;
	line-height: 1em;
	text-transform: uppercase;
}
#footer ul {
	margin: 0 0 1.6em;
	padding: 0;
}
#footer p { margin: 0; }
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#footer .col-3 a:hover { border: none; } /* no border on last pictures */

.col-1 {
	float: left;
	width: 110px;
	padding-right: 40px;
}
.col-2 {
	float: left;
	width: 110px;
	margin-right: 10px;
	padding-right: 40px;
}
.col-3 {
	float: left;
	width: 410px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-right: 40px;
}
.col-3 img { padding: 0 2px 0px 0; }
.col-4 {
	float: left;
	width: 180px;
	margin-right: 0;
}



/*---------------
 * Home
 * --------------*/
.home #content {
	width: 100%;
	overflow: hidden;
	line-height: 1.6em;
}
.home .news {
	float: left;
	width: 25%;
	margin:0 5% 0 0;
}


/*---------------
 * Portfolio photo
 * --------------*/
.photo #content a { border: none; }
#navbar {
	display: block;
	width: 940px;
	height: 40px;
}
#display-mode { float:left; }
#display-mode img{ vertical-align: bottom; }
#navbar #links { float: right; }
#navbar #links a { border-bottom: 1px dotted #fff; }
#navbar #links a:hover { border-bottom: 1px solid #fff; }

#thumbnails { width: 990px; }
#thumbnails li { float: left; }
#thumbnails a img {
	margin:5px 10px 7px 0;
	padding:5px;
	background:#fff;
	border:1px solid #fff;
	box-shadow:0 2px 3px #333;
	-webkit-box-shadow:0 2px 3px #333;
	-moz-box-shadow:0 2px 3px #333;
}
#thumbnails a:hover img {
	background: #fff;
	border: 1px solid #aaa;
}

#portfolio #viewer {
	width: 950px;
	text-align: center;
	display: block;
	min-height:645px;
}
#portfolio #viewer img[src*="loader"] {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}
#prev a, #next a {
	position: absolute;
	top: 50%;
	width: 300px;
	height: 100%;
	margin-top: -120px;
	background: transparent;
	border: 0;
}
#next a { left: 800px; }
#prev a:hover { background: transparent url(/img/left_arrow.png) no-repeat center center; }
#next a:hover { background: transparent url(/img/right_arrow.png) no-repeat center center; }

#exifs {
	padding: 5px;
	background: #000;
	color: #fff;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}



/*---------------
 * Contact
 * --------------*/
label { font-size:1em; }
input, textarea {
	width: 400px;
	margin: 5px 0 0;
	padding: 6px;
	background: #000;
	color: #999;
	border: 1px solid #360124;
}
textarea {
	width: 400px;
	height: 100px;
	padding: 6px;
	font-family:inherit;
	font-size:inherit;
}
input:hover, textarea:hover { border: 1px solid #52023D; color: #ddd; }
input:focus, textarea:focus { border: 1px solid #52023D; color: #ddd; }

/*
input#author { background: #000 url(/img/ico_user.gif) no-repeat scroll 2% 50%; }
input#email { background: #000 url(/img/ico_mail.gif) no-repeat scroll 2% 50%; }
input#url {	background: #000 url(/img/ico_home.gif) no-repeat scroll 2% 50%; }
*/
#boutons input {
	width: 100px;
	padding: 6px;
	background-color: #360124;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
}
#boutons input:hover { background-color:#52023D; }



/*---------------
 * Liens
 * --------------*/
.liens a {
	display: block;
	width: 200px;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
.liens a:hover {
	background: #360124;
	border-bottom: #bbb 1px solid;
}
.liens .left { padding-right: 50px;}



/*---------------
 * Développement
 * --------------*/
.dev .left { padding-right: 50px;}
.dev .left a {
	display: block;
	width: 200px;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
.dev .left a:hover {
	background: #360124;
	border-bottom: #bbb 1px solid;
}
.dev .left a.current { background: #6D4963; }

.dev .right {
	float: none;
	padding: 10px 0 0 250px;
}
.dev .pitch {
	font-size: 1.3em;
	color: #fff;
}
.dev .captures { margin:40px 0 0 10px; }
.dev .captures img {
	padding: 10px 0;
	width:100%;
}


/*---------------
 * Pagination
 * --------------*/
.paginator {
	clear: both;
	font-size: 80%;
	margin: 10px;
	text-align: center;
}

.paginator a { text-decoration: none; }

.paginator a {
    padding: 0.3em 0.5em;
    margin-right: 5px;
}

.photo #content .paginator a.inactive {
    color: #999999;
}


