/* Elements generiques de typographie */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EEE;
	font-size: 12px;
}

a img {
	border: none;
}

a, a:link, a:visited, a:active {
	color: #E2B993;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.button {
	color: #333;
	background: #EEE url(../img/bkg-btn.png) repeat-x 0px 0px;
	border: 1px solid #444;
	padding: 3px 10px;
	text-decoration: none;
}

a.button:hover {
	color: #8D100E;
	background: #EEE url(../img/bkg-btn.png) repeat-x 0px 5px;
	border: 1px solid #8D100E;
	padding: 3px 10px;
	text-decoration: none;
}

p {
	text-indent: 1em;
	text-align: justify;
	line-height: 16px;
}

.accueil-content p {
	text-align: left;
	text-indent: 0px;
	line-height: 18px;
}

h1, h2, h3 {
	margin: 0px
}


h1 {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
}

h1.start-quote {
	background: url(../img/quote-start.gif) no-repeat 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
}

h1.end-quote {
	background: url(../img/quote-end.gif) no-repeat bottom right;
	margin-top: -10px;
	margin-right: 15px;
	padding-bottom: 7px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 8px 0px 4px 0px;
	color: #E2BA94;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 10px;
	color: #FFF;
	width: 214px;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin-bottom: -4px;
}

kbd {
	background: transparent url(../img/touche-clavier.gif) no-repeat 0px 2px;
	padding: 5px 8px 5px 8px;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

.lettrine {
	font-size: 24px;
	color: #E2B993;
}

.start-quote {
	position: relative;
	top: -5px;
}

.end-quote {
	position: relative;
	top: 8px;
}

.signature {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

.signature:first-letter {
	color: #E2B993;
	font-size: 16px;
	font-weight: bold;
}

#infos p, 
#actu p {
	text-align: left;
	text-indent: 0px;
	margin: 10px;
}

#footer {
	color: #EEE;
	font-size: 11px;
}

#footer p, 
#footer ul {
	float: left;
}

#footer p {
	text-indent: 0px;
	background: url(../img/contact-timbre.jpg) no-repeat 0px 0px;
	padding: 5px 0px 10px 50px;
	margin-top: 5px;
}

/* Google MAP */
div#map {
	color: #333;
}
div#map b {
	color: #933;
}