@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, san-serif;
	font-size: 12px;
	color: #333333;
	background: #fff;
}

.class1 A:link {color: #394712; text-decoration: none; font-weight: bold;}
.class1 A:visited {color: #394712; text-decoration: none; font-weight: bold;}
.class1 A:active {color: #394712; text-decoration: none;}
.class1 A:hover {color: #394712; text-decoration: none;}

.class2 A:link {color: #b7bd19; text-decoration: none; font-weight: bold;}
.class2 A:visited {color: #b7bd19; text-decoration: none; font-weight: bold;}
.class2 A:active {color: #b7bd19; text-decoration: none;}
.class2 A:hover {color: #b7bd19; text-decoration: none;}



img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
p1 {
	margin: 20px;
	padding: 0px;
	text-align: justify;
}
h1 {
	margin: 0 0 15px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(Images/bg_principal.jpg) repeat-y;
}


/* header */
#header {
	width: 920px;
	height: 155px;
	padding: 0 20px 0 20px;
	background-image: url(Images/entete.jpg);
	background-repeat: no-repeat;
}

#header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 10px 0;
	width: 325px;
	height: 55px;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* end of header */
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background-image: url(Images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 5px;
}

#menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#menu  li.current a, #menu  li a:hover {
	color: #b4c927;
	text-decoration: none;
	background: url(Images/menu_hover_right.jpg) right top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b {
	color: #b4c927;
	text-decoration: none;
	background: url(Images/menuhoverleft.jpg) left top no-repeat;
}
/* end of menu */

/* top dishes */
#top_dishes {
	clear: both;
	width: 960px;
	padding: 50px 0px;
	background-image: url(Images/contenu_haut.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top_dishes h1 {
	color: #9f0801;
	font-size: 24px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #1b2308;
}

#top_dishes h2 {
	font-size: 12px;
	color: #9f0801;
	margin: 0;
	padding: 0 0 5px 0;
}

#top_dishes p {
	margin: 0px;
	padding: 0px;
}

#top_dishes .top_dishes_box {
	float: left;
	width: 168px;
	margin-left: 20px;
}

#top_dishes .top_dishes_box img {
	margin-bottom: 15px;
	border: 5px solid #e1e0e0;
}
/* end of banner */

/* content */
#content {
	position: relative;
	color: #fff;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background-repeat: repeat-y;
	background-image: url(Images/contenu_bg_milieu.jpg);
}

#innter_content {
	background-image: url(Images/contenu_bg_bas.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background-image: url(Images/contenu_bg_haut.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(Images/contenu_bg_bas.jpg) bottom center no-repeat;
}

#content #content_left {
	float: left;
	padding: 40px 0 0 35px;
	width: 600px;
}

#content #content_right {
	float: right;	
	padding: 40px 35px 0 0;
	width: 245px;
	
}

 #content_left h1 {
	 font-size: 24px;
	 padding: 3px 0 15px 0;
	 margin: 0 0 15px 0;
	 color: #fff;
 }
 
  #content_left h2 {
	 color: #fff;
 }


#content_left p {
	padding-bottom: 10px;
	margin: 0px;
}

#content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}

#content_right h1 {
	color: #374712;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background-image: url(../../../MJCMEDIA/local_sites/Guide%20Achat%20Local%20Brome-Missisquoi/Images/entente_bg.jpg);
	background-repeat: no-repeat;
}

#content_right h2 {
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right img {
	border: 5px solid #4b5e1e;
	margin: 0 0 5px 0;
}


#content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right .right_column_section {
	clear: both;
	margin: 20px;
}
/* left column */

/* footer */
#footer {
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #ced1c8;
}

#footer a {
	color: #333;
	font-weight: normal;
}
/* end of footer */
