@import url("reset.css");

body {
	background: #000 url("../images/steve1.jpg") right top no-repeat;
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

textarea {
	font-family: Arial;
}

#wrap {
	width: 876px;
	text-align: left;
	margin: 0 auto;
}

#head {
	position: relative;
	height: 100px;
	margin-bottom: 10px;
}

#head h1 a {
	background: url("../images/logo.gif");
	width: 350px;
	height: 80px;
	display: block;
	text-indent: -3000px;
	position: absolute;
	bottom: 0;
	left: 0;
}


#dark {
	background-color: #111;
	padding: 0;
	border: 1px solid #1A1E26;
	width: 680px;
	height: 420px;
	float: left;
}
/*
#edito {
	background-color: #111;
	background-image: url(../images/steve.jpg);
	padding: 0;
	border: 1px solid #1A1E26;
	float: right;
	width: 176px;
	height: 420px;
}*/

.work {
	height: 400px;
	position: relative;
}

.work .content {
	margin-left: 320px;
	position: relative;
}

.work .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	padding: 0;
	background: url("../images/ajax-loader.gif") center center no-repeat !important;
}


.work ul {
	margin: 20px 0;
}

.work li {
	background: url("../images/css/blue-arrow.gif") 0 3px no-repeat;
	color: #fff;
	padding: 2px 0;
	padding-left: 15px;
}

.infos {
	margin-top: 10px;
	margin-bottom: 10px;
}

.infos p {
	background: url("../images/css/blue-arrow.gif") 0 0 repeat-y !important;
	color: #fff !important;
	padding-left: 15px !important;
	line-height: 1.3em !important;
}

.btn-lancer-projet {
	display: block;
	width: 122px;
	height: 24px;
	background: url("/images/btn-lancer-projet.gif") top left no-repeat;
	text-indent: -3000px;
}


.no-display {
	display: none !important;
}
