@charset "utf-8";
/*   
Theme Name: Pierre Filliez
Theme URI: www.pierrefilliez.ch
Description: Thème élaboré spécialement pour www.pierrefilliez.ch
Author: Benoît Frachebourg
Version: 1.0
*/

html {
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p {
	letter-spacing: 0.03em;
	margin: 10px 0;
	text-align: justify;
}
a:link {
	color: #505590;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #353860;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a img {
	border: none;
}
.titre {
	color: #505590;
	font-weight:bold;
	text-transform: uppercase;
	margin-top: 20px;
}
.ss-titre {
	color: #505590;
	font-size: 16px;
}
.moyen {
	font-size: 90%;
}
.petit {
	font-size: 80%;
}
.bleu {
	color: #505590;
}
.gris {
	color: #666666;
}
.line {
	border-bottom: 1px #666 solid;
	margin-top: 20px;
}
#line-1 {
	display: none;
}
#navig-top, #navig-bottom {
	margin: 0 8px 0 10px;
}
.pied-page {
	font-size: 90%;
	text-align: center;
}
div#container {
	text-align: left;
	width: 816px;
	margin: 0 auto;
}
div#titre {
	height: 80px;
}
div#titre img {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
div#titre, div#content {
	float: left;
	width: 816px;
}
.entry-core {
	margin: 30px 0;
}
div#footer {
	clear: both;
	width: 100%;
	color: #000;
	background-image: url(img/pied-de-page.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
div#footer p {
	margin: 0;
	padding: 50px 10px;
}
