/*@charset "utf-8";
/* Maisons traditionnelles des patriotes */

html, body {
	margin: 0;
	padding: 0;
	background: rgb(252,244,214) url(/images/page_bgnd.jpg);
}

body {
	color: rgb(46,8,8);
	font: 12px/1.6 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

/* Styles généraux */

a img {
	border: none;
}

.noindent {
	text-indent: 0!important;
}

a {
	outline: none!important;
	-moz-outline-style:none!important;
}

.clearit {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* Styles pour layout */

#content-wrapper {
	width: 960px;
	margin: 0 auto;
	paddin: 0;
}

#header {
	position: relative;
	z-index: 10!important;
}

#header #logo {
	float: left;
}

#header #logo a, #header #logo a img {
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
}

#header #page-header {
	float: left;
}

#header #main-nav {
	clear: both;
	background: url(/images/nav-right.png) center right no-repeat;
}

#header #main-nav .nav-left {
	margin: 0;
	padding: 0;
	float: left;
}

#header #main-nav .nav-right {
	margin: 0;
	padding: 0;
	float: right;
}

#content {
	z-index: 1!important;
	width: 960px;
	margin: -30px 0 0 0;
	padding: 30px 0 20px 0;
	background: url(/images/content_bgnd.gif) bottom;
}

#leftCol {
	position: relative;
	float: left;
	width: 250px;
	margin: -40px 0 10px 21px;
	padding: 60px 0 300px 0;
	background: url(/images/leftcol_bgnd.png) bottom no-repeat;
}

#mainContent {
	float: left;
	width: 639px;
	margin: 0 0 3px 14px;
}

#mainContent img.content {	
	display: block!important;
	margin: 0!important;
	padding: 0!important;
	line-height: 0!important;
}

#mainContent .inlineRight {	
	width: 250px;
	float: right;
	margin: 5px 5px;
}

#mainContent .inlineCenter {	
	width: 525px;
	text-align: center;
	margin: 20px 0 0 5px;
}

#mainContent .inlineRight .caption {	
	color: rgb(73,76,0);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#mainContent #innerWrapper {
	margin: 0;
	padding: 10px 50px 10px 50px;
	background: url(/images/maincontent_bgnd.png) repeat-y;
}

#footer {
	clear: both;
	width: 960px;
	padding: 10px 0 10px 0;
	background: url(/images/footer_bgnd.png) repeat-y;
}

/* Styles texte */

	/* Colonne contenu */

#mainContent h1 {
	margin: 0;
	color: rgb(129,39,34);
	font-size: 20px;
	font-weight: bold;
}

#mainContent h2 {
	margin: 0.25em 0 0 0;
	color: rgb(73,76,0);
	font-size: 18px;
	font-weight: bold;
}

#mainContent h3 {
	margin: 0.25em 0 0 0;
	color: rgb(46,8,8);
	font-size: 16px;
	font-weight: bold;
}

#mainContent p {
	margin: 0 0 0.75em 0;
}

#mainContent h1+p, #mainContent h2+p {
	text-indent: 0;
	margin-top: 0;
}

#mainContent div.images {
	width: 410px;
	margin: 0.5em auto 1em auto;
}

#mainContent ul.images {
	font-weight: bold;	
}

#mainContent ul.images li {
	margin-bottom: 1em;
}

#mainContent ul.images a {
	display: block;
}

#mainContent ul.images img+img {
	margin-top: 5px;
}

#mainContent ul.images a+a {
	margin-top: 5px;
}

#mainContent div.produits {
	width: 170px;
	text-align: center;
	float: left;
	margin: 5px 0 0 9px;
}

	/* Form related styles */
#content fieldset {
	padding: 5px 20px 10px 20px;
	border:  1px solid rgb(47,83,93);
	margin: 0.5em 0 1em 0;
}

#content legend {
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(129,39,34);
	margin-left: -10px;
}

#content label, #content #formButtons {
	display: block;
	margin-top: 10px;
}

#content label {
	color: rgb(46,8,8);
	font-weight: bold;
}

#content input {
	background-color:  rgb(252,244,214);
	color: rgb(46,8,8);
	padding: 5px;	
	border:  rgb(46,8,8) 1px solid;
	font-weight: bold;
}

#content input, #content #contactForm textarea {
	width: 430px;
}

#contenttextarea {
	width: 350px;
}

#content input.btn {
	width: 75px;
}

#content div.error { 	 
	color: rgb(129,39,34)!important; 
	margin: 5px 10px 5px 0!important;
	font-size: 13px;
	line-height: 1.5em!important;
}

#content .requiredMarker {
	color: rgb(129,39,34);
}

	/* Colonne de gauche */

#leftCol h2 {
	margin: 0 35px 0 35px;
	color: rgb(73,76,0);
	font-size: 20px;
	font-weight: bold;
}

#leftCol p {
	margin: 0 35px 0 35px;
}

#leftCol p.adresse {
	font-size: 13px;
	line-height: 1.75;
}

#leftCol #leftNav {
	margin: 0 35px 0 35px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#leftCol #leftNav li {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 1em 0;
	padding: 0;
}

#leftCol #leftNav a:link {
	color: rgb(129,39,34);
}

#leftCol #leftNav a:visited {
	color: rgb(46,8,8);
}

#leftCol #leftNav a:hover, #leftCol #leftNav a:active {
	color: rgb(73,76,0);
}

 /* Bas de page */
 
#footer p {
	margin: 1em 60px 1em 60px;
	color: rgb(231,194,130);
	font-size: 14px;
	text-align:center;
}

#footer a, #footer span.nosTel {
	margin: 0 20px;
}

#footer a:link {
	color: rgb(231,194,130);
}

#footer a:visited {
	color: rgb(231,194,130);
}

#footer a:hover, #footer a:active {
	color: rgb(252,244,214);
}*/
