/*  
	CSS Reset
*/
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;}
* { margin: 0; padding: 0; }
a { text-decoration: none; outline: none; }
img{ border:none; }
	/*IGNITION*/
@font-face {
    font-family: 'BellGothicLight';
    src: url('fonts/lt_51536-webfont.eot');
    src: local('☺'), url('fonts/lt_51536-webfont.woff') format('woff'), url('fonts/lt_51536-webfont.ttf') format('fonts/truetype'), url('fonts/lt_51536-webfont.svg#webfontWrqki16J') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'BellGothicLight',"Helvetica Neue", Arial, sans-serif;
	margin: 0px;
	font-size: 14px;
	font-smooth: always;
	background-color: #000;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1215px;
}
h1 {
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFF;
}
h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align:right;
}
img { border: 0px; background-color: transparent;}
img a { border: 0px; background-color: transparent;}
img a:hover { border: 0px; background-color: transparent;}
div.spacer {clear: both;}
.left { width: 200px; margin-right: 15px; float: left; height: 600px; overflow: hidden;}
/* bloc d'image */
#image-header {
	height: 190px;
	width: 200px;
	margin-top: 0px;
}
#image-menu { padding-right: 0px; }
#image-menu a {color: #fff;text-decoration: none;}
#image-menu a:hover { text-decoration: underline; color: #A3A3A3; }
.menu {
	border-top: 3px solid #fff;
	font-size: 14px;
	color: #fff;
	padding: 10px 0px;
	width: 200px;
	text-align: right;
}
.menu li {list-style: none;}
.menu ul {display: inline; line-height: 16px;}
#image-content { margin-top: 10px; color: #fff; float: left; width: 1000px; border-top: 3px solid #FFF; padding-top: 10px;  overflow: hidden;}
.tags { margin: 20px 0px 10px 0px; color: #fff; font-size: 12px; padding-bottom: 0px;}
#image-content p{ color: #fff;}
#image-content a {color: #fff;text-decoration: none;}
#image-content a:hover {text-decoration: underline;}
.footnotes { float: left; margin: 10px 0px; clear: both;}
#image-footer {	height: 21px;}
img a, img a:hover { border: 0px; }
.cvtext, .brow { margin-top: 10px;}
.cvtext { font-size: 14px;}
/* Footer */
.contacte { border-top: 3px solid #FFF; margin-bottom: 10px;}
.contacte h4 { padding: 10px 0px 0px 0px;}
.contacte h3 { text-align: right; font-size: 18px; color: #FFF; font-weight: normal; margin-top: 5px;}

#footer {
	border-top: 3px solid #fff;
	padding: 10px 0px;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	width: 200px;
	text-align: right;}
#footer a { color: #999999; text-decoration:none; padding-bottom: 10px; }
#footer a:hover { color: #A3A3A3; text-decoration:underline;}
#own a:hover { color: #A3A3A3; text-decoration:underline;}

u { font-size: 12px; line-height: 30px; margin: 20px 0px 10px 0px;}
.fb { margin-top: 10px; padding: 20px 0px 10px 0px; border-top: 3px solid #FFF;}


/* Thumbnails */

.thumbnails  { margin-right: 8px; margin-bottom: 8px; float: left; clear: right;}
.thumbnails:hover { margin-right: 8px;}
.current_thumbnail { margin-right: 8px; margin-bottom: 8px; }

blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 7px;
	margin: 5px;
	color: #333333;
	font-style: italic;
}
