body {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover {
	border-bottom: 1px solid black;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

code {
	color: gray;
	font-family: monospace;
}

/*
 * Template
 * -------------------------------------------------------------------------
 */

div#header {
	height: 189px;
	background: url("fumee.jpg") no-repeat bottom right;
	border-bottom: 20px solid black;
}

div#header h1 {
	width: 844px;
	height: 149px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url("logo.png") no-repeat;
	position: relative;
	top: 20px;
}

div#header h1 a {
	display: block;
	width: 167px;
	height: 149px;
	border: none;
}

div#body {
	width: 650px;
	padding-left: 194px;
	margin: 0 auto;
	position: relative;
}

ul#menu {
	margin: 16px 0 30px;
}

ul#menu li {
	margin-right: 20px;
	display: inline;
	font-weight: bold;
}

ul#menu li.active a {
	color: #999;
	border: none;
}

ul#menu li.active, ul#menu a:hover {
	padding-top: 22px;
	background-color: white;
}

address {
	margin-top: 50px;
	color: #999;
	font-size: 11px;
}

address span {
	float: left;
	margin-right: 40px;
	padding-bottom: 50px;
}

/*
 * Accueil
 * -------------------------------------------------------------------------
 */

p#mission {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

/*
 * Titres
 * -------------------------------------------------------------------------
 */

h2.title {
	text-indent: -9999px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px 0 20px;
}

h2#title_realisations {
	background-image: url("realisations.png");
}

h2#title_apropos {
	background-image: url("apropos.png");
}

h2#title_services {
	background-image: url("services.png");
}

/*
 * Réalisations
 * -------------------------------------------------------------------------
 */

div#navigation {
	margin-left: -8px;
	float: left;
	margin-bottom: 15px;
}

ul#categories {
	position: absolute;
	top: 157px;
	left: 0;
	font-size: 11px;
}

ul#categories a {
	display: block;
	width: 151px;
	padding: 4px 8px;
	border-top: 1px solid #f0f0f0;
	border-bottom: none;
	color: #606060;
}

ul#categories li.current a {
	background-color: #f0f0f0;
	color: black;
	font-weight: bold;
}

ul#categories a:hover, ul#categories li.current a:hover {
	background-color: black;
	color: white;
}

ul#categories span {
	color: #bbb;
	font-weight: normal;
}

div#navigation a {
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	border: none;
	background-repeat: no-repeat;
	background-position: top left;
}

div#navigation a:hover {
	background-position: bottom left;
}

a#navPrev {
	background-image: url("navPrev.png");
}

a#navNext {
	background-image: url("navNext.png");
}

div#navigation span {
	font-size: 11px;
	color: #bbb;
	float: left;
	line-height: 23px;
	margin-left: 10px;
}

div#description {
	clear: both;
	float: left;
	width: 260px;
	padding-right: 13px;
	line-height: 1.5em;
}

div#description h3 {
	font-weight: bold;
	font-size: 13px;
}

div#description div.detail {
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

div#description div.client {
	font-size: 11px;
	line-height: 1.5em;
	color: #999;
	margin-top: 16px;
}

div#image {
	float: left;
}

div#image a {
	border: none;
}

div#image img {
	display: block;
	border: 1px solid #f0f0f0;
}

/*
 * Pages
 * -------------------------------------------------------------------------
 */

body.pages div#body div.intro {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

body.pages div#body p {
	margin-bottom: 12px;
}

body.pages div.col {
	width: 50%;
	float: left;
}

body.pages h3 {
	font-weight: bold;
}

body.pages div.col ul {
	font-size: 11px;
	margin-bottom: 12px;
}