/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

p{margin: 0;padding: 0;}
ul{margin: 0;padding: 0;}
img{ /* Remove border around linked images */border: 0;}
hr{ margin:15px 0; border: none; border-bottom: 1px solid #2F2E29; height:1px;}
blockquote{ font-style:italic; padding: 10px 0 0 0; margin: 0; color: #dfdfdf;}
blockquote span{ font-style: normal; font-size: .8em;  color: #dfdfdf;}
html { margin:0; padding: 0;}

/* =Typography-----------------------------------------------------------------------------*/

body { 
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	background: #FAF9F4 url('../../img/bg-main.jpg') no-repeat top center;
}

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{margin: 0; padding:0; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif;}

h1{
	font-size: 150%;
	padding: 0;
	padding-bottom:15px;
	letter-spacing: -1px;
}
h2{
	margin-top:20px;
	margin-bottom:15px;
	font-size: 120%;
	color: #6C0011;
	border-bottom: 1px dotted #E4E1DA;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}

/* =Links-----------------------------------------------------------------------------*/

a{
	color: #358BE7;
	text-decoration: underline;
}
a:hover{
	color: #1E4882;
	text-decoration: none;
}

/* =Class-----------------------------------------------------------------------------*/

.clear{ /* Class for clearing floats */clear:both; padding: 5px 0 0 0;}
.left { float: left;}
.right { float: right;}

/* =Top-----------------------------------------------------------------------------*/

#top{
	height: 145px;
	position: relative;
}

#top h1{
	padding: 8px 0 0 0;
	position: absolute;
	left: 35px; 
}
#top h1 a{
	background: transparent url('../../img/img-logo.gif') no-repeat;
	display: block;
	text-indent: -10000px;
	width: 200px;
	height: 115px;
}
#container{
	width: 870px;
	margin: 0 auto;
}
#contentWrap, #indexWrap{
	width: 810px;
	background-color: #fff;
	padding: 30px;
	margin: 0;
	clear:both;
}
#contentWrap ul, #indexWrap ul{
	list-style: none;
	margin: 10px 0;
	padding-left: 10px;
	line-height: 18px;
}

/* =Header-----------------------------------------------------------------------------*/

#indexWrap #header {
	background: transparent url('../../img/img-header.jpg') no-repeat bottom;
	width: 810px;
	padding: 0;
	height: 269px;	
}
#contentWrap .header.realisations{
	background: transparent url('../../img/img-header-realisations.jpg') no-repeat top;
	width: 810px;
	padding: 0;
	height: 269px;	
}

/* =Index Content-----------------------------------------------------------------------------*/

#indexWrap #content {
	background: #fff url('../../img/bg-content.gif') repeat-x;
	width: 810px;
	padding: 40px 0 30px 0 ;
	margin: 0;
	clear: both;
	float: left;
	color: #1d1d1b;
	position: relative;
}
#indexWrap #content p{
	line-height:18px;
	padding:5px 0;
}
#indexWrap #content img{
	border: 1px solid #ddd;
	padding: 2px;
	margin: 10px 0;
}
#indexWrap #content ul li a{
	background: transparent url('../../img/img-puce.gif') no-repeat center left;
	padding-left: 15px;
}	
#indexWrap #content .section{
	width: 250px;
	padding: 0 0 30px 0;
	float: left;
}
#indexWrap #content .section.profil,
#indexWrap #content .section.real{
	padding-right:20px;
}
#indexWrap #content .section h1{
	color: #6C0011;
	font-size:135%;
	border-bottom: 1px dotted #E4E1DA;
	letter-spacing:-1px;
	text-transform: uppercase;
	padding:0;
	padding-top:5px;
	margin:0;
	margin-bottom:20px;
}
#indexWrap #content span.date,
#contentWrap #content span.date{
	font-size:85%;
	text-transform:uppercase;
	background: transparent url('../../img/img-date.gif') no-repeat;
	padding-left: 18px;
	color: #454142;
	position: absolute;
	right: 15px;
	top: 15px;
}
#indexWrap #content .section a.more{
	background: transparent url('../../img/bt-plus.gif') no-repeat;
	display: block;
	text-indent: -10000px;
	margin-top: 5px;
	float: right;
	width: 115px;
	height: 20px;
}
#indexWrap #content .section a:hover.more{
	background: transparent url('../../img/bt-plus-over.gif') no-repeat;
}

/* =Main Content-----------------------------------------------------------------------------*/

#contentWrap #content {
	background: #fff url('../../img/bg-content.gif') repeat-x;
	width: 810px;
	padding: 40px 0 30px 0 ;
	margin: 0;
	clear: both;
	float: left;
	color: #1d1d1b;
	position: relative;
}
#contentWrap #content h1{
	color: #6C0011;
	font-size:135%;
	border-bottom: 1px dotted #E4E1DA;
	letter-spacing:-1px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
#contentWrap #content h1 span{
	color: #444;
	font-size:65%;
	letter-spacing: normal;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentWrap #content p{
	line-height:18px;
	padding:5px 0;
}
#contentWrap #content img{
	border: 1px solid #ddd;
	padding: 2px;
	margin: 10px 0;
}
#contentWrap #content ul.gallery {
	list-style: none;
	margin: 10px 0;
	padding:0;
	float: left;
}
#contentWrap #content ul.gallery li{
	margin: 0;
	margin-right:20px;
	float: left;
}
#contentWrap #content ul.gallery li a img{
	border-color: #D4D3CF;
}
#contentWrap #content ul.gallery li a:hover img{
	border-color: #999;
	background-color: #f1f1f1;
}
#contentWrap #content .real-pages.top,
#contentWrap #content .real-pages.bottom {
	font-size:85%;
	text-align: right;
	color: #555;
}
#contentWrap #content .real-pages.top span,
#contentWrap #content .real-pages.bottom span {
	color: #999;
	margin: 0 6px;
}
#contentWrap #content .real-pages.top span a,
#contentWrap #content .real-pages.bottom span a {
	text-decoration: none;
}

#contentWrap #content .real-pages.top {
	padding: 5px 0;
	border-bottom: 1px dotted #E4E1DA;
}
#contentWrap #content .real-pages.bottom {
	padding: 5px 0;
	clear: both;
	border-top: 1px dotted #E4E1DA;
}
#contentWrap #content .section.navigation{
	width: 250px;
	padding: 0 0 30px 0;
	float: left;
}
#contentWrap #content .section.navigation ul{
	font-size: 85%;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#contentWrap #content .section.navigation ul li{
	line-height:32px;
	border-bottom: 1px dotted #E4E1DA;
	padding-left:10px;
}
#contentWrap #content .section.navigation  ul li a{
	background: transparent url('../../img/img-puce-nav.gif') no-repeat center left;
	padding-left: 15px;
	display: block;
	text-decoration: none;
}
#contentWrap #content .section.navigation  ul li a:hover,
#contentWrap #content .section.navigation  ul li a.active{
	color: #1E4882;
	text-decoration: underline;
}
#contentWrap #content .section.contenu{
	float: left;
	width: 530px;
	padding:0;
	padding-left: 30px;
	margin:0;
}	
#contentWrap #content .section.contenu ul.gallery li{
	margin:0;
}
#contentWrap #content .section.contenu img{
	margin-top: 0;
	margin-bottom: 20px;
}

/* =Accessoires-----------------------------------------------------------------------------*/

#contentWrap #content  .print a{
	background: transparent url('../../img/accessoires/img-print.gif') no-repeat center left;
	padding: 5px 0;
	padding-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	position: absolute;
	right:0px;
	top: 40px;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}
#contentWrap #content .section.contenu .accessoires{
	clear: both;
	float: left;
	margin-bottom: 20px;
}
#contentWrap #content .section.contenu .section{
	height: 255px;
	width: 225px;
	position: relative;
	float: left;
}
#contentWrap #content .section.contenu .display{
	height: 215px;
	width: 245px;
	float: right;
	padding-top: 10px;
	padding-left:30px;
}
#contentWrap #content .section.contenu .display img{
	border: none;
}
#contentWrap #content .section.contenu .section.type-1 span.bt a,
#contentWrap #content .section.contenu .section.type-2 span.bt a,
#contentWrap #content .section.contenu .section.type-3 span.bt a,
#contentWrap #content .section.contenu .section.type-4 span.bt a,
#contentWrap #content .section.contenu .section.type-9 span.bt a,
#contentWrap #content .section.contenu .section.type-10 span.bt a,
#contentWrap #content .section.contenu .section.type-11 span.bt a,
#contentWrap #content .section.contenu .section.type-12 span.bt a,
#contentWrap #content .section.contenu .section.type-15 span.bt a,
#contentWrap #content .section.contenu .section.type-16 span.bt a,
#contentWrap #content .section.contenu .section.type-4-a span.bt a,
#contentWrap #content .section.contenu .section.type-coin span.bt a{
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	color: #fff;
	text-transform:uppercase;
	font-size: 85%;
	text-decoration: none;
	text-align: center;
}
#contentWrap #content .section.contenu .section.type-1{
	background: transparent url('../../img/accessoires/p-1-simplicite.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-2{
	background: transparent url('../../img/accessoires/p-2-elisabeth.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-3{
	background: transparent url('../../img/accessoires/p-3-fondateurs.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-4{
	background: transparent url('../../img/accessoires/p-4-frontenac.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-9{
	background: transparent url('../../img/accessoires/p-9-centenaire.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-10{
	background: transparent url('../../img/accessoires/p-10-buade.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-11{
	background: transparent url('../../img/accessoires/p-11-genevieve.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-12{
	background: transparent url('../../img/accessoires/p-12-bigaouette.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-15{
	background: transparent url('../../img/accessoires/p-15-abraham.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-16{
	background: transparent url('../../img/accessoires/p-16-baillarge.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-4-a{
	background: transparent url('../../img/accessoires/p-4-a-frontenac.gif') no-repeat top left;
}
#contentWrap #content .section.contenu .section.type-coin{
	background: transparent url('../../img/accessoires/pierre-coin.gif') no-repeat top left;
	height: 355px;
	width: 265px;
}
#contentWrap #content .section.contenu .section.type-1 span.bt.A a{
	right: 75px;
	top: 66px;
}
#contentWrap #content .section.contenu .section.type-1 span.bt.B a{
	right: 73px;
	top: 139px;
}
#contentWrap #content .section.contenu .section.type-1 span.bt.B2 a{
	left: 73px;
	top: 139px;
}
#contentWrap #content .section.contenu .section.type-2 span.bt.A a{
	right: 73px;
	top: 71px;
}
#contentWrap #content .section.contenu .section.type-2 span.bt.B a{
	right: 73px;
	top: 120px;
}
#contentWrap #content .section.contenu .section.type-2 span.bt.B2 a{
	left: 73px;
	top: 121px;
}
#contentWrap #content .section.contenu .section.type-3 span.bt.A a{
	right: 80px;
	top: 60px;
}
#contentWrap #content .section.contenu .section.type-3 span.bt.B a{
	right: 80px;
	top: 131px;
}
#contentWrap #content .section.contenu .section.type-3 span.bt.B2 a{
	left: 66px;
	top: 131px;
}
#contentWrap #content .section.contenu .section.type-4 span.bt.A a{
	right: 79px;
	top: 71px;
}
#contentWrap #content .section.contenu .section.type-4 span.bt.B a{
	right: 78px;
	top: 120px;
}
#contentWrap #content .section.contenu .section.type-4 span.bt.B2 a{
	left: 67px;
	top: 121px;
}
#contentWrap #content .section.contenu .section.type-9 span.bt.A a{
	right: 95px;
	top: 62px;
}
#contentWrap #content .section.contenu .section.type-9 span.bt.B a{
	right: 74px;
	top: 139px;
}
#contentWrap #content .section.contenu .section.type-9 span.bt.B2 a{
	left: 67px;
	top: 139px;
}
#contentWrap #content .section.contenu .section.type-10 span.bt.A a{
	right: 93px;
	top: 72px;
}
#contentWrap #content .section.contenu .section.type-10 span.bt.B a{
	right: 73px;
	top: 123px;
}
#contentWrap #content .section.contenu .section.type-10 span.bt.B2 a{
	left: 73px;
	top: 124px;
}
#contentWrap #content .section.contenu .section.type-11 span.bt.A a{
	right: 96px;
	top: 62px;
}
#contentWrap #content .section.contenu .section.type-11 span.bt.B a{
	right: 76px;
	top: 114px;
}
#contentWrap #content .section.contenu .section.type-11 span.bt.B2 a{
	left: 67px;
	top: 114px;
}
#contentWrap #content .section.contenu .section.type-12 span.bt.A a{
	right: 101px;
	top: 71px;
}
#contentWrap #content .section.contenu .section.type-12 span.bt.B a{
	right: 81px;
	top: 119px;
}
#contentWrap #content .section.contenu .section.type-12 span.bt.B2 a{
	left: 67px;
	top: 118px;
}
#contentWrap #content .section.contenu .section.type-15 span.bt.A a{
	right: 102px;
	top: 57px;
}
#contentWrap #content .section.contenu .section.type-15 span.bt.B a{
	right: 83px;
	top: 105px;
}
#contentWrap #content .section.contenu .section.type-15 span.bt.B2 a{
	left: 65px;
	top: 105px;
}
#contentWrap #content .section.contenu .section.type-16 span.bt.A a{
	right: 101px;
	top: 67px;
}
#contentWrap #content .section.contenu .section.type-16 span.bt.B a{
	right: 81px;
	top: 115px;
}
#contentWrap #content .section.contenu .section.type-16 span.bt.B2 a{
	left: 66px;
	top: 115px;
}
#contentWrap #content .section.contenu .section.type-4-a span.bt.A a{
	right: 103px;
	top: 2px;
}
#contentWrap #content .section.contenu .section.type-4-a span.bt.B a{
	right: 55px;
	top: 111px;
}

/* =Footer-----------------------------------------------------------------------------*/

#footer{
	background: transparent url('../../img/bg-footer.jpg') no-repeat;
	clear: both;
	margin: 0 auto;
	padding:0;
	padding-top:70px;
	width: 870px;
	height: 100px;
}
#footer p{
	color: #620613;
	font-size: 85%; 
	padding: 5px 10px;
	text-align: right;
}
