body {
	margin:0;
	padding:0;
	text-align: center;
	background: url(img/fond.gif) 50% 0%;	
}
* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
}
html, body {
	height: 100%;
}
.fond {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(img/page.gif) repeat-x 50% 0%;
}
h1, h2, h3, h4, p, ul, form {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
#page {
	width: 812px;
	margin: 0 auto;
	position: relative;
	z-index:10;
	text-align: left;	
}
.bande {
	background: #61B55A;
	width:50%;
	top: 209px;
	height: 37px;
	position: absolute;
	left:0;
}
#top {
	height: 259px;
	position: relative;
}
#top .fleche {
	position: absolute;
	margin-top: 209px;
	margin-left: 332px;
}
h1 img {
	display: block;
}
#menu {
	height: 40px;
	line-height: 35px;
	color: #ffffff;
	padding-left: 14px;
	font-weight: bold;
	background: url(img/menu.gif) no-repeat;
}
#menu li {
	list-style-type: none;
	display: inline;
	padding: 0 4px;
}
#menu a:link, #menu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #ffffff;
	text-decoration: underline;
}
.clear {
	clear:both;
	height:4px;
	line-height:2px;
	font-size:2px;
}
#sidebar {
	float:left;
	width: 201px;	
}
#sidebar .content {
	padding-left: 1px;
	width: 171px;	
}
#sidebar h2 {
	color: #ffffff;
	font-size: 14px;
	background: url(img/titre2.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
}
#sidebar .bord {
	padding: 10px 12px;
	border-bottom: 1px #67BD60 solid;	
}
#sidebar .blocDdefile {
	color: #003366;
	position: relative;
	height: 200px;
	overflow: hidden;
}
#sidebar #defile {
	position: absolute;
	width: 150px;
}
#sidebar .post {
	padding-bottom: 12px;
}
#sidebar h3 {
	padding-bottom: 3px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar a:link, #sidebar a:visited {
	color: #003366;
	border-top: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	font-weight: bold;
}
#sidebar strong a:link, #sidebar strong a:visited,
#sidebar a:hover, #sidebar a:active {
	background: url(img/lien.gif) repeat-y;
	border-top: 2px #67BD60 solid;
	border-bottom: 2px #67BD60 solid;
	color: #ffffff;
}
#sidebar .visu {
	text-align: center;
	padding-top: 30px;
}
#content {
	width: 600px;	
	float: left;
}
#content h2 {
	color: #ffffff;
	font-size: 13px;
	background: url(img/titre.gif) no-repeat;
	line-height: 30px;
	padding-left: 16px;	
}
#content h3 {
	padding-top: 15px;
	font-size:14px;
	padding-left: 14px;
}
#content h3.rub {
	padding-left: 14px;
}
#content p, #content ul {
	padding: 10px 0;
}
.post-content {
	padding: 0 15px;
}
#main {
	background: url(img/content.gif);
	color: #003366;
}
.mainTop {
	background: url(img/content1.gif) no-repeat 0% 0%;	
	height: 100%;
	padding-top: 18px;
	padding-left: 5px;
}
#pied {
	padding-top:36px;
	height:35px;
	padding-left: 14px;
	background: url(img/pied.gif) no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#pied a:link, #pied a:visited {
	color: #ffffff;
	text-decoration: none;
}
#pied a:hover, #pied a:active {
	color: #ffffff;
	text-decoration: underline;
}
/* 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;
}