* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background: none;
	height: 100%;
}

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: #8F8F8F;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #555555;
}

a.navigation, a.navigation:visited, a.navigation:hover {
	display: block;
	position: absolute;
	width: 148px;
	height: 21px;
	left: 129px;
	font: normal 12px arial,verdana,helvetica,sans;
	color: #C02B00;
	text-decoration: none;
	text-align: right;
	padding-right: 7px;
	background-image: url(../img/blank.gif);
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #D63103;
  background-color: #FCF0E0;
	border: 1px solid #000000;
	cursor: pointer;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 12px;
	color: #1B191E;
}

h1 {
	position: absolute; 
	width: 1000px; 
	left: 0px; 
	top: 620px;
	font: normal 10px arial,verdana,helvetica,sans;
	color: #8F8F8F;
}

.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;}

input.bouton-commande {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #B53834;
	border: 1px solid #FFFFFF;
	cursor: hand;
}

.panier {color: #666666;}

.Lien-Panier {color: #666666;}

.blanc {color: #FFFFFF;}
.rouge {color: #FF0000;}
.bordeau {color: #B53834;}
.gris {color: #666666;}

.bold {font-weight: bold;}

#fond-milieu {
	background-image: url(../img/fond-milieu.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* Styles partie ecommerce */

table.ecom-tableau, table.ecom-tableau td {
	border-collapse: collapse;
	border: solid 1px #B53834;
}

td.ecom-tetiere {
	background-color: #B53834;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

table.ecom-cc {
	border-collapse: collapse; 
	border: 1px solid #B53834;
	padding: 5px;
}
table.ecom-cc td {
	padding: 5px;
}

.ecom-form {
	font-family: arial,helvetica,sans-serif,sans;
	font-size: 11px;
}

/* Fin styles partie ecommerce */

