* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: none;
	background-color: #1A151B;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px arial,verdana,helvetica,sans;
	color: #B1B2B3;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #D1D2D3;
}

a.navigation, a.navigation:visited {
	display: block;
	width: 99px;
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	border: solid 1px #FFFFFF;
	background-color: #634523;
	background-image: url(/img/blank.gif);
}
a.navigation:hover,a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	display: block;
	width: 99px;
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	border: solid 1px #FFFFFF;
	background-color: #634523;
	background-image: url(/img/fond-bouton-on.jpg);
}


a.navigation-deroul, a.navigation-deroul:visited {
	display: block;
	width: 100%;
	height: 18px;
	font: normal 12px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	background-color: #C09867;
	text-decoration: none;
	text-align: left;
	background-image: url(../img/blank.gif);
	white-space: nowrap;
}

a.navigation-deroul:hover {
	display: block;
	width: 100%;
	height: 18px;
	font: normal 12px arial,verdana,helvetica,sans;
	color: #C09867;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-image: url(../img/blank.gif);
	white-space: nowrap;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #C09867;
	border: 1px solid #C09867;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #1A151B;
}

h1 {
	font: bold 17px arial,helvetica,sans;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 0; margin: 0;
}

.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t13 {font-size: 13px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t16 {font-size: 16px;}
.t17 {font-size: 17px;}
.t18 {font-size: 18px;}
.t19 {font-size: 19px;}
.t20 {font-size: 20px;}

.blanc {color: #FFFFFF;}
.rouge {color: #FF0000;}
.bordeau {color: #B53834;}
.gris {color: #666666;}

.bold {font-weight: bold;}

hr {
	color: #37488E;
	width: 100%;
	height: 1px;
	padding: 0; margin: 0;
}

span.titre-produit {
	color: #473831;
	font-size: 13px;
}

input.input-recherche,select.input-recherche {
	border: solid 1px #1A151B;
	font: normal 13px arial,verdana,helvetica,sans-serif,sans;
	padding-right: 3px;
  background-color: #FFFFFF;
	color: #1A151B;
}
input.bouton-recherche {
	border: solid 1px #1A151B;
	font: normal 13px arial,verdana,helvetica,sans-serif,sans;
	color: #1A151B;
  background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	margin: 0; padding: 0;
}
input.bouton-recherche-selected {
	border: solid 1px #1A151B;
	font: normal 13px arial,verdana,helvetica,sans-serif,sans;
	color: #1A151B;
  background-color: #BE9965;
	cursor: pointer;
	text-align: center;
	margin: 0; padding: 0;
}

div.promotion,div.promotion p,div.promotion span {color: #1A151B;}
div.promotion a.Lien-Texte,div.promotion a.Lien-Texte:visited,div.promotion a.Lien-Texte:hover {color: #1A151B;}
div.promotion span.Titre1,div.promotion p.Titre1 {font-size: 18px; color: #bc9765;}
div.promotion span.Titre2,div.promotion p.Titre2 {font-size: 15px; color: #bc9765;}
div.promotion span.Titre3,div.promotion p.Titre3 {font-size: 13px; color: #bc9765;}

div#div_index,div#div_index p,div#div_index span,div#div_index p,div#div_index a.Lien-Texte {font-size: 11px;}

