* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #00214E;
	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: #DDDDDD;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* ****************************************************************** */
a.navigation,a.navigation:visited,a.navigation:hover { 
	display: block; 
	position: absolute;
	height: 26px;
	top: 133px;
	margin:0; padding:0; 
	white-space:nowrap; 
	text-align:center; 
	cursor: pointer; 
	border:0; 
	background-image: url(../img/fond-bouton-off.jpg); 
	background-position: 0 0; 
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	font: normal 13px arial,helvetica,sans;
}
a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover { 
	display: block; 
	position: absolute;
	height: 60px;
	top: 115px;
	margin:0; padding:0; 
	white-space:nowrap; 
	text-align:center; 
	cursor: pointer; 
	border:0; 
	background-position: 0 0; 
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font: normal 13px arial,helvetica,sans;
}
a.navigation-deroul,a.navigation-deroul:visited { 
	display: block; 
	width: 100%;
	height: 22px;
	margin:0; padding:0; 
	white-space:nowrap; 
	text-align: left; 
	cursor: pointer; 
	background-image: url(../img/blank.gif); 
	background-repeat: repeat;
	text-decoration: none;
	background-color: #FF3413;
	color: #FFFFFF;
	font: normal 13px arial,helvetica,sans;
}
a.navigation-deroul:hover { 
	display: block; 
	width: 100%;
	height: 22px;
	margin:0; padding:0; 
	white-space:nowrap; 
	text-align: left; 
	cursor: pointer; 
	background-image: url(../img/blank.gif); 
	background-repeat: repeat;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FF3413;
	font: normal 13px arial,helvetica,sans;
}
/* ****************************************************************** */

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #FF3413;
	border: 1px solid #FF3413;
	cursor: pointer;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 12px;
	color: #001941;
}

h1 {
	position: absolute; 
	width: 250px; 
	height: 40px; 
	left: 10px; 
	top: 23px;
	font: bold 19px arial, helvetica, sans;
	color: #D63200;
	padding: 0px;
	margin: 0px;
}

.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 */

div.collection,div.collection p,div.collection span {
	color: #001941;
}
div.collection a.Lien-Texte,div.collection a.Lien-Texte:visited,div.collection a.Lien-Texte:hover,div.collection .Titre1,div.collection .Titre2 {
	color: #FF3413;
}
