@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image: url(images/kubota_01-bodybg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 26px;
	font-weight:bold;
	color: #ef8931;
	line-height: 120%;
	margin-bottom:0;
	margin-top:25px;
}
h2 {
	font-size: 18px;
	font-weight:bold;
	color:#333333;
	margin-bottom:0;
	margin-top: 10px;
}
p {
	color:#333;
	font-size:14px;
	line-height:normal;
	margin-top: 5px;
}
a {
	color: #ef8931;
}
#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
/*	background-image: url(images/kubota_17-bgcontent.jpg);
	background-repeat: repeat-y;
	background-position: right;
*/}
#header {
	margin: 0;
	padding: 0;
	height:250px;
}
#menu {
	height: 30px;
	background-image: url(images/kubota_04-bgmenu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	/*border-top: solid 1px #999;*/
	border-bottom: solid 1px #999;
	/*	margin-right: 5px*/;
	vertical-align: middle;
	width:951px;
}
/*#menu ul {
	padding: 0;
    
    margin:0px;
} 
*/#menu ul li {
	position:relative;
	list-style: none;
	display:inline;
}
#menu li a {
	text-decoration: none;
}
/*#menu ul ul {
	position:  absolute;
    top: 15px;
    left: 20px;
	width: 200px;
	display:none;
}
*/
/*#menu ul ul li {
	background: #666;
	border: 1px solid #000;
	color:#CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 110px;
	display:block;
}
#menu ul ul li a {
	text-decoration: none;
	color:#CCCCCC;
}*/
 #menu ul li {
	z-index:1000 !important;
}

#menu li.sousmenu {
}
#menu ul.niveau1 li.sousmenu:hover ul.niveau2, #menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display:block;
}
#menu p {
	font-size:10px;
	vertical-align:middle;
}
#sidebar1 {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
/*	border-left: 1px solid #666;*/
}
#sidebar1 ul {
	width: 165px;
	padding: 0px;
	margin: 0px;
}
#sidebar1 ul li {
	display:block;
	background-image:url(images/kubota_08-carreau2.jpg);
	list-style: none;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	background-repeat: no-repeat;
	line-height: normal;
}
#sidebar1 ul li.first {
	background-image:url(documents/images/kubota_17-carreauora.jpg);
}
#sidebar1 ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	outline:none;
}
#sidebar1 ul li a:hover{
	color: #CCC;
}
#contentWrapper{
		background: url(images/bgMainContent.jpg) repeat-y 0 0 ;
		margin-bottom:25px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow:hidden;
}
#pagecontent { width: 100%;}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top: solid 1px #333;
	margin-right: 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ####################################*/
/* specific to subscribe form in dialog*/
/* ####################################*/
#dialog {
	text-align:left;
	font-size:12px;
}
#dialog label {
	color:#EF8931;
}
#dialog label, #dialog input {
	display:block;
	font-weight:800;
	border-color:#999;
}
#dialog input.text, #dialog textarea {
	margin-bottom:12px;
	width:95%;
	padding: .4em;
	border-color:#999;
}
#dialog fieldset {
	padding:0;
	border:0;
	margin-top:0px;
	clear:left;
}
#dialog h1 {
	font-size: 1.2em;
	margin: .6em 0;
}
#dialog #imgblock img {
	float:left;
	padding:3px;
	border: solid 1px #ccc;
	margin-right:10px;
	margin-bottom:10px;
}
#dialog #imgblock p {
	font-weight:800;
	padding-top:20px;
}
#dialog div#users-contain {
	width: 350px;
	margin: 20px 0;
}
#dialog div#users-contain table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}
#dialog div#users-contain table td, div#users-contain table th {
	border: 1px solid #eee;
	padding: .6em 10px;
	text-align: left;
}
#loginform a.subscribe {
	display:block;
	margin-top:5px;
	text-transform:uppercase
}
#dialog input.text, #dialog textarea {
	margin-bottom:12px;
	padding:0.4em;
	width:95%;
}
#dialog label, #dialog input {
	display:block;
	font-weight:800;
}
div.alert {
	font-size:12px;
}
#wait {
	width:65px;
	margin:5px auto;
	z-index:10000;
}
form#formnewsletter {
	margin:0 5px;
	padding:5px 0 0 0;
	float:right;
	height:30px;
}
input#EMAIL {
	margin:0 5px;
	padding:0 0 0 5px;
	width:120px;
	font-size:10px;
	height:18px;
}
input#inputsubmit1 {
	width:30px;
	height:25px;
	font-size:10px;
	margin: 2px 0 0 0;
	background-color : #232323;
	border:1px solid #606060;
	color:#FFFFFF;
	font-size:10px;
	padding:3px;
	text-transform:uppercase;
}
span.archive {
	margin:0;
	padding: 13px 0 0 0;
	float:right;
	color:#ccc;
	font-size:13px;
}
.form_submit {
	background:none repeat scroll 0 0 #232323;
	border:1px solid #606060;
	color:#FFFFFF;
	font-size:10px;
	padding:3px;
	text-transform:uppercase;
}
div.menuproduit ul {
	margin:20px 0 20px 0;
	padding:0;
	list-style-type: none;
	width:725px !important;
	height:25px;
}
div.menuproduit ul li {
	margin:0 10px 10px 0;
	padding:0;
	float:left;
}
div.menuproduit ul#maincat740 {
	height:100px
}
div.menuproduit ul#maincat740 li a {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	width:150px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
	border-color:#fff;
}
div.menuproduit ul#maincat740 li a:hover {
	border-color:#ccc;
}
div.menuproduit ul#maincat740 li {
	overflow:hidden;
	background-repeat:no-repeat !important;
}
div.menuproduit ul li a {
	display:block;
	margin:0;
	padding:2px 5px;
	font-size:12px;
	border: solid 1px #ccc;
	text-decoration:none;
}
div.menuproduit ul li a:hover, div.menuproduit ul li a.current {
	color:#000;
	text-decoration:none;
}
ul#pikame {
	padding:0;
	margin:0;
	list-style-type: none
}
ul#pikame li {
	padding:0;
	margin:0;
}
table#fichetechnique {
	width:700px
}
table#fichetechnique h2 {
	background-color: #dddddd;
	height: 20px;
	width: 300px;
	padding: 5px;
	font-size: 14px;
}
div.catproduct{ overflow:auto; width:100%;}
div.img {
	padding:0;
	margin:-0px 5px 5px -10px;
	float:left;
	width:160px;
	height:125px;
	overflow:hidden;
}
div.img img {
	border:none;
}
div.imgwrapper {
	height:115px;
	margin:10px 10px 5px 0px;
	padding:0;
	width:150px;
	border:solid 2px #000;
	color:#414805;
	position:relative;
	z-index:20;
	overflow:hidden;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top:2px solid rgb(0, 0, 0);
	border-bottom:2px solid rgb(0, 0, 0);
	border-left:2px solid rgb(0, 0, 0);
	border-right:2px solid rgb(0, 0, 0);
}
div.post {
	float:left;
	height:170px;
	margin:10px 10px 10px 0px;
	padding:0;
	width:157px;
	position:relative;
	text-align:center;
	font-weight:800;
}
.submitbutton {
	cursor:pointer;
	line-height:1.4em;
	margin:0.5em 0.4em 0.5em 0;
	overflow:visible;
	padding:0.6em 0.6em 0.6em;
	width:auto;
	background:url("images/custom-theme/images/ui-bg_glass_40_111111_1x400.png") repeat-x scroll 50% 50% #111111;
	border:1px solid #777777;
	color:#E3E3E3;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
 #fichetechnique table{ border: solid 1px #000; padding:10px; font-size:17px}
 #fichetechnique table td { border-bottom: solid 1px #000; padding: 2px 0}
body#body3234 table img { float:left; margin: 0 10px 10px 0;}
div.menuproduit ul#maincat740 li a#cat752 { display:none;}
