/*Date: 2007
Description: Ferme de la Gaudinière
URL: http://www.fermedelagaudiniere.com*/

/* standard css antiquites */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #fff /*#fcf9e6 ou url(img/bg.gif)*/;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img_antiquites/li.gif);}

h1 {font-size: 1.2em;
font-family:"Verdana, Arial, Helvetica, sans-serif";
}


blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #ba0124;
font-family:"Verdana, Arial, Helvetica, sans-serif";
}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 10px 15px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
    margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	background: #fff /*url(img_antiquites/bg_container.jpg) repeat-x*/;
	margin-top: 0px;
	width: 940px;
	height: 745px;
	/*border: 2px solid #dbdab5;*/
}
.containersuite {
	font-size: 1.2em;
	background: #fff;
	margin: 0;
	width: 940px;
	height: 745px;
	border: 12px solid #dbdab5;
}

/* header */
.header {
	float: left;
	width: 940px;
	height: 160px;
	background: url(img_antiquites/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}
.header p {
	font-style:normal #ffa200;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:30px;
}

.headersuite {
	float: left;
	width: 940px;
	height: 160px;
	background: url(img_antiquites/header.jpg) no-repeat;
	font: normal 15px;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	line-height: 150px;
	text-align: center;	
}

.headersuite p {
	font-style:normal #ffa200;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:30px;
}

/* structure */
.top {
	background: #ccc;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 580px;
}
.main_right {
	float: right;
	width: 200px;
	color: #000;
}

/* sub-navigation */
.subnav h1 {
	background: #ba0124;
	color: #FFE;
	font: bold 1.0em Verdana,sans-serif;
	line-height: 20px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #f1f2e0 ;
	list-style: none;
}
.subnav li a {
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #fff;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}
.subnav li a:hover {
	border-color: #fff;
	background-color: #EFEFEF;
}

/* footer */
.footer {
	background: url(img_antiquites/bgfooter.jpg) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 20px;
	height: 30px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {
}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}