/* http://meyerweb.com/eric/tools/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 { background: transparent; border: 0; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/************************/

body {
	background: #fff url(face.jpg) bottom left no-repeat fixed;
	color: #444;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 62.5%;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	padding: 10px 0 40px 240px;
}

#content {
	font-size: 1.6em;
	padding-right: 40px;
}

h1, h2, ul { padding: 10px 0 5px;}

#header h2, #cv .nodate {
	display: inline;
	float: left;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	width: 25%;
}

#cv { padding: 20px 30px 0 0;}

#cv h3 {
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
}

.hr hr {
	display: none;
}

.hr {
	background-color: #aaa;
	border-bottom: 20px solid #fff;
	border-top: 20px solid #fff;
	clear: both;
	color: inherit;
	height: 2px;
}

a {
	background-color: inherit;
	color: #444;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	background-color: inherit;
	color: #888;
}

p {
	line-height: 1.4em;
	padding: 10px 20px;
	text-align: justify;
}

li {
	list-style: square;
	margin-left: 40px;
	padding: 1px 5px;
}

/* Header de la page */
#header {
	float: left;
	width: 450px;
}

#header h1{
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}

#header h1 a{
	text-decoration: none;
}

#header h2 {		
	letter-spacing: .15em;
	text-transform: uppercase;
	width: 100%;
}

/* Profil */
.profile {
	margin-left: 25%;
}

.profile li {
	list-style: none;
	margin-left: 0;
	padding: 1px 0;
}

/* Compétences */
.competence {
	float: left;
	width: 25%;
}

/* Expériences / Etudes */

.predate {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
}

.date {
	display: inline;
	float: left;
	font-weight: normal;
	padding-top: 20px;
}

.job {
	border-bottom: 1px solid #aaa;
	margin-left: 25%;
	padding: 20px 0 15px 0;
}

.job p {
	font-size: .9em;
	padding: 5px 0;
}

.first {
	padding-top: 0;
}

.last {
	border: none;
}

.show_link {
	display: none;
	font-size: 13px;
	padding-left: 10px;
}

.short {
	display: none;
}

#pdf {
	float: right;
}

#pdf a {
	background: #fff url(pdf.gif) left center no-repeat;
	color: inherit;
	padding-left: 30px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}
