* {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:left;
	background: url(img/fond.gif) 50% 0%;
}
#page {
	height: auto !important;
	height:100%;
	min-height:100%;
	padding: 0 20px;
	background: url(img/page.gif);
	width:800px;
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both:
	height:10px;
}
img {
	border:0;
}
h1 {
	margin:0;
	padding:0;
	background: url(img/entete.jpg) 100% 0% no-repeat;
}
h1 img {
	display:block;
}
ul#menu {
	margin:0;
	width:800px;
	height:40px;
	padding:0;
	background: url(img/menu.gif) no-repeat;
}
ul#menu li {
	list-style-type: none;
	margin:0;
	padding:10px 24px 0 27px;
	float:left;
	background: url(img/separation.gif) no-repeat 0 14px;
}
ul#menu li.first {
	background:none;
	padding-left:35px;
}
#sidebar {
	float:left;
	width:258px;
	padding-left:10px;
	background: url(img/sidebar.gif) no-repeat;
	padding-top:67px;
}
#sidebar img {
	border:1px #ffffff solid;
}
#sidebar .copy img {
	border:0;
	vertical-align:middle;
}
#sidebar p.copy {
	margin: 100px 0 0 0;
	padding:0;
	color: #ffffff;
	font-size:10px;
}
#content {
	float:left;
	width: 522px;
}
h2 {
	height:30px;
	padding: 20px 0 0 13px;
	margin:0 0 0 16px;
	background: url(img/titre.gif) no-repeat 0 22px;
	font-size:20px;
	color: #96BCEA;
}
.post-content {
	padding-left:55px;	
	line-height:19px;
}
.colonnes .post-content {
	float: left;
	padding-right:10px;
	width: 330px;
}
.colonnes .post-chapo {
	float: left;
	width: 117px;
	padding-top:40px;
}
.colonnes .post-chapo img {
	border: 1px #96bcea solid;
}
.post-content p {
	margin:0;
	padding:15px 0 0 0;
	text-align: justify;
}
h3 {
	margin:15px 0 0 -55px;
	background: url(img/puce_titre.gif) no-repeat 0px 4px;
	padding:0 0 0 31px;
	color: #B5A45F;
	font-size:13px;
}
.post-content ul {
	margin:0;
	padding:15px 0 0 0;
}
.post-content li {
	list-style-type: none;
	background: url(img/puce.gif) no-repeat 0 7px;
	margin:0;
	padding: 0 0 0 11px;
}
.post-content ul ul {
	padding: 0 0 0 10px;
}
.post-content li li {
	background: url(img/puce2.gif) no-repeat 0 7px;
	padding-left: 9px;
}
.clear {
	clear: both;
	height:10px;	
}
.post-content form#renseigne p {
	padding-bottom:15px;
}
/* formulaire contact */
#content form#renseigne {
	padding:0;
	margin:0;
	width: 365px;
}
form#renseigne input, form#renseigne label {
	padding:0;
	margin:1px 0;
	float:left;
	display:block;
}
form#renseigne label {
	clear: both;
	width:180px;
	padding-right:5px;
	height:20px;
	line-height:20px;
}
.oblig, form#renseigne label.oblig  {
	font-weight:bold;
	color:#96BCEA;
}
form#renseigne input.hidden {
	display:none;	
}
form#renseigne input {
	height:20px;
	width:170px;
}
form#renseigne label.demande {
	padding-right:0;
	padding-top:20px;
	float: none;
	height: auto;
}
form#renseigne p {
	font-style: italic;
}
form#renseigne textarea {
	width: 355px;
	height:125px;
	margin-top:10px;
	display: block;
	margin:0;
}
form#renseigne p.submit {
	font-style: normal;
	padding:10px 00 0 0;
	height: 30px;
	text-align:right;
}
form#renseigne p.submit input {
	width: auto;
	display:inline;
	float:none;
	height: auto;
	padding: 0 5px;
}
