body {
	color: #4c4c4c;
	background-image: url(../img/framework-css/body-bg.png);
	background-color: #EFEEEE;
	background-repeat: repeat;
	background-position: center top;
}

.full-top {
	background-color: transparent;
	background-image: url(../img/framework-css/block/full-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

.full-repeat {
	background-color: transparent;
	background-image: url(../img/framework-css/block/full-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.full-bottom {
	background-color: transparent;
	background-image: url(../img/framework-css/block/full-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

.bg-dark {
	background-color: #971B1E;
	padding: 10px;
}

.bg-dark.texture {
	background-color: transparent;
	background-image: url('../img/framework-css/block/texture-bg.png');
	background-repeat: repeat;
	background-position: top left;
}

.bg-dark div, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark li, .bg-dark a, .bg-dark a:link, .bg-dark a:hover, .bg-dark a:visited, .bg-dark a:hover, .bg-dark span, .bg-dark p, .bg-dark strong, .bg-dark table, .bg-dark td, .bg-dark p,
div.bg-dark, h1.bg-dark, h2.bg-dark, h3.bg-dark, h4.bg-dark, h5.bg-dark, h6.bg-dark, li.bg-dark, a.bg-dark, a:link.bg-dark, a:hover.bg-dark , a:visited.bg-dark, a:hover.bg-dark, span.bg-dark, p.bg-dark, strong.bg-dark, table.bg-dark, td.bg-dark, p.bg-dark {	
	color: #FFFFFF;
}

.bg-light {
	background-color: transparent;
	background-image: url('../img/framework-css/contentcol-bg.png');
	background-repeat: repeat;
	background-position: top left;
	padding: 10px;
}

/*.bg-light div, .bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6, .bg-light li, .bg-light a, .bg-light a:link, .bg-light a:hover, .bg-light a:visited, .bg-light a:hover, .bg-light span, .bg-light p, .bg-light strong, .bg-light table, .bg-light td, .bg-light p,
div.bg-light, h1.bg-light, h2.bg-light, h3.bg-light, h4.bg-light, h5.bg-light, h6.bg-light, li.bg-light, a.bg-light, a:link.bg-light, a:hover.bg-light , a:visited.bg-light, a:hover.bg-light, span.bg-light, p.bg-light, strong.bg-light, table.bg-light, td.bg-light, p.bg-light {
	color: #4c4c4c;
}
*/
.ch-dark .child {
	background-color: #971B1E;
}

.ch-dark div, .ch-dark h1, .ch-dark h2, .ch-dark h3, .ch-dark h4, .ch-dark h5, .ch-dark h6, .ch-dark li, .ch-dark a, .ch-dark a:link, .ch-dark a:hover, .ch-dark a:visited, .ch-dark a:hover, .ch-dark span, .ch-dark p, .ch-dark strong, .ch-dark table, .ch-dark td, .ch-dark p,
div.ch-dark, h1.ch-dark, h2.ch-dark, h3.ch-dark, h4.ch-dark, h5.ch-dark, h6.ch-dark, li.ch-dark, a.ch-dark, a:link.ch-dark, a:hover.ch-dark , a:visited.ch-dark, a:hover.ch-dark, span.ch-dark, p.ch-dark, strong.ch-dark, table.ch-dark, td.ch-dark, p.ch-dark { 
	color: #FFFFFF;
}

.ch-light .child {
	background-color: #eeeeee;
}
/*
.ch-light div, .ch-light h1, .ch-light h2, .ch-light h3, .ch-light h4, .ch-light h5, .ch-light h6, .ch-light li, .ch-light a, .ch-light a:link, .ch-light a:hover, .ch-light a:visited, .ch-light a:hover, .ch-light span, .ch-light p, .ch-light strong, .ch-light table, .ch-light td, .ch-light p,
div.ch-light, h1.ch-light, h2.ch-light, h3.ch-light, h4.ch-light, h5.ch-light, h6.ch-light, li.ch-light, a.ch-light, a:link.ch-light, a:hover.ch-light , a:visited.ch-light, a:hover.ch-light, span.ch-light, p.ch-light, strong.ch-light, table.ch-light, td.ch-light, p.ch-light { 
	color: #4c4c4c;
}*/

#header {
	background-color: transparent;
	background-image: url('../img/framework-css/header-bg.png');
	background-repeat: repeat-x;
	background-position: left -10px;
	min-height: 250px;
	margin: 0 0 10px 0;
	overflow: visible;
	z-index: 2;
}

#header .container {
	background-color: transparent;
	background-image: url('../img/framework-css/header-container-bg.png');
	background-repeat: no-repeat;
	background-position: 266px 10px;	
	overflow: visible; /** Allow subnav vision **/
	position: relative;
	z-index: 2;
}

#prelude {
	position: absolute;
	top: 5px;
	left: 0px;
}

#prelude a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding:0 3px;
}

#logo {
	margin-top: 12px;
	margin-bottom: 0;
}

#logo img {
	margin-left: 44px;
}

#topmenu {
	padding-top: 1px;
	margin-top: 139px;
	margin-bottom: 0;
}

#social-share {
	/*height: 100px;*/
	z-index: 1;
}

#rightCol .border {
	border-top: 1px solid #AFAFB0;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	padding-bottom: 10px;
	margin: 0;
}

#rightCol .border.bg-light {
	padding-bottom: 0;
}


#rightCol .border.first {
	border-top: none;
}

#rightCol .border.last {
	border-bottom: none;
}

#alert-revendeur{
	background-color: #5C9528;
	background-image: url('../img/framework-css/alert/acheter-peintures.png');
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-size: 18px;
	margin-top: 10px;
	min-height: 98px;
	text-decoration: none;
	padding: 5px 0 0 130px;
}

#alert-xp {
	background-color: #FFFFFF;
	background-image: url('../img/framework-css/alert/experience-peinture.png');
	background-position: left 8px;
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-size: 18px;
	min-height: 108px;
	text-decoration: none;
	padding-left: 110px;
}

#bottom-content {
	margin-top: 25px;
}

#footer {
	background-color: transparent;
	background-image: url('../img/framework-css/footer-bg.png');
	background-position: left top;
	background-repeat: repeat-x; 
	padding: 20px 0;
	text-align: right;
	margin: 0;
}

#footer .info {
	font-size: 14px;
	text-align: center;
}

.icon {
	background-color: transparent;
	background-image: url('../img/framework-css/icons/a-peintures-bg.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	margin: 4px 8px 0 0 ;
	float:left;
	width: 27px;
}

.peinture .icon { 	background-image: url('../img/framework-css/icons/a-peintures-bg.png'); }
.huile .icon { background-image: url('../img/framework-css/icons/a-huiles-bg.png'); }
.laque .icon { background-image: url('../img/framework-css/icons/a-laques-bg.png'); }
.entretient .icon { background-image: url('../img/framework-css/icons/a-entretient-bg.png'); }
.outillage .icon { background-image: url('../img/framework-css/icons/a-outillage-bg.png'); }



/** CATALOGUE **/

/* Liste des categories*/
.list-cat {
	margin-top: 10px;
}

.list-cat.ch-dark .child {
	background-color: #575759;
	background-image: url('../img/framework-css/block/cat-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 125px;
	overflow: hidden;
	padding:0;
}

.list-cat .name a  {
	display:block;
	font-family: 'Georgia', Times, serif;
	font-size: 18px;
	text-align: center;
	margin: 5px 0px 0 0;
	line-height: 24px;
}

/* Liste des sous-categories*/
.list-subcat {
	margin-top: 10px;
}

.list-subcat.ch-dark .child {
	background-image: url('../img/framework-css/block/subcat-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	padding-bottom: 0;
	height: 125px;
	overflow: hidden;
}
	
.list-subcat .img {
	margin-bottom: 0;
}

.list-subcat .img img {
	margin:0;
	padding:0;
}

.list-subcat .name a {
	display:block;
	font-family: 'Georgia', Times, serif;
	font-size: 18px;
	text-align: right;
	margin: 5px 10px 0 0;
	line-height: 24px;
	height: 125px;
}

/** Liste des produits **/

.list-product {
	margin-top: 10px;
}

.list-product.ch-dark .child {
	background: transparent;
	background-image: url('../img/framework-css/block/product-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	height: 103px;
	padding:  9px;
	margin-bottom: 0px;
}

.list-product .img {
	margin: 0 10px 0 3px;
}

.list-product .name {
	margin-top: 5px;
	margin-left: 150px;
	width: 340px;
}

.list-product .name a {
	font-size: 16px;
	font-family: "Georgia", Arial, serif;
}

.list-product .name a:hover {
	text-decoration: none;
}


.list-product .descr {
	display: block;
	margin-top: 5px;
	margin-left: 150px;	
	width: 340px;
}

.list-product .extra {
	text-align:right;
	width: 210px;
}

.list-product a.button {
	background-image: url('../img/framework-css/button/button-150.png');
	color: #000;
	margin: 8px 0px 0 55px;
	width: 150px;
}

.list-product .price {
	display: block;
	color: #000;
	margin: 8px 8px 0 55px;
	text-align: center;
}

.list-product .img_subcat {
	display: block;
	width: 45px;
	float: left;
}

.list-product .img_subcat img{
	height: 103px;
	
}

/* Fiche du produit */
#product-info {
	height: 125px;
	padding: 0;
}

#product-info .title {
	padding-top: 10px;
	margin-left: 60px;
}

#product-info .button {
	background-image: url('../img/framework-css/button/button-170.png');
	color: #000;
	margin-left: 60px;
	width: 170px;
}

#product-separator {
	overflow: hidden;
	width: 236px;
	height: 55px;
	position: relative;
	padding: 0 ;
	margin: 0;
}

#product-separator .title {
	color: #000000;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	text-decoration: none;
	width: 196px;
}

/** NEWS **/
/* List-news */
.list-news.ch-dark .child {
	background: transparent;
	background-image: url('../img/framework-css/block/news-bg.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 103px;
	padding:  6px 9px 9px 6px;
	margin-bottom: 0px;
}

.list-news .img {
	margin: 0 10px 0 3px;
}

.list-news .name {
	margin-top: 5px;
	width: 340px;
	margin-left: 150px;
}

.list-news .name a {
	font-size: 16px;
	font-family: "Georgia", Arial, serif;
}

.list-news .name a:hover {
	text-decoration: none;
}

.list-news .descr {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	width: 340px;
	margin-left: 150px;
}

.list-news .extra {
	color: #000;
	float: right;
	text-align:right;
	width: 140px;
}

.list-news .extra  span {
	color: #000;
}

.news-date {
	overflow: hidden;
}

.list-news .day {
	display: block;
	font-size: 20px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	text-align: center;
	height: 24px;
	width: 24px;
}

.list-news .month,
.list-news .year {
	display: block;
	text-align: left;
	margin-left: 12px;
	float: left;
	width: 75px;
}

.list-news .month {
	margin-top: 15px;
}

.list-news.ch-dark .button {
	background-image: url('../img/framework-css/button/button-90.png');
	color: #000;
	margin: 8px 8px 8px 43px;
	width: 90px;
}

/** Seller location / revendeurs **/

.list-country li {
	width: 210px;
}

.list-country a {
	background-color: transparent;
	background-image: url('../img/framework-css/button/button-210.png');
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
	height: 27px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 210px;
}

.list-country a:hover {
	background-position: center -27px;
	font-size: 14px;

}

#index_map,#state_map,#seller_map{
	margin-bottom: 20px;
	width: 728px;
}

.list-seller {
	margin-top: 10px;
}

.list-seller.ch-dark .child {
	background: transparent;
	background-image: url('../img/framework-css/block/product-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	height: 103px;
	padding:  9px;
	margin-bottom: 0px;
}

.list-seller .img {
	margin: 0 10px 0 3px;
}

.list-seller .name {
	margin-top: 5px;
	margin-left: 150px;
	width: 340px;
}

.list-seller .name a {
	font-size: 16px;
	font-family: "Georgia", Arial, serif;
}

.list-seller .name a:hover {
	text-decoration: none;
}


.list-seller .descr {
	display: block;
	margin-top: 5px;
	margin-left: 150px;	
	width: 340px;
}

.list-seller .extra {
	text-align:right;
	width: 210px;
}

.list-seller a.button {
	background-image: url('../img/framework-css/button/button-180.png');
	color: #000;
	margin: 8px 8px 0 25px;
	width: 180px;
}

.list-seller.ch-dark p.other_info {
	display: block;
	color: #000;
	margin: 8px 8px 0 25px;
	text-align: center;
}

.seller-list-event {
	border-bottom: 1px solid #AFAFB0;
	font-size: 12px;
	padding-bottom: 5px;
		
}

.seller-list-event a {
	font-size: 12px;
	text-decoration: none;
}

.seller-list-event a:hover {
	font-size: 12px;
	text-decoration: underline;
}

.list-product .extra {
	text-align:right;
	width: 210px;
}

/** Agenda / list évènements **/
.list-event.ch-dark .child {
	background: transparent;
	background-image: url('../img/framework-css/block/news-bg.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 103px;
	padding:  6px 9px 9px 6px;
	margin-bottom: 0px;
}

.list-event .img {
	margin: 0 10px 0 3px;
}

.list-event .name {
	margin-top: 5px;
	width: 340px;
	margin-left: 150px;
}

.list-event .name a {
	font-size: 16px;
	font-family: "Georgia", Arial, serif;
}

.list-event .name a:hover {
	text-decoration: none;
}

.list-event .location {
	display: block;
	font-size: 12px;
	margin-top: 0px;
	width: 440px;
	margin-left: 150px;
}


.list-event .descr {
	display: block;
	font-size: 12px;
	margin-top: 0px;
	width: 440px;
	margin-left: 150px;
}

.list-event .extra {
	color: #000;
	float: right;
	text-align:right;
	width: 140px;
}

.list-event .extra  span {
	color: #000;
}

.event-date {
	overflow: hidden;
}

.list-event .day {
	display: block;
	font-size: 20px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	text-align: center;
	height: 24px;
	width: 24px;
}

.list-event .month,
.list-event .year {
	display: block;
	text-align: left;
	margin-left: 12px;
	float: left;
	width: 75px;
}

.list-event .month {
	margin-top: 15px;
}

.list-event.ch-dark .button {
	background-image: url('../img/framework-css/button/button-90.png');
	color: #000;
	overflow: hidden;
	margin: 8px 8px 8px 43px;
	width: 90px;
}

/** Affichage de l'évènement **/
.event-info {
	padding: 0;
	padding-left: 10px;
	overflow: hidden;
}

.event-info .event-date,
.event-info .event-adress {
	margin-top: 0px;
	margin-bottom: 0;
}	

.event-info img {
	margin:0;
}

.event-info .adress {
	margin-bottom: 0;
}

.event-info .name,
.event-info .name a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}

.event-info .name {
	text-decoration: none;	
	font-weight: bold;
	border-bottom: 1px solid #AFAFB0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/** widget **/
/** Affichages des derniers évènement de l'agenda **/
.last-event {
	overflow: hidden;
}

.last-event a.child {
	text-decoration: none;
}

.last-event a.child:hover .location,
.last-event a.child:hover .name{
	text-decoration: underline;
}


.last-event .date {
	display: block;
	font-family: "Georgia", Times, sans-serif;
	font-size: 12px;
	text-align:center;
}

.last-event .location,
.last-event .name {
	border-bottom: 1px solid #AFAFB0;
	display: block;
	font-size: 12px;
	text-align:center;
}

.clear {
	height: 1px;
}

a.root_link {
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
}

a.root_link:hover {
	text-decoration: underline;
}

.last-news,
.last-event {
	min-height: 165px;
}

#topcatalog {
	margin-top: 14px;
}

.title a.rss,
.rss {
	margin: 3px 3px 0 3px;
}#product-right {margin-left: 20px;margin-bottom: 20px;}