body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

img {
	border:none;
	}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: DarkGreen; font-weight: bold;
}

a:hover {
	text-decoration: underline;
	background: none;
}

td {
	vertical-align: bottom; padding: 3px; 
}

.tdcentre td
{
	text-align: center; 
}


/* Page */

#page {
	width: 500px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	width: 500px;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
}

.backtd
{
	background-color: #D2D4C9;
}

#content li
{
	border-bottom: 1px dashed #D2D4C9;
	margin-bottom: 5px;
}

#floating
{position : fixed;
	top: 40%;
	left: 20px;
	background: White;
	border: 1px #D2D4C9 Solid;
	padding: 3px;
}

#floating ul
{
padding-left: 15px;
}

#floating li
{
list-style-image: url(../styles/arrow_right.png);
list-style-type: none;
border: none;

}

input:focus, textarea:focus {background-color: #D2D4C9;}

.geo {
			width: 300px;
			padding-left:20px;
			line-height:18px;
			background:transparent url('geotag.png') center left no-repeat;
		}

.conseil {font-weight: bold;}

#part li {padding-bottom: 5px;}
.item {padding-left: 50px; margin: 0px;}
.highlight{background: Yellow;}