* {
	font-family: "Monaco","Andale Mono","Lucida Console",monospace;
	font-size: 98%;
	-webkit-font-smoothing: none;
	-moz-font-smoothing: none;
	font-smoothing: none;
	filter: none;
}

a {
	font-size: 10px;
	color: white;
	border: 0;
}

html,body {
	width: 100%;
	height: 100%;
	background: #fff url(images/body.jpg) repeat center top;
}

body {
	padding-top: 5em;
}

iframe {
	border: 0;
}

ul,li,a {
	border: 0;
}

#hd {
	background: black;
	color: white;
	padding: 3%;
	margin-bottom: 1em;
}

#hd a {
	background: url(images/hover.png);
	background-position: 0 -36px;
}

#hd dl {
	float: left;
	text-align: left;
	margin-right: 2em;
	margin-top: 2em;
	padding: .5em;
	text-transform: uppercase;
	border: 0;
}

#hd dl dt {
	font-size: 75%;
	border: 0;
}

#hd dl dd {
	border: 0;
}

#hd dl a {
	float: left;
	font-size: 10px;
	clear: both;
	margin-left: .5em;
	line-height: 1.5;
	letter-spacing: 1px;
}

#bd h3 {
	background: white;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#bd a,#ft a {
	background: url(images/hover.png);
	background-position: 0 -18px;
}

#bd .yui-g,#bd .yui-gb {
	background: white;
	color: black;
	margin-bottom: 5em;
}
#bd .projects a,#bd .projects li {
	color: #262626;
	float: left;
	font-size: 9px;
	clear: both;
	display: block;
	padding: .5em;
	line-height: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#bd .projects li {
	line-height: 10px;
}

#bd .projects a {
	font-size: 10px;
}

#bd .projects a small{
	font-size: 9px;
}

#bd .projects .first a {
	float: right;
	color: black;
	font-style: normal;
	text-decoration: underline;
}

#bd .experiences .yui-u {
	text-align: center;
}

#bd .experiences dt {
	display: block;
	margin: 1em auto;
	width: 132px;
	text-align: center;
}

#bd .experiences dt img {
	display: block;
	margin-top: 20px;
}

#bd .experiences .titre {
	color: black;
	margin-bottom: .5em;
}

#bd .experiences .titre a {
	color: black;
}

#bd .experiences .period {
	color: #4d4d4d;
	font-size: 90%;
	margin-bottom: .6em;
}

#bd .experiences .role {
	color: #999;
	font-size: 80%;
	margin-bottom: .7em;
}

#bd .experiences .clients {
	color: #ccc;
	margin-top: 1em;
	font-size: 80%;
}

.skills .yui-u li.no {
	list-style-type: none;
	margin: .5em 0;
}

.skills .yui-u li {
	list-style-type: square;
	list-style-position: inside;
}

#ft {
	border-top: 1px solid black;
	padding-top: .5em;
	margin-top: 5em;
	text-align: right;
}

#ft a {
	color: black;
}

#ft p {
	float: left;
	margin: 0 1em;
}

#ft iframe {
	display: block;
	float: right;
}

#foot-map {
	position: absolute;
	background: green;
	overflow: hidden;
}

#foot-map iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
