/* Fond */
/* 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;
}

#background {
	width: 100%;
	height: 50%;
	background: url('bg.jpg') #cdcdcd;
	position: absolute;
	box-shadow: #999 1px 1px 1px;
	min-height: 155px;
}
#titre {
	height: 125px;
	position: absolute;
	bottom: 0;
	overflow: visible;
}
h1 {
	margin: 0 0 0 6px;
	padding: 0;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 70px;
	/* text-shadow: #707070 -1px -1px 0px; */
	line-height: 60px;
	width: 400px;
}
.spacer {clear:both;}
/* Menus */
#bottom {
	min-height: 155px;
	height: 50%;
	padding-top: 28px;
	width: 100%;
	top: 0%;
	position: absolute;
}
#menu {
	position: absolute;
	bottom: 0px;
	width: 500px;
	margin: 0 0 0 9px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	/* text-shadow: #707070 1px 1px 0px; */
	color: #d0d0d0;
	font-size: 16px;
}
#menu input {
	/* color: #d0d0d0; (regular background) */
	color: #acada7; /* concrete */
	font-size: 16px;
	background: none;
	border: none;
	padding: 0 2px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	/* text-shadow: #707070 1px 1px 0px; */
	cursor:pointer;
}
#menu input:hover {
	text-shadow: #a8a7a7 1px 1px 2px;
}
#retour {
	padding-top: 10px;
	width: 99%;
	text-align: center;
}
#retour input {
	color: #000;
	text-decoration: none;
	font-family: "Helvetica", "Arial";
	font-weight: lighter;
	font-size: 16px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}
#retour input:hover {
	color: #000;
	text-decoration: underline;
}

/* Texte */
p {
	color: #000;
	font-family: Verdana, Georgia, sans-serif;
	font-weight: lighter;
	line-height: 1;
	font-size: 12px;
}
h2 {
	color: #000;
	font-family: Verdana, Georgia, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: solid 1px black;
	line-height: 1.5;
	margin: 10px 0 10px 0;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
a {color:#000;}

/* CV */
#cv {padding: 0 0 10px 10px;}
.paragraphe {margin: 30px 0 30px 0;}
.moment {width: 100%; margin: 10px 0 25px 0; float: none;}
.left {width: 100%; float: none; margin: 0 0 10px 0; text-align: center;}
.right {width: 100%; float: none;}

/* Portfolio */
#portfolio {padding: 0 0 10px 10px;}
a img { border: none; }
#portfolio a:hover img {opacity: 0.5;}
.thumb {
	width: 200px;
	float: left;
	margin: -5px 0 0 0;
}
.projectdescription{padding-top:8px;}

@media screen and (min-width: 740px) {
/* CV */
.moment {width: 730px; margin: 10px 0 10px 0;}
.left {width: 180px; float: left; text-align: left;}
.right {width: 550px; float: left;}
}