
body {
	background-color: #0075db;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 525px;
	margin: 150px 0 150px 250px;
}

#wrap .head {
	font-size: 1.5em;
}

#wrap .work {
	clear: both;
}

h1 {
	background: url('images/h1.png') no-repeat top left;
	height: 75px;
	margin: 0 0 50px 0;
	text-indent: -500em;
}

h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.3em;
}

h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 1.2em;
}

.dispo h3 {
	font-size: 0.8em;
}

p {
	margin: 0 0 10px 0;
	line-height: 130%;
}

p.type {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

p.type em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}

ul {
	margin: 0;
	padding-left: 0;
}

ul li {
	list-style-type: none;
}

.work {
	margin-top: 100px;
}

.work ul li {
	float: left;
	position: relative;
	width: 225px;
	height: 225px;
	margin: 0 15px 0 0;
	padding: 0 25px 0 260px;
}

.work ul li img {
	position: absolute;
	left: 0;
	filter:alpha(opacity=30);
	opacity: 0.30;
}

.work ul li:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
}

.vcard {
	margin: 50px 0 50px 0;
	font-size: 16px;
}

.vcard p {
	margin: 0;
}

.dispo {
	margin: 0 0 150px 0;
}

.dispo dl {
	margin: 0;
	font-size: 14px;
}

.dispo dl dt {
	float: left;
	width: 100px;
}

.dispo dl dd {
	height: 2em;
	margin-left: 125px;
}



