body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/page.gif) repeat-y 50% 0% #f9efe0;
}
html, body {
	height: 100%;
}
#page {
	width: 780px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
}
body, p, ul, form, h1, h2, h3, h4, a {
	margin: 0;
	color: #333333;
	font-size: 12px;
	font-family : Trebuchet MS;
	padding:0;
}
img {
	border: 0;
}
#top img {
	display: block;
}
#menu {
	background: url(img/menu.jpg) no-repeat;
	text-align: center;	
	height: 46px;
	line-height: 37px;
}
#menu li {
	list-style-type: none;
	display: inline;
	padding: 0 7px;
	font-weight: bold;
	font-size: 13px;
}
#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #259904;
}
h1 {
	margin: 0 11px;
	height: 51px;
	text-align: center;
	color: #cac0af;
	font-size: 32px;
	background: #efe9df;	
}
#main {
	margin: 0 11px;
}
#sidebar {
	width: 197px;
	float: left;
	padding-right: 30px;
}
#sidebar h2 {
	background: url(img/puce_blanc.gif) no-repeat 6px 50% #fc7b19;
	color: #ffffff;
	padding: 8px 0 8px 16px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
#sidebar .partenaires {
	text-align: center;
	padding-top:10px;
}
#sidebar .partenaires img {
	margin: 10px 0;
}
#sidebar hr {
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	border:0;
}
#sidebar .promotions {
	padding:10px 6px 0 6px;	
}
#sidebar p.suite, #content p.suite {
	padding: 10px 0 10px 16px;
	margin-bottom: 10px;
	background: url(img/puce_gris.gif) no-repeat 6px 50%;	
}
#sidebar .ssmenu li {
	list-style-type: none;	
}
#sidebar .ssmenu {
	border-top: 1px #ffffff solid;
}
#sidebar .ssmenu a:link, #sidebar .ssmenu a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px #ffffff solid;
	padding: 8px 0 8px 16px;
}
#sidebar .ssmenu strong a:link, #sidebar .ssmenu strong a:visited,
#sidebar .ssmenu a:hover, #sidebar .ssmenu a:active {
	background: url(img/puce_blanc.gif) no-repeat 6px 50% #fc7b19;
	color: #ffffff;
	font-weight: bold;
}
#content {
	float: left;
	width: 502px;
	padding-top: 15px;
}
.list-post .post-chapo, .list-catalogue .post-chapo {
	float:left;
	width: 180px;
}
.list-catalogue .post-content .chapo img {
	display: none;
}

.list-post .post-chapo img {
	border: 1px #cac0af solid;
}
.list-post, .list-catalogue {
	border-bottom: 1px #cac0af solid;
	margin-bottom: 10px;
	padding: 10px 0;
}
.clear {
	clear: both;
}
.list-post .post-content, .list-catalogue .post-content {
	float:left;
	width: 322px;
}
#content h2 {
	color: #fe6e00;
	background: url(img/puce_orange.gif) no-repeat 0 6px;
	padding: 0 0 6px 10px;
}
#content h3 {
	padding: 6px 0;
	color: #fe6e00;
}
#content li {
	background: url(img/puce_gris.gif) no-repeat 0 6px;
	text-indent: 12px;
	padding-bottom: 6px;
	list-style-type: none;
}
#content p, #content ul {
	padding: 6px 0;
}
#pied {
	width: 758px;
	margin : -30px auto 0 auto;
	text-align: left;	
}
#pied p {
	width: 198px;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
}
/* 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;
}
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;
}