* {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #525252;
	text-align: center;
}

a {
  text-decoration: none;
  color:#EE8007;
}

a:hover, a.active {
  color:#525252;
}

h1 {
  font-size:17px;
  margin-bottom:5px;
  color:#EE8007;
}

h2 {
  font-size:15px;
  margin-bottom:5px;
  color:#EE8007;
}

h3 {
  font-size:13px;
  margin-bottom:5px;
  color:#EE8007;
}

div#page {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 960px;
}

div#header {
  height:130px;
  margin-bottom:10px;
}

div#logo {
  width:240px;
  float:left;
  height:115px;
  padding-top: 15px;
}

div#topmenu {
  display:none;
}

div#content {
  margin-left: 0px;
  padding-top:15px;
  padding-left:15px;
  border-top:1px #EE8007 solid;
}

div#content ul {
  margin-left:16px;
  line-height: 18px;
  list-style-image: url(../images/bullet.gif);
}

div#contenthome {
  background-image: url(../images/fond_home.jpg);
  background-repeat: no-repeat;
  height:609px;
  margin-bottom:10px;
  position:relative;
}

div#contenthome a {
  text-decoration: none;
  color:#EE8007;
}

div#contenthome a:hover, div#contenthome a.active {
  color:#525252;
}

div#texthometop {
  position: absolute;
  top:24px;
  padding:10px;
  width:195px;
  height:150px;
  left:30px;
  font-size:14px;
  color:#000000;
}

div#texthomebottom {
  position: absolute;
  top:210px;
  padding:10px;
  width:195px;
  height:105px;
  left:30px;
  font-size:14px;
  color:#000000;
}

div#texthomeright {
  position: absolute;
  top:180px;
  padding:10px;
  width:225px;
  height:130px;
  left:695px;
  font-size:28px;
  font-weight: bold;
  line-height:34px;
}

div#bottomhome {
  position: absolute;
  top:368px;
}

div#bottomhome img {
  margin-right:14px;
}

div#bottomhome img.last {
  margin-right:0px;
}

div#menu {
  display: none;
}

div#menubox {
  background-color: #EE8007;
  margin-bottom:3px;
}

div#menuboxtop {
  background-image: url(../images/nav_top.jpg);
  font-size:16px;
  color:#FFFFFF;
  padding-right:10px;
  padding-left:10px;
  line-height:33px;
  background-repeat: no-repeat;
}

div#menuboxbottom {
  height:12px;
  background-image: url(../images/nav_down.jpg);
}

div#menuboxmiddle {
  margin-right:10px;
  margin-left:10px;
  border-top:1px #FFFFFF solid;
  color: #FFFFFF;
  padding-top:10px;
  font-size:13px;
}

div#menuboxmiddle a.caddie {
  display:block;
  background-image:url(../images/caddie.jpg);
  background-repeat: no-repeat;
  height:auto !important;  
  height:54px;
  min-height:54px;
  padding-left:80px;
  padding-top:20px;
  font-size:18px;
}

div#menuboxmiddle a {
  text-decoration: none;
  color: #FFFFFF;
}

div#groupeproduits {
  display:table;
}

div#produit {
  border:1px #525252 solid;
  margin-right:14px;
  margin-bottom:15px;
  padding-top:14px;
  padding-bottom:14px;
  float:left;
  width:166px;
  display:table-cell;
}

div#produit.last {
  margin-right:0px;
}

div#produit div.image {
  text-align: center;
  overflow: hidden;
}

div#ficheproduit {
  margin-right:250px;
}

div#produitinfos {
  padding-top:5px;
  padding-right:14px;
  padding-left:14px;
}

div#descproduit {
  float:left;
  width:162px;
}

div#recapitulatif {
  float:right;
  border-left:1px #EE8007 solid;
  width:220px;
  padding:10px;
}

div#optionsproduit {
  margin-left:180px;
}

#footer {
  width:960px;
  clear:both;
  margin-top:20px;
  margin-bottom:10px;
}

#footerright {
  display:none;
}

#sidebox {
  float:right;
  width:240px;
}

input {
  border:1px #EE8007 solid;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding:2px;
	background-color: #EBEBEB;
	width:250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

select {
  border:1px #EE8007 solid;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding:2px;
	background-color: #EBEBEB;
	width:250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.button {
  padding-top:4px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:10px;
  width:auto;
  font-weight: bold;
  background-color: #EE8007;
  border: 1px #525252 solid;
  color: #FFFFFF;
}

input.colorPicker {
  width:91px;
  background-image:url(../images/dieze.gif);
  background-repeat: no-repeat;
  padding-left:11px;
  background-position: 3px 3px;
}

input.price {
  width:100px;
  text-align:right;
}

span.colorSample {
  border:1px #000000 solid;
  width:50px;
  height:10px;
}

input.checkbox {
  padding:0px;
  border:0px;
  width:auto;
}

input.floatingcheckbox {
  float:left;
  margin-top:2px;
}

label.floatingcheckbox {
  margin-left:18px;
  display:block;
}

input.login {
  width:155px;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

textarea {
  border:1px #EE8007 solid;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding:2px;
	width:250px;
	background-color: #EBEBEB;
	height:150px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

table {
  border-collapse: collapse;
}

table.form tr td {
  padding-top:2px;
  padding-bottom:2px;
  line-height:20px;
}

table.list, table.nohoverlist {
  width:100%;
}

table.borders {
  border:1px #888888 solid;
}

table.borders tr th {
  border:1px #888888 solid;
  padding-right:2px;
  padding-left:2px;
}

table.borders tr td {
  border:1px #888888 dotted;
}

table.borders tr td.first {
  border-top:0px;
  border-left:0px;
}

table.list tr td, table.nohoverlist tr td {
  border-bottom:1px #CCCCCC dashed;
}

table.list tr td.noborder, table.nohoverlist tr td.noborder {
  border:0px;
}

table.list tr td.fullborder, table.nohoverlist tr td.fullborder {
  border-bottom:1px #CCCCCC solid;
}

table.list tr:hover {
  background-color:#EEEEEE;
}

table.list tr th, table.nohoverlist tr th {
  border-bottom:1px #CCCCCC solid;
  font-weight: bold;
  text-align: left;
}

table.list tr th a, table.nohoverlist tr th a {
  font-weight: normal;
}

font.error {
  color:#FF0000;
}

div.error {
  background-color:#FFDDDD;
  border:1px #FF0000 solid;
  padding:5px;
  margin-bottom:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color:#FF0000;
}

div.loginerror {
  color: #FF0000;
}
