/* @override http://www.dareshop.ch/static/css/styles.css */

body {
  background-color: #ea5f0e;
  color: #fff;
  font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
}

a:hover, a:focus {
  text-decoration: underline;
}

.rounded {
  margin: 40px 0 0 40px;
  color: #58585a;
  background-color: #fff;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded h3 {
  padding-bottom: 1em;
}

#container {
  width: 984px;
  position: relative;
  padding-top: 40px;
  margin-right: auto;
  padding-bottom: 40px;
  margin-left: auto;
}

#entete {
  margin-top: 0;
  margin-left: 0;
}

#entete h1 a {
  color: #58585a;
  text-decoration: none;
  font-size: 2em;
  font-weight: bold;
}

#entete h1 {
  height: 30px;
}

#logo {
  position: absolute;
  top: 18px;
  right: 17px;
  width: 233px;
  height: 100px;
  z-index: 1;
}

#menuGeneral li {
  list-style-type: none;
  float: left;
  width: auto;
  display: block;
  line-height: 40px;
  padding: 0 0 0 5px;
}

#menuGeneral li a {
	border-left: solid 1px;
    padding-left: 5px;
}

#menuGeneral li.first a {
    padding-left: 0;
    border: none;
}

#menuGeneral li.first {
  padding: 0 5px 0 0;
}

#menuPrincipal {
  position: absolute;
  top: 110px;
  left: 20px;
}

#menuSecondaire {
  position: absolute;
  right: 20px;
  top: 113px;
}

#articleInfos {
  width:46%;
  margin-left: 27%;
  font-size: 0.9em;
}

#articleInfos h3 {
  font-weight: bold;
  font-size: 1.1em;
}

#articleContent {
  position: relative;
}

#articlePrice {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2em;
}

#articleForm {
  position: relative;
  margin-top: 5px;
}

#articleAdd {
  position: absolute;
  top: 0;
  right: 0;
}

#contacts {
  position: absolute;
  left: 40px;
  bottom: 0;
}

#credits {
  right: 0;
  bottom: 0;
  position: absolute;
}

select {
    width: 80px;
}


span.error {
	color: #000;
	
}

.clear {
clear: both;
}

strong {
	font-weight: bold;
}