/*@import url(http://fonts.googleapis.com/css?family=Andada);*/
/*@paquet_serif: 'Andada', serif;*/
html {
  overflow-y: scroll;
  color: #231f20;
}
body {
  font: 13px/19px 'Helvetica', sans-serif;
  background-image: url(../images/background-main.png);
  background-position: center center;
}
a,
img {
  outline: none;
  color: #ed1b2c;
}
.clear {
  clear: both;
}
.debug {
  background-color: orange;
  padding: 1em;
}
#beta {
  position: fixed;
  top: 0;
  left: 0;
  width: 113px;
  height: 113px;
  background-image: url(../images/beta-banner.gif);
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}
.layoutCenter {
  margin: 0 auto;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
h2 {
  font-size: 24px;
  margin: 0.25em 0 0.5em 0;
  color: #ed1b2c;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  margin: 0.25em 0 0.5em 0;
  color: #ed1b2c;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  margin: 0.25em 0 0.5em 0;
  color: #ed1b2c;
  font-weight: bold;
}
h5 {
  font-size: 16px;
  margin: 0.25em 0 0.5em 0;
  color: #ed1b2c;
  font-weight: bold;
}
h6 {
  font-size: 14px;
  margin: 0.25em 0 0.5em 0;
  color: #ed1b2c;
  font-weight: bold;
}
p {
  margin: 0.5em 0 0.75em 0;
}
#wrapper #container {
  position: relative;
  width: 970px;
  margin: 0 auto;
  padding: 44px 0 0 0;
}
#wrapper #container #leftcol {
  padding: 79px 0 0 50px;
  width: 196px;
  float: left;
}
#wrapper #container #leftcol .accordion {
  font-family: 'Helvetica', sans-serif;
  padding-top: 60px;
  border-bottom: 1px solid #939597;
}
#wrapper #container #leftcol .accordion dt ul li,
#wrapper #container #leftcol .accordion dd ul li {
  margin: 0 0 0 5px;
}
#wrapper #container #leftcol .accordion dt ul li a,
#wrapper #container #leftcol .accordion dd ul li a {
  display: block;
  color: #939597;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#wrapper #container #leftcol .accordion dt ul li a.selected,
#wrapper #container #leftcol .accordion dd ul li a.selected {
  color: #ed1b2c;
}
#wrapper #container #leftcol .accordion dt ul li a:hover,
#wrapper #container #leftcol .accordion dd ul li a:hover {
  color: #ed1b2c;
}
#wrapper #container #leftcol .accordion dt {
  border-top: 1px solid #939597;
  padding: 8px 0 4px 0;
  font-size: 15px;
  background-image: url(../images/left-menu-arrows.png);
  background-repeat: no-repeat;
  background-position: right -47px;
}
#wrapper #container #leftcol .accordion dt.active {
  background-position: right 0px;
}
#wrapper #container #leftcol .accordion dt a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
}
#wrapper #container #leftcol .accordion dt a:hover {
  color: #ed1b2c;
}
#wrapper #container #leftcol .accordion dt .cardlock {
  font-size: 10px;
  text-indent: 40px;
  color: #ed1b2c;
}
#wrapper #container #leftcol .accordion dt .cardlock a {
  text-decoration: underline;
  color: #ed1b2c;
}
#wrapper #container #leftcol .accordion dd {
  border-top: 0;
  font-size: 10px;
  padding-bottom: 10px;
}
#wrapper #container #middle {
  position: relative;
  margin-left: 276px;
}
#wrapper #container #middle #navigation-buttons {
  display: inline-block;
  width: 745px;
  height: 100px;
  z-index: 2000;
}
#wrapper #container #middle #navigation-buttons #ws-slogan {
  position: absolute;
  top: 19px;
  left: 65px;
}
#wrapper #container #middle #navigation-buttons .navigation-button {
  position: absolute;
  top: 19px;
  background-color: #ed1b2c;
  color: white;
  display: block;
  width: 100px;
  min-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Helvetica', sans-serif;
  line-height: 14px;
  background-image: url(../images/top-menu-background.png);
  background-repeat: no-repeat;
  background-position: 83px 2px;
}
#wrapper #container #middle #navigation-buttons .navigation-button span {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 90px;
}
#wrapper #container #middle #navigation-buttons .navigation-button:hover {
  color: black;
  background-color: white;
  background-position: 83px -85px;
}
#wrapper #container #middle #navigation-buttons #ws-button-commande {
  right: 280px;
}
#wrapper #container #middle #navigation-buttons #ws-button-demande {
  right: 170px;
}
#wrapper #container #middle #navigation-buttons #ws-button-joindre {
  right: 60px;
}
#wrapper #container #middle #slider {
  position: absolute;
  top: 80px;
  left: 0px;
  /*
					Optional:
					Show the current slide in the pagination
				*/

}
#wrapper #container #middle #slider .slides_container {
  width: 676px;
  display: none;
}
#wrapper #container #middle #slider .slides_container div {
  /*border: 1px solid @paquet_lightgrey;*/

  width: 676px;
  height: 144px;
  display: block;
}
#wrapper #container #middle #slider .slides_container div p {
  margin: 0;
}
#wrapper #container #middle #slider .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  position: absolute;
  right: 20px;
  padding: 0px 5px 2px 5px;
  top: 144px;
  z-index: 1000;
}
#wrapper #container #middle #slider .pagination li {
  float: left;
  margin: 0 5px 0 0;
}
#wrapper #container #middle #slider .pagination li a {
  color: #939597;
  text-decoration: none;
}
#wrapper #container #middle #slider .pagination .current a {
  color: red;
}
#wrapper #container #middle #contents {
  padding: 260px 20px 0 0;
  position: relative;
}
#wrapper #container #middle #contents #breadcrumbs {
  position: absolute;
  top: 240px;
  left: 0;
  font: 12px/14px 'Helvetica', sans-serif;
  color: #939597;
}
#wrapper #container #middle #contents #breadcrumbs a {
  color: #939597;
}
#wrapper #container #middle #contents .home-item {
  float: left;
  margin: 0 30px 20px 0;
  padding: 10px;
  width: 165px;
  height: 175px;
  background-color: white;
  color: #939597;
}
#wrapper #container #middle #contents .home-item h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
#wrapper #container #middle #contents .home-item a {
  color: #939597;
  text-decoration: none;
}
#wrapper #container #middle #contents ul li {
  margin: 0 0 0 2em;
  list-style: disc outside;
}
#wrapper #container #footer {
  position: relative;
  clear: both;
  height: 140px;
  font: 13px/14px 'Helvetica', sans-serif;
  background-color: #ed1b2c;
  color: white;
}
#wrapper #container #footer a {
  color: white;
  text-decoration: none;
}
#wrapper #container #footer ul {
  position: absolute;
  top: 20px;
  left: 40px;
  display: block;
  border-right: 1px solid white;
}
#wrapper #container #footer ul li {
  float: left;
  width: 110px;
}
#wrapper #container #footer ul li a.first {
  text-transform: uppercase;
}
#wrapper #container #footer ul li p {
  margin: 0 0 0.5em 0;
}
#wrapper #container #footer ul li p a.others {
  font-size: 12px;
  line-height: 10px;
}
#wrapper #container #footer .address {
  position: absolute;
  right: 30px;
  top: 15px;
}
.ws-forgot-password-form-container,
.ws-login-form-container,
#form_1,
#ws-profile-form {
  padding: 0;
}
#ws-profile-form {
  width: 300px;
}
#ws-order-form {
  padding: 10px;
}
#form_1 hr {
  display: none;
}
#form_1_title {
  margin-bottom: 20px !important;
}
#form_1 p,
#form_1 h2,
#form_1 h3,
#form_1 h4,
#form_1 h5,
#ws-order-form p,
#ws-order-form h2,
#ws-order-form h3,
#ws-order-form h4,
#ws-order-form h5,
#ws-profile-form p,
#ws-profile-form h2,
#ws-profile-form h3,
#ws-profile-form h4,
#ws-profile-form h5 {
  padding: 0;
  margin: 0;
}
#form_1 li p {
  font-weight: bold;
  padding-top: 10px;
}
#tbody,
#theader {
  position: relative;
}
.telement {
  position: relative;
  padding: 4px 0 0 0;
  height: 40px;
  line-height: 16px;
}
.tproduct {
  position: absolute;
  top: 0;
  left: 5px;
}
.tquantity {
  position: absolute;
  top: 0;
  right: 50px;
}
.taction {
  position: absolute;
  top: 3px;
  right: 20px;
}
.todd {
  background-color: #ffffff;
}
.teven {
  background-color: #fafafa;
}
.tmini {
  height: 18px;
  line-height: 22px;
}
.tmini a {
  text-decoration: none;
  color: black;
}
.tmini a:hover {
  text-decoration: underline;
}
#theader .telement {
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
#theader .telement .tquantity {
  right: 10px;
}
#theader .telement:hover {
  color: #ffffff !important;
}
#tbody .tquantity {
  line-height: 34px;
}
.ws-remove-item img {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.ws-add-item img {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.ws-add-item {
  position: absolute;
  right: 12px;
}
.ws-remove-item {
  position: absolute;
  right: 0;
}
.websites-forms-input-text .label {
  font-weight: bold;
}
.form_textarea,
.form_input_text,
.websites-forms-input-text .control input {
  width: 280px;
  padding: 5px;
  border: 1px solid #999;
  background-color: #ffffff;
}
.websites-forms-input-text .control input:focus {
  background-color: #eeeeee;
}
.websites-forms-input-text .comment {
  font-style: italic;
}
.hint {
  display: none;
}
.password_strength {
  padding: 0 5px;
}
.ws-password-warning {
  color: #ff0000;
}
#ws-profile-submit {
  margin: 10px 0;
}
/* 
 * Products Adder *
 ================================================== */
.tabset .tab {
  float: left;
  padding: 2px 4px;
  border: 1px solid #999;
  border-bottom: 0px;
}
.tabset .tab:hover,
.tabset .tab.active {
  background-color: #cccccc;
}
.tabcontent select {
  width: 80%;
}
#ws-of-adder label {
  padding: 10px;
  width: 90%;
  display: block;
}
/*
 * Forms - input text *
 ================================================== */
.reference,
.ws-login-form-container #ws-login-username,
.ws-login-form-container #ws-login-password {
  width: 150px;
  padding: 2px 4px;
  border: 1px solid #999;
  margin: 5px 0;
}
.reference:focus,
.ws-login-form-container #ws-login-username:focus,
.ws-login-form-container #ws-login-password:focus {
  background-color: #eeeeee;
}
/* select */
select#category,
select.selection {
  border: 1px solid #999999;
}
/*
 * Login Form *
 ================================================== */
.ws-login-form-container form {
  height: auto;
}
.ws-login-form-container label {
  width: 150px;
  display: inline-block;
}
#user-info {
  position: absolute;
  top: 55px;
  right: 5px;
  text-align: right;
}
#user-info a {
  color: #000000;
}
#user-info #ws-logout-button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-decoration: underline;
}
#user-info #ws-logout-button:hover {
  cursor: pointer;
}
.ws-login-form-error {
  color: red;
  font-size: 14px;
}
.telement.paquet,
.telement.paquet:hover {
  background: #991718;
  background: -webkit-gradient(linear, left top, left bottom, from(#ce5738), to(#c7512e));
  background: -moz-linear-gradient(top, #ce5738, #c7512e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE5738', endColorstr='#C7512E');
}
#navigation-buttons {
  position: absolute;
  top: 0;
  right: 3px;
  margin-top: 0;
}
.ws-error {
  font-weight: bold;
  color: red;
}
.form-error {
  color: red;
}
.form .form {
  padding: 0 !important;
}
/*
#do-add { padding-top: 3px !important; padding-bottom: 3px !important; }
*/
/*#navigation-buttons { display: none; }*/
#ws-ad {
  position: absolute;
  top: 26px;
  right: 0px;
}
#ws-button-reglement {
  display: none;
}
#ws-ad {
  display: none;
}
/* infobulle */
.infobulle {
  margin-top: -15px;
  margin-right: -15px;
  overflow: hidden;
  cursor: default;
  clear: both;
  position: relative;
  height: 64px;
  padding: 0pt;
  background-color: #393939;
  border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  border: 1px solid #2C2C2C;
}
.infobulle p {
  margin: 0;
}
.infobulle .bg {
  font-size: 1px;
  height: 16px;
  border: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #5E5E5E;
}
.infobulle .text {
  color: #FFFFFF;
  padding: 4px 20px;
  text-shadow: 0 -1px 0 #000000;
  white-space: nowrap;
  margin-top: -17px;
  line-height: 14px;
}
.infobulle.drive .text {
  background: url(images/drive.png) no-repeat 2px center;
  padding: 4px 20px 4px 36px;
}
.arrow {
  position: absolute;
  left: 45px;
  height: 0pt;
  width: 0pt;
  margin-left: 0pt;
  border-width: 10px 10px 0pt 0pt;
  border-color: #2C2C2C transparent transparent;
  border-style: solid;
}
