/* Ébénisterie JLM Montembeault, 10 mars 2008 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6A0702; /* rouge vin */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

/* titres de section */
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#6A0702;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #946E4A;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.retrait {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6A0702;
}

.bordure {
	border: 1px solid #BF9662;
}

p{
	text-align:justify;
}

/* navigation normal pour le courriel et autres */
a:link {
	font-size: 12px;
	color: #6A0702;
	text-decoration: none;
	/*background-color: #FED690;*/ /*à cause des images lightbox*/
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #6A0702;
	text-decoration: none;
	/*background-color: #FED690;*/
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	/*background-color: #FED690;*/
	font-weight: bold;
}
a:active {
	font-size: 12px;
	color: #2A0055;
	text-decoration: none;
	/*background-color: #FED690;*/
	font-weight: bold;
}




/* hyperliens navigation principale avec une liste à puces */
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#nav li{
	width: 150px;
	font-size:13px;
	font-weight:bold;
	margin: 0px 0px 5px;
	padding: 0px;
	}

#nav a{
	width: 200px;
	display: block;
	color: #6A0702; /* rouge vin */
	background-color:#fed690; /* beige */
	background-image:url(../images/puce_26.jpg);
	background-repeat:no-repeat;
	background-position: 2px top;
	font-size:13px;
	font-weight:bold;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2px;
	padding-left: 2em;
	text-decoration: none;

	}

#nav a:hover{
	text-decoration: none;
	color: #000000; /* noir */
	background-color:#fed690; /* beige */
	background-image:url(../images/puce_27.jpg);
	background-repeat:no-repeat;
	background-position: 2px top;
	}


/* arrière-plan tableau global */
.bgheader {
	background-image: url(../images/bg_ebenisterie.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
.bgtuile {
	background-image: url(../images/bg_tuile.jpg);
	background-repeat: repeat;
}
.bgfooter {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 149px;
}
