body, html {
	background: #1e1e1e;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 0.9em; }

a img { border: 0px none; }
a { color: black; }
a:hover { color: orange; }

div#conteneur {
	width: 876px;
	margin: 0px auto;
}
div#logo {
	height: 100px;
	background: url('images/logo_zkup.jpg') top left no-repeat;
}
div#logo a {
	display: block;
	height: 100px;
}
div#menu {
	height: 35px;
	background: url('images/boutons_bg.jpg') bottom left repeat-x;
}
div#menu ul {
	list-style: none;
	margin: 0px; padding: 0px;
	font-size: 1em;
}
div#menu ul li {
	display: block;
	float: left;
	width: 146px;
	height: 35px;
	background: url('images/boutons.jpg') bottom left no-repeat;
	text-align: center;
	color: white;
	line-height: 35px;
}
div#menu ul li:hover {
	background-position: top;
}
div#menu ul li a {
	color: white;
	text-decoration: none;
	display: block;
	height: 35px;
}
div#menu ul li a:hover {
	color: orange;
}
div#head {
	height: 215px;
	width: 876px;
	background: url('images/bg_head.jpg') top left no-repeat;
}
div#produits {
	height: 164px;
	background: url('images/bg_produits.jpg') top left repeat-x;
}
div#produits ul {
	margin: 0px; padding: 0px;
}

div#produits div#pro,div#produits div#m,div#produits div#xl {
	width: 33%;
	height: 164px;
	border-right: 1px solid #bababa;
	float: left;
	position: relative;
}
div#produits div#pro div,div#produits div#m div,div#produits div#xl div {
	padding-left: 144px;
	padding-top: 15px;
}

div#produits div#pro div span.titre,div#produits div#m div span.titre,div#produits div#xl div span.titre {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
	text-align: center;
}
div#produits div#pro div ul,div#produits div#m div ul,div#produits div#xl div ul {
	list-style: square;
	margin-left: 5px;
}
div#produits div#pro div ul li,div#produits div#m div ul li,div#produits div#xl div ul li {
	margin-left: 20px;
}
div#produits div#pro div span.duree,div#produits div#m div span.duree,div#produits div#xl div span.duree {
	display: block;
	font-size: 1.2em;
	margin-top: 15px;
	text-align: center;
}

div#produits div#pro {
	background: url('images/produit_pro.jpg') top left no-repeat;
	
	border: 0px none;
}

div#produits div#m {
	background: url('images/produit_m.jpg') top left no-repeat;
}

div#produits div#xl  {
	background: url('images/produit_xl.jpg') top left no-repeat;
}

div#produits div#pro a#voir_pro,div#produits div#m a#voir_m,div#produits div#xl a#voir_xl {
	display: block;
	height: 164px;
	width: 100%;
	position: absolute;
	top: 0px;
	line-height: 164px;
	font-size: 2em;
	font-variant: small-caps;
	color: red;
	text-decoration: none;
	text-align: center;
}

div#center {
	border-top: 1px solid #bababa;
	border-bottom: 8px solid #f97b02;
	background: #ffffff url('images/bg_centre.jpg') top right repeat-y;
	padding-bottom: 50px;
}

div#center div#sidebar {
	float: right;
	width: 290px;
}

div#center div#sidebar div.bloc {

}
div#center div#sidebar div.bloc h2 {
	text-align: center;
	margin-top: 40px;
}
div#center div#sidebar div.bloc div {
	
}

div#center div#sidebar div.bloc div#tel {
	padding-left: 90px;
	font-size: 2em;
	line-height: 48px;
	background: red;
	height: 48px;
	background: url('images/call.png') 15px 0px no-repeat;
}
div#center div#sidebar div.bloc div#a_propos {
	padding: 10px 30px;
	text-align: center;
}
div#center div#sidebar div.bloc div#v1v2 {
	text-align: center;
}
div#center div#sidebar div.bloc div#v1v2 a.v1,div#center div#sidebar div.bloc div#v1v2 a.v2 {
	display: block;
	height: 30px;
	line-height: 30px;
}
div#center div#sidebar div.bloc div#v1v2 a.v1 {
	font-size: 1em;
}
div#center div#sidebar div.bloc div#v1v2 a.v2 {
	font-size: 1.2em;
}
div#center div#sidebar div.bloc div ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

div#center div#sidebar div.bloc div ul#partenaires {
	margin: 0px;
	margin-left: 20px;
}
div#center div#sidebar div.bloc div ul#partenaires,
div#center div#sidebar div.bloc div ul#partenaires li {
	width: 236px;
}
div#center div#sidebar div.bloc div ul#partenaires li {
	display: block;
	margin-top: 40px;
	overflow: hidden;
	height: 68px;
	border: 2px solid black;
	text-align: center;
}
div#center div#sidebar div.bloc div ul#partenaires li a img {
	
}
div#center div#sidebar div.bloc div ul li {
	
}

div#center div#contenu {
	margin-right: 300px;
	padding: 20px;
}

.clean { display: block; clear:both; height: 1%; }



/* STYLE WORDPRESS */

.post {
	margin-bottom: 20px;
}

.post h2, #comments h2, #post-comments h2 {

 border-bottom: 1px solid #f3e7e7; color: #705b5a; font: 21px "Times New Roman", Times, serif; margin: 0; padding: 0 0 3px 0; 

}

.post h2 a {

 border: 0; color: #705b5a; text-decoration: none; 

}

.post h2 a:hover {

 border: 0; text-decoration: none; 

}



.date {
	background: url(images/date.gif) no-repeat 0% 50%;
	color: #999999;
	font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
	margin: 4px 0 0 0;
	padding: 0 0 0 22px;
}

.entry {

 color: #565656; font-size: 12px; margin: 0; padding: 20px 0 0 0; 

}

.entry blockquote {

 border-left: 4px solid #9e533f; color: #785a44; margin: 22px 0 22px 22px; padding: 0; 

}

.entry blockquote p {

 padding: 4px 0 4px 10px; 

}

.entry ul {

 list-style: disc; margin: 0; padding: 0 0 18px 22px; 

}

.entry li {

 margin: 0; padding: 0; 

}

.entry p {

 margin: 0; padding: 0 0 12px 0; 

}

img.floatleft {

 float: left; margin: 0 10px 10px 0; 

}

.postmetadata {
	display: none;
}

.tags {

	 display: none;

}

#b_twitter div {
	padding: 10px;

}

#b_twitter h2 {
	height: 40px;
	font-size: 1.5em;
	line-height: 40px;
	color: #33ccff;
	background: url('images/twitter.gif') top right no-repeat;
}

#b_twitter h2 a {
	font-size: 0.8em;
	color: #33ccff;
	text-decoration: none;
	border-bottom: 1px dotted #33ccff;
}

ul.twitter { }
li.twitter-item { }
p.twitter-message { }
.twitter-timestamp { font-style: italic; color: #6d6d6d; }
a.twitter-link { font-weight: bold; }
a.twitter-user {  }