/* 
  -----------------------------------
	(c) 2010 Colored Future sprl-bvba (www.web-designer.be)
	All Rights Reserved
	
	developed by Luc Laurent
	for La Cantine des Verreries
  -----------------------------------
*/
html, body, div, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 30px 0;
	color: #000;
	background-color: #FFF6D2;
	font-size: 100%;
	min-width: 940px;
	background-image: url(../images/abs_Masthead.jpg);
	background-repeat: repeat-x;
}
#masthead {
	/*font-family: Broadway, Candara, Arial, sans-serif;*/
	margin: 0 auto;
	width: 924px;
}
#subhead {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 3px 0 16px 0;
	/*position: relative;*/
	margin-top: -28px;
}

#layoutwrapper {
	margin: 0px auto;
	width: 924px;
	padding: 8px;
	border: 1px solid transparent;
	background-image: url(../images/dessin_bat.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#banner {
	/*background-image: url(../images/abs04_topper.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding-bottom: 12px;
	margin-bottom: 24px;
}
#banner img {vertical-align: bottom; border: 0;}
#columnwrapper {
	background-image: url(../images/abs04_columns_wrapper.gif);
	zoom: 1;
}
#maincolumn, #sidebar1 {
	float: left;
}
#maincolumn {
	width: 716px;
	font-size: 0.85em;
	margin-right: 8px;
}
#sidebar1 {
	width: 200px;
	color: #000;
	font-size: 0.75em;
}
.content a, .content a:visited {
	color: #0b4374;
	text-decoration: none;
}
.content a:hover {
	color: #000;
	text-decoration: underline;
}
#maincolumn .content {
	padding: 6px 32px 32px 0;
	line-height: 1.5em;
}
#sidebar1 .content {
	padding: 6px 24px 32px 24px;
	line-height: 1.5em;
}
#sidebar1 img {
	padding: 5px 0;
}
#maincolumn h1 {
	/*font-family: Broadway, "Trebuchet MS", Arial, sans-serif;*/
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
	line-height: normal;
	color: #740b0d;
}
h2 {
	/*font-family: Broadway, "Trebuchet MS", Arial, sans-serif;*/
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 24px;
	color: #740b0d;
}
h3 {
	/*font-family: Broadway, "Trebuchet MS", Arial, sans-serif;*/
	font-size: 1.2em;
	margin-top: 24px;
	color: #740b0d;
}
.noMarginTop {
	margin-top: 0 !important;
}
h3.epmTopper {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 0.9em;
	margin: 16px 0 0;
	color: #fff6d2;
	background-color: #740b0d;
	padding: 6px 6px 6px 12px;
	/*border: 1px solid #000;*/
}
#footer_wrapper {
	background-image: url(../images/abs04_footer_top.jpg);
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	clear: both;
	background-color: #740B0D;
	zoom: 1;
}
#footer {
	color: #CCC;
	font-size: 0.7em;
	overflow: hidden;
	zoom: 1;
	padding: 16px 32px;
	text-align: center;
}
#footer p {
	margin: 0px 0 4px 0;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: .15em;
}
#footer ul {
	margin: 16px 0 0 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	margin: 4px 0;
}
#footer a {
	color: #ea262b;
	text-decoration: none;
}
#footer a:hover {
	color: #fff6d2;
	text-decoration: underline;
}

