@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/fond.png);
	background-repeat: repeat-x repeat-y;
	background-color: #EEC36D;
}

body.home table {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
body.home table tr th {
	background-color: #777;
	text-align: center;
	padding: 0.8em;
}
body.home table tr th a {
	color: #fff;
	font-size: 1.2em;
}
body.home table tr td {
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}
body.home table tr td img {
	border: 1px solid #777;
}
body.home table tr td.vide {
	width: 5em;
}
/*Createur d'espaces*/
body.home .post-content h1 {
	font-size: 2em;
	margin-top: 0.2em;
	margin-bottom: 1.5em;
}

.searchbox {
	float: right;
	padding-right: 2em;
}

/* remove border radius around logo image */
.logo img {
	border-radius: 0;
}

/* only border radius for bottom corners */
#full-width {
	box-shadow: none;
	border-radius: 0px 0px 15px 15px;
}

/* product page: product+U may also like connected */
.blog-main-post-container {
	box-shadow: none;
	border-radius: 0;
}
.full-product {
	margin-bottom: 0px;
}

/* menu header */
#header {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: 950px;
	background-color: #ccc; /*#c2bebd;*/
}
#header-container {
	background: none;
	background-color: #777;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header #nav a { 
	color: #333;
	font-size: 1.1em;
}
/* fix for menu in firefox */
#header ul#nav li.current-menu-item a {
	border-bottom: none;
}
#header ul#nav li.current-menu-item > a {
	border-bottom: none;
	color: #fff;
}

/* move menu to the left */
ul#nav { 
	right: 60px;
}
ul#nav > li {
	background: none;
}
/* different background color + no opacity*/
ul#nav ul.sub-menu {
	background-color: #c2bebd;
	border: 1px solid #e2dedd;
}

/* remove title of current page */
h3.section-title {
	display: none;
}

/* remove useless built-in breadcrumb */
.bread-crumbs {
	display: none;
}
/* do not show space above menu */
#header-top {
	display: none;
}


/* new div added with taxonomy- changes */
.product-categories {
	padding: 20px 0;
	text-align: center;
}
#my_breadcrumb {
	background: none repeat scroll 0 0 #F7F7F7;
	padding: 1em;
}
#my_breadcrumb h1 {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}


/* footer */
#footer-top-container { display: none; }
#footer-middle ul.widget-list li.column {
	width: 100%;
	text-align: center;
	margin: 0;
}
#footer-middle ul.widget-list ul li {
	display: inline;
	font-size: 0.8em;
	margin-left: 2em;
	margin-right: 2em;
}
#footer-middle-container {
	padding: 0;
	background: none;
}
#footer-container {
	background: none;
	padding-top: 5px;
	padding-bottom: 1em;
}
.footer-text p {
	text-align: center;
	padding: 0;
	float: none;
	margin: 0;
}
ul.widget-list li.widget {
	margin: 0;
}
/* move footer up */
#content-container {
	padding-bottom: 15px;
}

.pagination .next a, .pagination .previous a {
	background: none;
}

