body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #452e12;
}

a {
	color: #66aa31;
	text-decoration: none;
}
a:hover {
	color: #4d8c1b;
	text-decoration: underline;
}
a img { border: 0; }
h1 , h2 , h3 , h4 , h5 , h6 , p { margin: 0; padding: 0; }
img {
	margin-bottom: -3px;
}
h2 img {
	margin: 0;
}
img.photo {
	-moz-border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px;
	border: 1px solid #ccc;
	-moz-opacity: 0.9;
}
a:hover img.photo {
	border-color: #bbb;
	background-color: rgba(255, 255, 255, 1);
	-moz-opacity: 1;
}
label input { vertical-align: -1px;} /* FF */
.disabled {
	font-style: italic;
	color: #aaa;
}
form {
	margin: 0;
	padding: 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted green;
}

ul.defs li { padding-bottom: 5px; clear: both; }
ul.defs ul { padding-bottom: 20px; }
ul.defs ul strong { float: left; width: 110px; }

#body {
	width: 980px;
	margin: auto;
}
#body h1 {
	font-size: 10px;
	padding: 0 20px 0 20px;
	color: #b82025;
	text-align: center;
}

#header {
	background-image: URL(pics/header_bg.png);
	height: 129px;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
}
#header a {
	display: block;
	height: 128px;
}
#header a:hover {
	text-decoration: none;
}

/* Panneaux de message */
.msg {
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding: 5px 5px 5px 25px;
	border: 1px solid;
	-moz-border-radius: 8px;
	margin-bottom: 10px;
	color: #000;
}
p.msg {
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
}
h2.msg { background-position: 4px 10px; color: #000; }
h3.msg { background-position: 4px 6px; color: #000; }
option.msg { margin: 2px; }
ul.msg { padding-left: 40px; }
h4.msg { color: #000; }
.msg.ok { background-image: URL('pics/msg_pannels/validate.gif'); background-color: #a5e7aa; border-color: #00ff00; }
.msg.warning { background-image: URL('pics/msg_pannels/warning.gif'); background-color: #eff072; border-color: #ff0000; }
.msg.error { background-image: URL('pics/msg_pannels/delete.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.stop { background-image: URL('pics/msg_pannels/stop.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.forbidden { background-image: URL('pics/msg_pannels/forbidden.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.info { background-image: URL('pics/msg_pannels/info.gif'); background-color: #acc6ee; border-color: #0064ff; }
.msg.help { background-image: URL('pics/msg_pannels/help.gif'); background-color: #acc6ee; border-color: #0064ff; }
.msg.tip { background-image: URL('pics/msg_pannels/light_on.gif'); background-color: #eced89; border-color: #ff922a; }


.pccode .underline { text-decoration: underline; }
.pccode .block_title .show_hide {
	display: block;
}
.pccode .show_hide {
	font-weight: bold;
	cursor: pointer;
}
.pccode .show_hide.show , .pccode .show_hide.hide {
	background-repeat: no-repeat;
	background-position: 0px 1px ;
	padding-left: 20px;
}
.pccode .show_hide.hide {
	display: none;
}
.pccode .show_hide.show:hover {
	background-image: URL('../pics/icons/16/arrow_green_down.gif');
}
.pccode .show_hide.hide:hover {
	background-image: URL('../pics/icons/16/arrow_green_up.gif');
}
.pccode .show_hide:hover {
	color: #ff0000;
}
.pccode .block_title {
	font-weight: bold;
	color: #0076c8;
	padding: 2px 5px 3px 5px;
	border: 1px solid #999;
	background-color: #eee;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.pccode .block_content.spoiler {
	display: none;
}
.pccode .block_content {
	padding: 5px;
	border: 1px solid #999;
	border-top: 0;
	background-color: #fafafa;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.pccode q { font-style: italic; color: #444;}
.pccode q:before { content: URL('pics/misc/q_start.gif'); }
.pccode q:after { content: URL('pics/misc/q_end.gif'); }
.pccode cite { font-style: italic; color: #222;}
.pccode cite:before { content: URL('pics/misc/cite_start.gif'); }
.pccode cite:after { content: URL('pics/misc/cite_end.gif'); }
.pccode blockquote {
	margin: 0px;
	background-image: URL('pics/misc/quote_start.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.pccode blockquote p {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-image: URL('pics/misc/quote_end.png');
	background-repeat: no-repeat;
	background-position:  bottom right;
}
.pccode .align { margin-bottom: 2px; }
.pccode .align.left { text-align: left; }
.pccode .align.right { text-align: right; }
.pccode .align.center { text-align: center; }
.pccode .align.justify { text-align: justify; }
.pccode code { white-space: pre; }
.pccode h1 , .pccode h2 , .pccode h3 , .pccode h4 , .pccode h5 , .pccode h6 {
	margin: 0px;
	padding: 0px;
}
.pccode h1 { color: #0076c8; font-size: 22px; margin-bottom: 20px; border-bottom: 4px ridge #fff; }
.pccode h2 { color: #b82025; font-size: 18px; margin-bottom: 15px; border-bottom: 3px solid #8fd7f7; }
.pccode h3 { color: #b82025; font-size: 14px; margin-bottom: 10px; }
.pccode h4 { color: #0076c8; font-size: 12px; margin-bottom: 5px; }
.pccode h5 { color: #0076c8; font-size: 10px; margin-bottom: 5px; }
.pccode h6 { color: #000; font-size: 10px; margin-bottom: 5px; }
.pccode .float_left {
	float: left;
	padding-right: 5px;
}
.pccode .float_right {
	float: right;
	padding-left: 5px;
}


#main {
	background-image: URL(pics/main_bg.png);
	padding: 0 20px 0 20px;
}

#main #layout {
	width: 100%;
}
#main #layout td {
	vertical-align: top;
}
#main #layout .menu.left {
	width: 206px;
}
#main #layout .menu.right {
	width: 156px;
}
#main #layout .menu .block {
	padding-bottom: 10px;
}
#main #layout .menu.left .block .top { background-image: URL(pics/block_menu_top_206px.png); }
#main #layout .menu.right .block .top { background-image: URL(pics/block_menu_top_156px.png); }
#main #layout .menu .block .top {
	
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 23px;
	text-align: center;
	font-weight: bold;
	color: #b82025;
	font-variant: small-caps;
	font-size: 11px;
}
#main #layout .menu.left .block .content { background-image: URL(pics/block_menu_bg_206px.png); }
#main #layout .menu.right .block .content {
	background-image: URL(pics/block_menu_bg_156px.png);
	
}
#main #layout .menu .block .content {
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}
#main #layout .menu .block .content p img {
	margin-right: 2px;
}
#main #layout .menu .block .content p img.node {
	cursor: pointer;
}
#main #layout .menu .block .content p a.default {
	display: block;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
#main #layout .menu .block .content p a.default:hover {
	background-image: URL(pics/icons/16/nav_green_left.png);
	background-repeat: no-repeat;
	background-position: 174px 0px;
}
#main #layout .menu .block .content p a.default.selected {
	/*background-image: URL(pics/icons/16/nav_green_right.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;*/
}
#main #layout .menu .block .content p a.selected {
	color: #b82025;
	font-weight: bold;
}
#main #layout .menu .block .content p a.selected:hover {
	color: #66aa31;
}
#main #layout .menu .block .content p a.default.selected:hover {
	/*background-image: URL(pics/icons/16/nav_green_right.png);
	background-position: left 0px;*/
}
#main #layout .menu .block .content.tree p { white-space: nowrap;  }
#main #layout .menu .block .content.tree p.cat { font-size: 11px; }
#main #layout .menu .block .content.tree p.subcat { font-size: 11px; }
#main #layout .menu .block .content input.text { 
	width: 130px;
	-moz-border-radius: 5px;
	border: 1px solid #7ac142;
}
#main #layout .menu.left .block .bottom { background-image: URL(pics/block_menu_bottom_206px.png); }
#main #layout .menu.right .block .bottom { background-image: URL(pics/block_menu_bottom_156px.png); }
#main #layout .menu .block .bottom {
	
	background-repeat: no-repeat;
	height: 14px;
}

#main  #layout #content {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#main  #layout #content h2 {
	color: #b82025;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 3px solid #8fd7f7;
}
#main  #layout #content h3 {
	color: #b82025;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#main  #layout #content h3 a { color: #b82025; text-decoration: none; }
#main  #layout #content h3 a:hover { color: #4d8c1b; }
#main  #layout #content h4 {
	color: #b82025;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main  #layout #content p {
	text-align: justify;
	padding-bottom: 10px;
}

#gallery {
	width: 80%;
	margin: auto;
}
#gallery .block h3 { clear: both; }
#gallery .block p.descr a { color: #452e12; }
#gallery .block p.descr a:hover { color: #4d8c1b; text-decoration: none; }
#gallery .block.left h3 { text-align: left; }
#gallery .block.left p.thumb { float: left; padding-right: 10px; }
#gallery .block.right h3 { text-align: right; }
#gallery .block.right p.thumb { float: right; padding-left: 10px; text-align: center; }
table.gallery_pictures {
	margin: auto;
}
table.gallery_pictures td {
	text-align: center;
	padding: 5px;
}
table.opening_hours th {
	padding-right: 5px;
	text-align: left;
}
table.opening_hours td {
	text-align: center;
}
table.opening_hours {}

table.cart {
	margin: auto;
	border: 2px solid #aaa;
}
table.cart tr.bg2{
	background-color: #f1fbff;
}
table.cart tr.bg1 {
	background-color: #dceff4;
}
table.cart th {
	white-space: nowrap;
	background-image: URL(pics/table_cart_th_bg.png);
	color: #b82025;
}
table.cart th, table.cart td {
	padding-right: 5px;
	padding: 5px;
	vertical-align: middle;
}
table.cart td.price {
	white-space: nowrap;
	text-align: right;
}
table.cart td.qty {
	text-align: center;
}
table.cart td.total {
	text-align: right;
	padding-right: 10px;
}
table.cart td.total_sep {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 3px;
	background-image: URL(pics/table_cart_th_bg.png);
	color: #b82025;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
table.cart .taxin {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	background-image: URL(pics/table_cart_th_bg.png);
	color: #b82025;
}
table.cart .taxin .total, table.cart .taxin .price {
	padding: 4px;
	
}
table.cart {
	
}
table.cart {
	
}

table.form {
	margin: auto;
}
table.form input.text , table.form textarea {
	border: 1px solid #7ac142;
	-moz-border-radius: 4px;
	width: 205px;
	font-weight: bold;
	padding: 2px;
}
table.form textarea { height: 45px; }
table.form input.text.phoneNumber {
	width: 105px;
}
table.form input.text.phoneNumberExt {
	width: 30px;
	text-align: center;
}
table.form select {
	width: 211px;
	font-weight: bold;
}
#main  #layout #content table.form h3 {
	font-variant: small-caps;
	font-size: 18px;
	padding: 0px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #cdf0ff;
}
table.form input.submit {
	margin-top: 10px;
	width: 206px;
	font-weight: bold;
	color: #b82025;
}
table.form input.submit:hover {
	
}
table.form th {
	color: #b82025;
	background-color: #cdf0ff;
	padding: 3px 20px 3px 20px;
	text-transform: uppercase;
}
table.form sup {
	color: #f00;
	font-weight: bold;
}
table.form {
	
}

table .orders {
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
}
table .orders th {
	text-align: right;
	padding-left: 20px;
}
table .orders th.title {
	border-top: 1px solid #aaa;
	border: 1px solid #aaa;
	text-align: center;
	background-image: URL(pics/table_cart_th_bg.png);
	color: #b82025;
	padding: 5px;
}
table .orders th.sep {
	padding: 20px;
}
table .orders td {
	text-align: left;
	padding-right: 20px;
}

table.customer_area {
	margin: auto;
	margin-left: 20px;
	margin-right: 20px;
}
table.customer_area td.menuIcon {
	width: 120px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.customer_area td.menuIcon a {
	font-weight: bold;
}
table.customer_area td.menuIcon a:hover {
	text-decoration: none;
	color: #b82025;
}
#main  #layout #content table.customer_area td.menuInfo {
	vertical-align: middle;
	padding-left: 20px;
	font-style: italic;
	color: #555;
	text-align: justify;
}


#footer {
	background-image: URL(pics/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 100px;
}