body {
	background-color: white;
	color: #7e7a6e;
	font: 11px/17px Helvetica, Arial, sans-serif;
}

a {
	color: #7e7a6e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #d1d0cc;
	color: #4d4a42;
}

div#container {
	background: #ededec url("bg_v1.png") no-repeat 0 30%;
	width: 860px;
	margin: 20px auto;
	padding: 0 50px 60px;
	min-height: 550px;
	height: auto !important; /* IE */
	height: 550px;
}

body.accueil div#container, body.nouvelles div#container {
	background: #ededec url("bg_h1.png") no-repeat bottom center;
	padding-bottom: 160px;
}

body.portfolio_h div#container {
	background: #ededec url("bg_h1.png") no-repeat bottom center;
	padding-bottom: 160px;
}

body.portfolio_h.alt2 div#container {
	background: #ededec url("bg_h2.png") no-repeat bottom center;
}

body.portfolio_h.alt3 div#container {
	background: #ededec url("bg_h3.png") no-repeat bottom center;
}

body.portfolio_v.alt2 div#container, body.contact div#container {
	background: #ededec url("bg_v2.png") no-repeat 0 33%;
}


h1.entete a {
	text-indent: -999px;
	display: block;
	border: 0;
	background: url("isa.png") no-repeat;
	width: 118px;
	height: 28px;
	margin-left: 82px;
}

ul.menu {
	float: left;
	margin: 0 0 38px 172px;
}

ul.menu li {
	float: left;
}

ul.menu li.first a {
	background: none;
}

ul.menu a {
	float: left;
	line-height: 10px;
	padding: 18px 10px 0;
	background: url("dotted.png") repeat-y top left;
}

ul.menu li.secondaire a {
	font-weight: normal;
	color: #b0b19f;
	background: url("dotted.png") repeat-y top left;
}

ul.menu a:hover {
	border: 0;
}

ul.menu li.secondaire a:hover {
	color: #7e7a6e;
}

div#contenu {
	clear: both;
}

div.bloc {
	margin-left: 182px;
}

.date {
	color: #b0b19f;
}

.more {
	margin-top: 8px;
}

.all {
	margin-top: 16px;
}

h2 {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 24px;
}

h3 {
	font-weight: bold;
	margin: 0 0 8px 0;
}

p {
	margin-bottom: 10px;
}

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

/* Home */

a#imageAccueil {
	margin-left: -50px;
	border: none;
}

body.accueil div.cartel {
	margin-top: 10px;
}

body.accueil div.nouvelles {
	width: 400px;
	margin: 80px 0 0 182px;
}

/* Portfolio */

div.cartel {
	width: 240px;
	text-align: right;
	background: url("bg_cartel.png") no-repeat top right;
	padding: 10px 0 0 0;
	float: right;
}

div.cartel h2 {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
}

div.cartel p {
	color: #aaa8a0;
	margin: 0;
}

img.piece, object#video {
	float: right;
	display: block;
	clear: both;
}

body.portfolio_h div.cartel {
	clear: both;
	margin-top: 20px;
}

body.portfolio_v div.cartel {
	margin: 360px 20px 0 0;
}

*:first-child+html body.portfolio_v div.cartel {
	float: left;
}

* html body.portfolio_v div.cartel {
	float: left;
}

ul#navigation {
	float: right;
	width: 100px;
	position: relative;
	left: 9px;
}

ul#navigation li {
	float: left;
	line-height: 50px;
	color: #b0b19f;
}

ul#navigation a {
	float: left;
	text-indent: -9999px;
	height: 50px;
	width: 24px;
}

ul#navigation a#precedent {
	background: url("prev.png") no-repeat center;
}

ul#navigation a#suivant {
	background: url("next.png") no-repeat center;
}

ul#navigation a:hover {
	border: 0;
}

/* Nouvelles */

ul.nouvelles .date {
	margin-bottom: 6px;
}

body.nouvelles div.cartel {
	margin: 10px 0 20px 0;
}

body.nouvelles div.bloc {
	clear: both;
}