body {
	font-family:arial;
	font-size:10pt;
	background:#333;
	padding:0;
	margin:0;
}
header, nav, section, article, aside, footer {
	display:block;
}
h1 {
	font-size:18pt;
	margin:0 auto;
	padding:10px;
	text-align:center;
}
a {
	color:#ccc;
	text-decoration:none;
}
hr {
	border:0;
	width:90%;
	background-color:#ddd;
	margin-top:25px;
	height:1px;
}
div#global {
	width:960px;
	position:relative;
	margin:10px auto;
	background:#fff;
}
div#global > div.header {
	height:40px;
	background:#555 url('images/nav_bg.gif');
}
div#global > div.header > a {
	height:16px;
	display:block;
	padding:12px 30px;
	font-weight:600;
	float:left;
}
div#global > div.header > a:hover {
	background:#666 url('images/nav_selectedhoverbg.gif');
	color:#eeb;
}
div#global > div.section {
	color:#444;
	background:#eee;
	position:relative;
}
div#global > div.section > div.header {
	background:#9090d0 url('images/display_bluebg.gif');
	padding:20px;
	border-bottom:2px solid #555;
	height:110px;
}
div#global > div.section > div.header * {
	color:#fff;
}
div#global > div.section > div.header > h1 {
	text-shadow: 1px 1px 2px #333;
}
div#global > div.section > div.header > div.section {
	position:relative;
}
div#global > div.section > div.header > div.section > a {
	text-decoration:underline;
}
div#global > div.section > div.header > div.section > a:hover {
	color:#eeb;
}
#cv {
	height:40px;
	position:absolute;
	top:20px;
	left:170px;
	border:0;
}
div#global > div.section > div.header > div.section > a#contactme {
	display:block;
	width:150px;
	position:absolute;
	bottom:0;
	right:220px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	font-size:12pt;
	color:#559;
	background:#fff;
	border:2px solid #99d;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 75px #fff;
	-webkit-box-shadow: 0px 0px 75px #fff;
}
div#global > div.section > div.header > div.section > a#contactme:hover {
	color:#000;
	border-color:#559;
}
div#global > div.section h3 {
	color:#559;
	text-indent:70px;
}
div#global > div.section h3:first-child {
	font-size:16pt;
	text-decoration:underline;
}
div.article a, div.aside a {
	color:#559;
}
div.article a {
	text-decoration:underline;
}
div.article {
	background:#fff;
	width:660px;
	min-height:585px;
}
div.article > p {
	padding-left:70px;
	min-height:48px;
	margin-bottom:30px;
}
div.article a.follow {
	text-align:right;
	display:block;
	margin-top:10px;
}
div.aside {
	width:250px;
	position:absolute;
	top:152px;
	left:702px;
	padding-left:5px;
}
div.aside ul, div.aside li {
	list-style-type:none;
	padding-left:0px;
	text-indent:0;
}
div.aside a:hover {
	text-decoration:underline;
}
div.aside h2 {
	font-size:12pt;
	text-indent:15px;
}
div.aside h2.ref {
	text-align:center;
	text-indent:0;
}
div.article > p.none {
	padding:15px;
	margin-bottom:10px;
	min-height:0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #99d;
	border-left-width:4px;
	background:#f8f8f8;
}
div.article > p.none a.follow {
	font-weight:600;
}
#agile {
	background:#fff url('images/icons/agile.png') no-repeat;
}
#industriel {
	background:#fff url('images/icons/industriel.png') no-repeat;
}
#multilingue {
	background:#fff url('images/icons/multilingue.png') no-repeat;
}
div#global > div.section > div.article {
	padding:20px;
	text-align:justify;
}
form#contact-form {
	position:relative;
	margin-left:5px;
}
form#contact-form div {
	margin-bottom:15px;
}
form#contact-form label {
	display:block;
	text-align:right;
	float:left;
	width:120px;
	padding-top:3px;
}
form#contact-form input, form textarea {
	clear:both;
	width:400px;
	margin-left:20px;
	border:1px solid #888;
	padding:1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
}
form#contact-form textarea {
	height:200px;
}
form#contact-form input#send {
	width:150px;
	position:absolute;
	left:374px;
}
form#contact-form #legend {
	position:relative;
	top:20px;
}

#featured-work img {
	border:1px solid #DDD;
	width:140px;
}
#featured-work img:hover {
	border:1px solid #000;
}
#featured-work div {
	position:relative;
	margin:20px 0;
}
#featured-work span {
	display:block;
	width:110px;
	position:absolute;
	left:140px;
	bottom:30px;
	text-align:center;
}
div#global > div.footer a:hover {
	text-decoration:underline;
}
div#global > div.footer {
	height:30px;
	padding:5px;
	font-size:8pt;
	background:#555 url('images/nav_bg.gif');
	color:#ccc;
	text-align:right;
	position:relative;
}
div#global > div.footer > span {
	display:block;
	position:absolute;
	right:15px;
	bottom:12px;
}

