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

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond.jpg);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

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

#container-A4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 660px;
	height: 580px;
	margin-top: 0px;
	margin-left: -330px;
	text-align: left;
	padding: 0px;
}

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

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

a.navigation-horizontal, a.navigation-horizontal:visited, span.navigation-horizontal {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation-horizontal:hover {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation-vertical, a.navigation-vertical:visited, span.navigation-vertical {
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation-vertical:hover {
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

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

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

.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t15 {font-size: 15px;}
.t17 {font-size: 17px;}

.blanc {color: #FFFFFF;}
.rouge {color: #CC0000;}
.bold {font-weight: bold;}

span.prix-barre {
	text-decoration: line-through;
	font-size: 11px;
}
span.prix-remise {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}