body, h1, h2, h3, li, p, ul {
	margin: 0;
	padding: 0;
}
body {
	background: #EAE9D7 url(fond.png) center top repeat-x;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h1, h2, h3, p, ul { margin-bottom: 10px; }
a {
	text-decoration: none;
	color: #F90;
}
a:hover { color:#C60; }
a img { border: 0 }
h1, h2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
h1 {
	color: #AA9B62;
	font-size: 22px;
}
h2 {
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
li {
	list-style-type: square;
	margin-left: 18px;
}
hr {
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #BBB dotted; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}
small { font-size: 10px; }
#main {
	left: -475px;
	margin-left: 50%;
	position: absolute;
	top: 20px;
	width: 950px;
}
#header {
	background: #AA9B62 url(menuHaut-fond.png) repeat-x;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}
#header a {
	color: #FFF;
}
#header a:hover {
	color: #FED;
}
#header #icons {
	position: absolute;
	top: 0;
	right: 0;
}
#sidebar {
	background: #FFF;
	position: relative;
	width: 290px;
}
#sidebar h1 {
	margin-top: 30px;
	text-align: center;
}
#description {
	padding: 0px 20px 0px 20px;
}
#sidebar #carteVisite {
	background: url(carteVisite-fond.jpg) right top no-repeat;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 20px;
	padding-right: 36px;
	padding-top: 36px;
	text-align: right;
}
#content {
	background: #FFF url(content-fond.png) no-repeat;
	width: 660px;
}
#innerContent {
	padding: 40px 10px 20px 10px;
	width: 640px;
}
.articleFils {
	background: url(articleFils-fond.png) no-repeat;
	border: 1px solid #DDD;
	border-bottom-color: #BBB;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
.articleFils h3 {
	color: #666;
}
.articleFils p {
	color: #666;
	margin-bottom: 4px;
}
.pagePrecedente {
	background: url(pagePrecedente.png) 0px 4px no-repeat;
	border-top: 1px dotted #BBB;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 4px;
}
.pagePrecedente a{
	padding-left:28px;
}
#footer {
	background: url(footer.jpg) center top no-repeat;
	padding-top: 8px;
	position: relative;
}
#footer ul {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	width: 200px;
}
#footer li { list-style-type: none; }
#footer p {
	color: #999;
	font-size: 10px;
	padding-bottom: 50px;
	position: absolute;
	left: 210px;
	top: 10px;
	width: 740px;
}
#footer p a { color: #999; }
#footer p a:hover { color: #666; }