html {
	height: 95%;
}

body {
  font-family: "Courier new", arial, sans;
  background-position-x: right;
  background-position-y: bottom;
   height: 95%; 

}

#login {     }

#wrapper {
    width: 1000px;
    margin: 10px auto;
    height: 100%;
    background: url(../img/escargot.png) no-repeat right 300px;
    min-height: 800px;
}

#header {
  width: 1000px;
  height: 98px;
  background: url(../img/banner.png) no-repeat center ;
  text-align: center;
  padding: 32px 0 0 0;
  margin: 0 0  32px 0;
  background-size: cover;	
}

#header a {
 text-indent: -9999px;
}

#lang-bar {
display: none;
	text-align: right;
	padding: 0 5px 0 0;
}

#lang-bar a {
	color:#333;
	text-decoration: none;
	font-size: 13px;
}

.f #f,
.d #d   {
	font-weight: bold;
} 

/* STRUCTURE
--------------------------------------------------------------------------------------*/
.column {
	width: 200px;
	float:left;

}

.right.column {

}

#content {
	width: 590px;
	float: left;
	margin: 0px 0 0 0;
}

#content .gutter {
	padding: 10px;
}

#content h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 18px 0;
}

/* NAVIGATION
--------------------------------------------------------------------------------------*/
.nav a {
	text-decoration: none;
	color:#333;
	font-weight: bold;
}

.nav {
	margin: 10px 0 0 0;
	font-size: 13px;
	background: #C2D1DD;
	padding: 4px;
	z-index:-1000;
}

a.drop {
	cursor: default;
} 

.nav li:hover, .nav li a:hover { 
  color:green
}

.nav li {
	margin: 0 0 6px 0;
}

.rubrique {

}

.subnav {
 margin: 6px 0 0 10px;
}

.subnav li {
  font-size: 12px;
 margin: 0px 0 0 0px;
 	background: #C2D1DD;
/*  margin: 0 0 1px 0; */
 padding:4px;
 border-bottom: 1px solid white;
}

.subsubnav {
 margin: 6px 0 0 10px;
}

.subsubnav li {
 border-top: 1px solid white;
 border-bottom: 0px solid white;
 
}

.nav a.sel {
	font-weight: bold;
	color:green;
}

.rubrique {
  cursor: pointer;
}

.rubrique ul {
	display: none;
}


.rubrique:hover ul, .rubrique.sel ul{
	display: block;
}

/* LOGIN
--------------------------------------------------------------------------------------*/
#login-form {
  width: 500px;
  height: 120px;
  padding: 0px 20px 40px 20px;
  background: #C8D4E0;
  color:black;
  font-weight: bold;
  margin: 100px auto;
  -webkit-border-radius:10px;
  -moz-border-radius:10px; 
  -ms-border-radius:10px;    
  -o-border-radius:10px; 
  border-radius:10px; 
  text-align: center;
  -webkit-box-shadow: rgba(0,0,0,25) 0px 1px 2px;
  -moz-box-shadow: rgba(0,0,0,25) 0px 1px 2px;
  -ms-box-shadow: rgba(0,0,0,25) 0px 1px 2px;  
  -o-box-shadow: rgba(0,0,0,25) 0px 1px 2px;    
  box-shadow: rgba(0,0,0,25) 0px 1px 2px;      
}

#login-form .error {
	color:maroon;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

#login-form .button {
	margin: 20px 0 0 0;
}

#login-form label {
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 16px;
	margin: 6px 0 0 10px;
	text-align: left;
}

#login-form input[type=text], #login-form input[type=password] {
		font-size: 16px;
		font-family: "Courier new"
}

#b-login {
font-family: "Courier new";
  width: 100px;
  height: 24px;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: white;
  background-color:#5A789C;
  margin: 0 100px 20px 0;

}

/* COMMANDE
--------------------------------------------------------------------------------------*/

#conditions {
  font-size: 12px;
  margin: 20px 0;
}

.button-bar {
	text-align: center;
	margin: 20px 0 0 0;
}

h2 {
	font-size: 24px;
	margin: 20px 0 10px;
/* 	color: #6CA539; */
	color:#DB7F5D;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px;
/* 	color: #6CA539; */
	color:#DB7F5D;
}

#order-form{
  width: 100%;
  float: left;
}

#order-form table, #address-form table {
  width: 100%;
  font-size: 13px;
  margin: 30px 0 0 0;
}  

#order-form th {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
/*   border-bottom: 2px solid #E5D6BC; */
}

#order-form th, #order-form td {
  padding: 4px 6px;
}

#order-form tr, #order-form td {
  vertical-align: top;
}

td.article {
	width: 500px;
}

td.prix {
	width: 50px;
}

td.qte {
	width: 150px;
}

#order-form tr.even {
/*   background: #E5D6BC; */
/*    background: #FDF0B5; JAUNE */
/* background: #D4DEE6; GRIS */
 background: #C5DBB0;  
/* background: #F1CCBE; ORANGE */
}  

#order-form tr.odd {
/*   background:#F2EADD; */
/*   background:#FCE98F;  JAUNE */ 
/* background: #E2E9EF; GRIS */
 background: #DAE9CD; 
/* background: #F6DFD6; ORANGE */
}

#address-form {
  width: 100%;
}

#address-form label {
  font-size: 12px;
  display: block;
  font-weight: bold;
  margin: 10px 0 0 0;
}

#address-form .error {
  border: 2px solid maroon;
}

#address-form h5 {
    font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin: 32px 0 20px;
}

#address-form .bloc {
	width: 50%;
	float: left;
}

.error-message, .success-message {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:maroon;
}

.success-message {
  color: green;
  margin: 150px auto;
}  

#b-commander {
font-family: "Courier new";
  width: 100px;
  height: 24px;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: white;
  background-color:#DB7F5D;
  margin: 20px 0;
}

/* tournees
--------------------------------------------------------------------------------------*/
table.livraisons {
	width: 100%;
	margin: 30px 0 60px 0;

}  

table.livraisons th {
	text-align: left;
	width: 50%;
		font-size: 13px;
}

table.livraisons td {
	text-align: left;
	font-size: 13px;


}

/* Diaporamas
--------------------------------------------------------------------------------------*/
#featuredContent{
	width: 550px;
	height: 410px;
	background: white;
	margin: 0;

}

#featured .item{
	width: 500px;
	height: 390px;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
 border: 0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  	margin: 0;


}



#featured .item .gutter {
	padding: 5px 27px 5px 5px;
		width: 470px;
	height: 390px;
	background: transparent;

}

#featured .item h6 {
	color: white;	;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#featured .item .content {
	background: #1F8E37;
	opacity: 0.5;
	color: white;
	padding: 10px;
	position: relative;
	bottom: 0;
	top:350px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    width: 100%;
    height: auto
}

#featured .item .content p {
  font-size: 10px;
  margin: 0 0 6px 0;
  text-align: left;
}

#featured .item .content strong, #featured .item .content b, #featured .item .content a {
	color:  #D2712B;
	font-weight: bold;
}

#featuredContent .back {
  background: url(../img/arrow-back.png) no-repeat;
  margin: 0 0 0 -33px;
  float:left;
  }

/* forward arrow */
#featuredContent .forward {
	  background: url(../img/arrow-next.png) no-repeat;
	  margin: 0 -33px 0 0 ;
	  float: right;
}

/* INSCRIPTION */
.oInputError {
	border: 2px solid red;
}

#oError {
	color: red;
	margin: 0 0 20px 0;

}

.oErrorMessage {
	display: none;
}

label {
	width: 12em;
	display: block;
	float:left;
}

.message {
	font-weight: bold;
	text-align: center;
	margin: 100px auto;
}

/* CARTE
--------------------------------------------------------------------------------------*/
.info {
	font-size: 12px;
}

.map_legend {
	text-align: center;
	margin: 30px 0
}

.map_legend img {
	vertical-align: bottom;
}