@CHARSET "UTF-8";

body {
	margin:10px;
	padding: 0;
	color:#000;
	font-family: verdana, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
body a{
	color: #000;
}
body a:visited{
	color: #000;
}
body a:active{
	color: #000
}

/********** HEADER **************/
body #header{
	width: 100%;
	border: 0px solid red;
	overflow: visible;
}
body #header #logo{
	float: left;
	width: 220px;
	margin-right: 30px;
	border: 0px solid red;
}
body #header #madeInFrance{
	float: left;
	width: 20%;
	background-color: rgb(255, 232, 249);
	font-weight: bold;
	font-size: larger;
	padding: 16px;
	text-align: center;
}
body #header #languageSwitcher{
	float: left;
	vertical-align: middle;
	width: auto;
	font-size: small;
	padding-left: 40px;
	border: 0px solid red;
	list-style: none;
}
body #header #languageSwitcher .languageItem{
	border: 0px;
	width: 60px;
	float: left;
	padding: 0 5px;
	list-style: none;
}
body #header #languageSwitcher .languageItem img{
	border: 0px;
}
body #header #cart{
	float: right;
	vertical-align: middle;
	width: 90px;
	font-size: small;
	padding-right: 20px;
	border: 0px solid red;
}
/********** HEADER **************/

/********** CONTENT **************/
body #content{
	overflow: auto;
	margin: 10px 0;
	clear: both;
	width: 100%;
	border: 0px solid red;
}
body #content #centerDiv{
	font-size: small;
	margin: 0 auto;
	width: 65%;
	border: 0px solid blue;
	background-color: rgb(255, 244, 253);
	padding: 10px;
}
body #content #leftDiv{
	float: left;
	width: 49%;
	border: 0px solid red;
	font-size: small;
}
body #content #rightDiv{
	float: right;
	width: 49%;
	border: 0px solid red;
	font-size: small;
}
body #content .simpleCenterBlock{
	margin: 10px 0;
	width: 100%;
	float: left;
	text-align: center;
	border: 0px solid red;
}
body #content .paragraph{
	width: 100%;
	float: left;
	text-align: justify;
	border: 0px solid red;
}
body #content .title{
	font-weight: bold;
	font-size: large;
}
body #content .paragraph .label{
	color: rgb(205, 5, 255);
	font-weight: bold;
}

/********** CONTENT **************/

/********** SPECIAL BLOCKS *********/
body .blockFullHorizontal{
	width: 100%;
	text-align: center;
	font-weight: bold;
	clear: both;
}
/********** SPECIAL BLOCKS *********/

/*********** MENU ****************/
body #meunBlock{
}
body #menuBlock ul{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	list-style: none;
	width: 100%;
	overflow: auto;
	background-color: rgb(255, 232, 249);
}
body #menuBlock ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 15%;
	border: 0px solid red;
	min-width: 190px;
}
body #menuBlock ul li a{
	text-decoration: none;
	color: rgb(205, 5, 255);
}
body #menuBlock ul li a:hover{
	text-decoration: none;
}
/*********** MENU ****************/

/*********** FOOTER ****************/
body #footerBlock{
	margin: 10px 0;
	padding: 3px 0;
	background-color: rgb(255, 232, 249);
}
body #footerBlock a{
	text-decoration: none;
	color: rgb(205, 5, 255);
    font-size: 11px;
}
/*********** FOOTER ****************/

/*********** SHOP ****************/
#shop{
	text-align: left;
	width: 100%;
	border: 0px solid red
}
#shop .itemShop{
	float: left;
	width: 33%;
	text-align: center;
	height: 200px;
	border: 0px solid blue;
}

/*********** SHOP ****************/

/*********** CART ****************/
#progressBar{
	width:100%;
	border: 0px solid red;
	height: 25px;
	font-size: large;
	vertical-align: middle;
}
#progressBar .step{
	float: left;
	width: 31%;
	display: inline;
	text-align:center;
	vertical-align:middle;
	/*height: 20px;*/
	vertical-align:middle;
	border: 0px solid black;
}
#progressBar .active{
	color: rgb(205, 5, 255);
}
#progressBar .separator{
	float: left;
	width: 2%;
	padding: 0px 5px;
	display: inline;
	border: 0px solid black;
}
.form-text-long{
	width: 80%;
	min-width: 225px;
}
.required{
	color: red;
}
#reductionBox{
	font-weight: bold;
	color: red;
}
.importantButton{
	/*height: 22px;
	width: 100px;*/
	font-weight: bold;
	color: rgb(205, 5, 255);
/*	background-color: rgb(255, 232, 249);
/*	border: 1px solid rgb(205, 5, 255);*/
}
/*********** CART ****************/

/*********** MESSAGES ****************/
#errorMessages{
	width: 50%;
	margin: 0 auto;
	padding: 5px 20px 5px 20px;
	background-color: #FFEBEF;
	border: 1px solid red;
}
/*********** MESSAGES ****************/

/********** ACCEPTED CHARS ********************/
.acceptedChars {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}
/********** ACCEPTED CHARS ********************/