* {
	margin: 0;
	padding: 0;
}

body,
html {
	color: #333333;

	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #f9f7f7;
}

.form_post_success .informations-page {
	display: none;
}

a {
	color: #231a4f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #282075;
	text-decoration: underline;
}

a img {
	border: none;
}

iframe {
	border: none;
}

.a-block a {
	display: block;
	float: left;
	margin: 0px 12px;
}

.a-block.img-3 {
	margin-left: 42px;
}

.a-block.img-2 {
	margin-left: 142px;
}

.light {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

p {
	padding: 0 0 12px 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.just {
	text-align: justify;
}

.border {
	border-bottom: 1px solid #e3e3e3;
}

ul.no-list {
	list-style-type: none;
}

ul.no-bullet {
	list-style-type: none;
}

h1,
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 6px;
	color: #111111;
	border-bottom: 1px solid #dddddd;
}

h1 sup {
	font-size: 12px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 6px;
	color: #111111;
}

h4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

/* start containers */
#lang {
	width: 100px;
	height: 30px;
	background-color: black;
	position: relative;
	top: 30px;
	float: right;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#top {
	width: 999px;
	height: 88px;
	position: relative;
	background-color: white;
	box-shadow: 0px 7px 7px #dad9d9;
	clear: both;
}

#logo {
	width: 108px;
	height: 70px;
	position: absolute;
	background-color: white;
	top: 8px;
	left: 15px;
}

#logo img {
	border: none;
}

#menu {
	margin-top: 10px;
}

#content {
	width: 999px;
}

.leftColumn {
	width: 495px;
	float: left;
}

.rightColumn {
	width: 495px;
	float: right;
}

/* end containers */

/* start top */

#search {
	position: absolute;
	top: 15px;
	left: 145px;
}

#searchText {
	padding-bottom: 7px;
	font-style: italic;
}

#search #searchField {
	border: 1px solid #231b50;
	border-radius: 5px;
	width: 296px;
	height: 11px;
	padding: 9px 0;
	background: #FFFFFF url(../images/background-search.gif) no-repeat 5px 8px;
	color: #cccccc;
	text-indent: 30px;
}

#search #searchField:focus {
	color: #000;
}

#search #searchButton {
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
	color: #231b50;
	padding: 0;
	position: relative;
	left: -28px;
	top: 1px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 10px;
	cursor: pointer;
}

#search #searchButton:hover {
	color: #000000;
}

#phone {
	position: absolute;
	top: 33px;
	left: 487px;
	background: #FFFFFF url(../images/icon-phone.gif) no-repeat 0px 3px;
	width: 225px;
	padding-left: 45px;
	text-transform: uppercase;
	color: #000000;
	line-height: 17px;
}

#phone a {
	cursor: text;
}

#news {
	position: absolute;
	top: 33px;
	left: 782px;
	background: #FFFFFF url(../images/icon-mail.gif) no-repeat 0px 3px;
	width: 155px;
	padding-left: 45px;
	text-transform: uppercase;
	color: #000000;
	line-height: 17px;
}

.capitalize {
	text-transform: uppercase;
	color: #000000;
}

.capitalize b {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.capitalize:hover {
	text-decoration: none;
	color: #232174;
}

.capitalize:active {
	text-decoration: none;
	color: #5b5b5b;
}

/*.news-front{
}*/
.news-back {
	display: none;
	position: relative;
	margin-top: 4px;
	margin-bottom: 5px;
}

#signNews {
	border: 1px solid #231b50;
	border-radius: 5px;
	width: 151px;
	height: 11px;
	padding: 9px 0;
	background: #FFFFFF;
	color: #000000;
	text-indent: 5px;
}

/*#signNews:focus{

}*/
#newsButton {
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
	color: #231b50;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 8px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 10px;
	cursor: pointer;
}

#newsButton:hover {
	color: #000000;
}

/* end top */

/* start home buttons */

.homeButton {
	width: 493px;
	height: 85px;
	background-color: #FFFFFF;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;
	margin-bottom: 5px;
}

#ButtonOrange {
	border-bottom: 3px solid #ff9326;
}

#ButtonGreen {
	border-bottom: 3px solid #85b200;
}

#ButtonPink {
	border-bottom: 3px solid #ff4d4d;
}

#ButtonBlue {
	border-bottom: 3px solid #00698c;
}

.homeButton ul {
	position: absolute;
	top: 18px;
	left: 273px;
	font-family: 'PT Sans', sans-serif;
}

.homeButton a {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-weight: normal;
}

.homeButton a:hover {
	text-decoration: none;
	color: #282075;
}

.homeButton a span {
	padding: 10px 20px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	border-top-right-radius: 5px;
}

/* start orange */

.homeButtonOrange {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 85px;
	z-index: 10;
	background: transparent url(../photos/buttons/vocal.jpg) no-repeat top left;
	background-size: 245px 90px;
}

.homeButtonOrange span {
	background-color: #ff9326;
}

.homeButtonOrange:hover span {
	background-color: #cb7a0f;
}

.homeButtonOrange:active span {
	background-color: #a8a6a6;
}

/* start green */

.homeButtonGreen {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 85px;
	z-index: 10;
	background: transparent url(../photos/buttons/redaction.jpg) no-repeat top left;
	background-size: 245px 90px;
}

.homeButtonGreen span {
	background-color: #85b200;
}

.homeButtonGreen:hover span {
	background-color: #566400;
}

.homeButtonGreen:active span {
	background-color: #929090;
}

/* start pink */

.homeButtonPink {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 85px;
	z-index: 10;
	background: transparent url(../photos/buttons/traduction.jpg) no-repeat top left;
	background-size: 245px 90px;
}

.homeButtonPink span {
	background-color: #ff4d4d;
}

.homeButtonPink:hover span {
	background-color: #992b0d;
}

.homeButtonPink:active span {
	background-color: #838181;
}

/* start blue */

.homeButtonBlue {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 85px;
	z-index: 10;
	background: transparent url(../photos/buttons/ocr.jpg) no-repeat top left;
	background-size: 245px 90px;
}

.homeButtonBlue span {
	background-color: #00698c;
}

.homeButtonBlue:hover span {
	background-color: #204259;
}

.homeButtonBlue:active span {
	background-color: #4e4c4c;
}

/* end home buttons */

/* start product banners */

.homeProduct {
	width: 493px;
	height: 85px;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
	margin-bottom: 8px;
}

.homeProduct p {
	padding: 0;
}

.productTitle a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 493px;
	height: 85px;
	z-index: 10;
	color: #000000;
	background: #fbfbfb url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}

.productTitle a:hover,
.homeProduct.active .productTitle a {
	color: #FFFFFF;
	background: #231b50 url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
}

.productTitle a:active {
	color: #FFFFFF;
	background: #5b5b5b url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
}

.productTitle a {
	font-weight: normal;
}

.productTitle a img {
	position: absolute;
	top: 8px;
	left: 45px;
}

.productTitle a span {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 275px;
}

.productTitle a span b {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.productDate {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 20;
	color: #959595;
}

.arrowRightButton {
	display: block;
	font-weight: normal;
	width: 210px;
	height: 25px;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #f0efef url(../images/arrow-right-button.gif) no-repeat 0px 0px;
	text-align: center;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.arrowRightButtonAntidote {
	display: block;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px;
	height: 25px;
	float: right;
	margin-right: 240px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #231b50 url(../images/arrow-right-button.gif) no-repeat 0px -25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

.arrowRightButtonAntidoteEN {
	display: block;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px;
	height: 25px;
	float: right;
	margin-right: 255px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #231b50 url(../images/arrow-right-button.gif) no-repeat 0px -25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

.arrowRightButtonAntidote:hover {
	color: #111;
	text-decoration: none;
	background: #f0efef url(../images/arrow-right-button.gif) no-repeat 0px 0px;
}

.arrowRightButtonAntidoteEN:hover {
	color: #111;
	text-decoration: none;
	background: #f0efef url(../images/arrow-right-button.gif) no-repeat 0px 0px;
}


.arrowRightButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #231b50 url(../images/arrow-right-button.gif) no-repeat 0px -25px;
}

.arrowRightButton:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #5b5b5b url(../images/arrow-right-button.gif) no-repeat 0px -50px;
}

/* end product banners */

/* start products preview */

#productsPreview {
	margin-top: -10px;
	width: 1010px;
}

#productsPreview h2 {
	width: 1000px;
}

.homeProductPreviewContainer {
	width: 504px;
	float: left;
}

.homeProductPreviewLargeContainer {
	width: 1008px;
	float: left;
}

h3.homeProductPreviewDescription {
	background: transparent url(../images/arrow-right.gif) no-repeat 0px 5px;
	padding: 0px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;

	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 0;
}

.vocales-page h3.homeProductPreviewDescription {
	font-weight: normal;
	font-size: 13px;
}

.vocales-page p {
	font-size: 13px;
}

.homeProductPreview {
	width: 493px;
	height: 128px;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
	margin-bottom: 6px;
}

.homeProductPreviewLarge {
	width: 994px;
	height: 128px;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	position: relative;
	margin-bottom: 6px;
}

.homeProductPreview p {
	padding: 0;
}

.productPreviewTitle a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 493px;
	height: 128px;
	z-index: 10;
	color: #000000;
	background: #fbfbfb url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}

.productPreviewTitleLarge a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 994px;
	height: 128px;
	z-index: 10;
	color: #000000;
	background: #fbfbfb url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}


.productPreviewTitle a:hover {
	color: #FFFFFF;
	background: #231b50 url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
}

.productPreviewTitleLarge a:hover {
	color: #FFFFFF;
	background: #231b50 url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
}

.productPreviewTitle a:active {
	color: #000000;
	background: #FFFFFF url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
}

.productPreviewTitleLarge a:active {
	color: #000000;
	background: #FFFFFF url(../images/background-previews.png) no-repeat top left;
	text-decoration: none;
}

.productPreviewTitle a img {
	position: absolute;
	top: 25px;
	left: 45px;
}

.productPreviewTitle .Dragon a img {
	position: absolute;
	top: 25px;
	left: 25px;
}

.productPreviewTitleLarge a img {
	position: absolute;
	top: 25px;
	left: 45px;
}

.productPreviewTitleLarge .Dragon a img {
	position: absolute;
	top: 25px;
	left: 25px;
}

.productPreviewTitle a span {
	position: absolute;
	top: 15px;
	left: 200px;
	width: 278px;
	font-size: 12px;
	font-weight: normal;
}

.productPreviewTitleLarge a span {
	position: absolute;
	top: 15px;
	left: 200px;
	width: 770px;
	font-size: 12px;
	font-weight: normal;
}

.productPreviewTitle a span b {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.productPreviewTitleLarge a span b {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}


.fullsize {
	width: 998px;
}

.fullsize .homeProductPreview {
	width: 100%;
}

.fullsize .productPreviewTitle a {
	width: 100%;
}

.fullsize .productPreviewTitle a span {
	width: 768px;
}

/* end products preview */

/* start bottom */

#bottom {
	width: 979px;
	padding: 10px 10px 0px 10px;
	background-color: #5b5b5b;
	color: #FFFFFF;
	line-height: 18px;
}

#bottom a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#bottom a:hover {
	color: #282075;
	text-decoration: none;
	font-weight: normal;
}

#bottom a:active {
	color: #b2b2b2;
	text-decoration: none;
}

#bottomLeft {
	width: 100px;
	float: left;
}

#bottomRight {
	width: 800px;
	float: right;
	text-align: right;
}

#copy {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
}

#copy a {
	color: #231b50;
}

/* end bottom */

/* start menu */

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float: left
}

#menu ul li a {
	display: block;
	width: 145px;
	height: 32px;
	padding: 0px;
	background: #231b50 url(../images/background-menu.gif) no-repeat top right;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}

#menu ul li a:hover,
#menu ul li a.current {
	text-decoration: none;
	color: #231b50;

	background: #FFFFFF;
}

#menu ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #5b5b5b url(../images/background-menu.gif) no-repeat top right;
}

#menu ul li a.selected {
	text-decoration: none;
	color: #FFFFFF;
	background: #5b5b5b url(../images/background-menu.gif) no-repeat top right;
}

#menu ul li a#tabContacts {
	width: 148px;
}

#menu ul li a#tabBoutique {
	display: block;
	width: 133px;
	height: 32px;
	padding: 0px;
	background: #ff0000 url(../images/button-boutique.jpg) no-repeat 0px -1px;
	line-height: 32px;
	text-indent: 33px;
	margin-left: -6px;
	margin-top: 0px;
	color: #FFFFFF;
}

#menu ul li a#tabBoutique:hover {
	background: #ff0000 url(../images/button-boutique.jpg) no-repeat 0px -35px;
	color: #FFFFFF;
}

#menu ul li a#tabBoutique:active {
	background: #311416 url(../images/button-boutique.jpg) no-repeat 0px -69px;
	color: #FFFFFF;
}

#menu ul li a#tabBoutique.selected {
	background: #5b5b5b url(../images/button-boutique.jpg) no-repeat 0px -69px;
	color: #FFFFFF;
}

/* end menu */



/* start product banners */

.homeProduct {
	width: 493px;
	height: 85px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	position: relative;
	margin-bottom: 8px;
}

.homeProduct p {
	padding: 0;
}

.productTitle a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 493px;
	height: 85px;
	z-index: 10;
	color: #000000;
	background: #fbfbfb url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}

.productTitle a:hover {
	color: #FFFFFF;
	background: #231b50 url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
}

.productTitle a:active {
	color: #FFFFFF;
	background: #5b5b5b url(../images/background-product.png) no-repeat top left;
	text-decoration: none;
}

.productTitle a img {
	position: absolute;
	top: 8px;
	left: 45px;
}

.productTitle a span {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 275px;
}


.productDate {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 20;
	color: #959595;
}

.arrowRightButton {
	display: block;
	width: 210px;
	height: 25px;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #f0efef url(../images/arrow-right-button.gif) no-repeat 0px 0px;
	text-align: center;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.arrowRightButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #231b50 url(../images/arrow-right-button.gif) no-repeat 0px -25px;
}

.arrowRightButton:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #5b5b5b url(../images/arrow-right-button.gif) no-repeat 0px -50px;
}

/* end product banners */

/* start location */

#location {
	clear: both;
	padding: 10px 0;
	background: transparent url(../images/location-background.jpg) no-repeat bottom left;
}

#location a {
	display: block;
	padding-right: 15px;
	padding-left: 10px;
	float: left;
	background: transparent url(../images/location-arrow.gif) no-repeat center right;
	font-size: 10px;
	color: #202020;
}

#location span {
	display: block;
	padding-right: 15px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
	color: #202020;
}

/* end location */

/* start produit */

#produit {
	padding-bottom: 20px;
}

#produitBanner {
	padding: 10px 0;
}

#produitRightColumn {
	width: 665px;
	float: right;
}

#produitLeftColumn {
	width: 290px;
	float: right;
}

#produitRightColumn .produitSection {
	background-color: #FFFFFF;
	border: 1px solid #E3E1E2;
}

#logiciels>.warning.yellow {
	position: relative;
	margin: auto;
	margin-bottom: 16px;
}

.taptoucheimg {
	max-width: 665px;
	margin: auto 0;
}


#produit #produitRightColumn .produitSection h4 {
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0px 20px 16px 20px;
	margin-top: 3px;
}

#produitRightColumn .produitTitle {
	background-color: #231B50;
	color: #FFFFFF;
	padding: 10px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}




#produitRightColumn p {
	padding: 0px 20px 6px 20px;
	line-height: 16px;
}

#produit #produitRightColumn p {
	padding: 0px 20px 16px 20px;

}


#produitRightColumn p.goTop {
	text-align: right;
	clear: both;
	margin-top: -20px;
}

#produit #produitRightColumn p.goTop {
	padding-bottom: 6px;
}

#produitRightColumn .produitSeparator {
	width: 620px;
	height: 1px;
	margin: 12px auto 12px auto;
	background-color: #E3E1E2;
	clear: both;
}

#produitRightColumn .ecransImage {
	width: 86px;
	float: left;
	padding: 0px 20px 12px 20px;
}

#produitRightColumn .ecransText,
#produit #produitRightColumn .ecransText {
	width: 465px;
	float: left;
	padding: 22px 20px 12px 20px;
}

#produitRightColumn ul {
	padding: 0px 20px 16px 50px;
}

#produitRightColumn ul ul {
	padding-bottom: 0;
	padding-left: 30px;
}

#produitRightColumn #pricesContainer {
	padding: 0 20px 20px;
}

#produitRightColumn .Table tr td {
	border-bottom: 1px solid #cccccc;
	padding: 12px 0;
}

.style6 {
	text-align: center;
}

.warning {
	margin: 0px 20px 16px;
	padding: 16px 6px 6px 6px;
}

.warning.yellow {
	background-color: rgb(255, 255, 204);
	border: 1px solid rgb(234, 234, 172);

}

.warning.black {
	background-color: #fbfbfb;
	border: 1px solid #dddddd;

}

fieldset {
	margin: 0px 20px 16px;
	padding: 16px 6px 6px 6px;
	background-color: rgb(255, 255, 204);
	border: 1px solid rgb(234, 234, 172);
}

/* ecrans icons */

.ecransImage a {
	display: block;
	width: 106px;
	height: 108px;
	position: relative;
	background: transparent url(../images/loupe1.gif) no-repeat 37px 0px;
}

.ecransImage a:hover {
	background: transparent url(../images/loupe2.gif) no-repeat 37px 0px;
}

.ecransImage a:active {
	background: transparent url(../images/loupe3.gif) no-repeat 37px 0px;
}

.ecransImage a img {
	display: block;
	position: absolute;
	top: 24px;
	border: 3px solid #E3E3E3;
	border-radius: 5px;
}

.ecransImage a:hover img {
	border: 3px solid #231B50;
}

.ecransImage a:active img {
	border: 3px solid #5B5B5B;
}

/*.ecransImageTXT a
{
	
	

}*/
/* produit menu */

#produitLeftColumn ul {
	list-style-type: none;
}

#produitLeftColumn ul li {
	padding-bottom: 5px;
}

#produitLeftColumn ul li a {
	display: block;
	width: 255px;
	height: 50px;
	line-height: 50px;
	text-indent: 25px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(../images/produit-button.gif) no-repeat 0 0;
}

#produitLeftColumn ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FFFFFF url(../images/produit-button.gif) no-repeat 0 -50px;
}

#produitLeftColumn ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #FFFFFF url(../images/produit-button.gif) no-repeat 0 -100px;
}

#produitLeftColumn ul li a#archeter {
	color: #FFFFFF;
	background: #FFFFFF url(../images/produit-archeter.jpg) no-repeat 0 0;
}

#produitLeftColumn ul li a#archeter:hover {
	color: #FFFFFF;
	background: #FFFFFF url(../images/produit-archeter.jpg) no-repeat 0 -50px;
}

#produitLeftColumn ul li a#archeter:active {
	color: #FFFFFF;
	background: #FFFFFF url(../images/produit-archeter.jpg) no-repeat 0 -100px;
}

#produitBanner {
	padding: 10px 0;
	height: 274px;
	background: url(../images/productbg.png) left no-repeat;
}

@media only screen and (max-width: 600px) {

	#reader3,
	#nouveau_reader3 {
		display: none;
	}
}

#organisations_image {
	float: left;
	width: 230px;
	margin-right: 15px;
	margin-top: 20px;
}

#organisations_warning {
	float: right;
	padding: 2px;
	text-align: center;
	margin-right: 150px;
	margin-bottom: 0;
	margin-top: 7px;
}

@media only screen and (max-width: 600px) {

	#organisations_block {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	#organisations_image {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	#organisations_warning {
		margin-right: 25%;
		width: 200px;
	}

	#gestion>.warning.yellow {
		width: 150px;
		height: auto;
	}
}

.Product-head {
	float: left;
	width: 650px;
}

.product-image {
	width: 350px;
	float: left;
	text-align: center;
	margin-top: 35px;
}

.product-image-social {
	float: right;
	width: 260px;

}

.product-image-social img {
	width: 55px;
	height: 55px;
	margin-top: 10px;

	margin-right: 10px;


}

.product-image-social h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	color: #231B50;

}

.Product-head h2 {
	border: none;
	width: 600px;
	font-size: 28px;
	text-transform: uppercase;
}

.Product-head h1 {
	width: auto;
	display: inline-block;
	min-width: 250px;
	margin-top: 45px;
	font-size: 18px;
	padding-right: 25px;
}

/* end produit */

/* Second part */

div.breadcrumbs {
	padding: 42px 0 12px;
	font-size: 10px;
	background: url(../images/breadcrumb-bottom.png) bottom left no-repeat;
	color: #202020;
	margin-bottom: 10px;
}

div.breadcrumbs li {
	display: inline-table;
}

div.breadcrumbs a {
	font-weight: normal;
}

div.breadcrumbs span {
	margin: 0 5px 0 10px;
}

div.loadmore {
	width: 100%;
	height: 50px;
	border: 1px solid #E3E3E3;
	margin: 10px 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

div.button-up {
	background: url(../images/loadmore-up-hover.png) 50% no-repeat;
	height: 100%;
}

div.button-down {
	background: url(../images/loadmore-down-hover.png) 50% no-repeat;
	height: 100%;
}

div.button-up:hover {
	background: url(../images/loadmore-up-hov.png) 50% no-repeat;
	height: 100%;
}

div.button-down:hover {
	background: url(../images/loadmore-down-hov.png) 50% no-repeat;
	height: 100%;
}

div.button-up.end {
	background: url(../images/loadmore-up.png) 50% no-repeat;
	height: 100%;
	cursor: not-allowed;
}

div.button-down.end {
	background: url(../images/loadmore-down.png) 50% no-repeat;
	height: 100%;
	cursor: not-allowed;
}

.actualites-body {
	background: #FFFFFF;
	margin: 10px 0 30px;
	padding: 0px;
}

.actualites-body .wrap {
	margin: 20px;
}

.actualites-body .produitTitle {
	background-color: #231B50;
	color: #FFFFFF;
	padding: 10px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}

.actualites-body h1 {
	border: none;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 6px;
	color: #111111;
}

.actualites-body h4 {
	margin-bottom: 12px;
	font-size: 13px;
}

.actualites-body p {
	font-family: 'Arial', Helvetica, sans-serif;

	font-size: 12px;
	color: #000000;
}

.actualites-body a {
	font-weight: bold;
}

.actualites-body ul {
	padding-left: 20px;
}

ul.news-ul {
	padding-bottom: 6px;
}

ul.news-ul li {
	margin-bottom: 12px;
}

.scrollable {
	height: 373px;
	overflow: hidden;
	position: relative;
}

.scrolling {
	position: absolute;
	top: 0;
	left: 0;
}

.liste-alphabetique .list-links ul {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}

.liste-alphabetique .list-links li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}

div.liste-alphabetique {
	display: block;
	overflow: hidden;
	display: flex;

}

div.list-links {
	float: left;
}

div.list-letter {
	font-size: 18px;
	float: left;
	width: 20px;
	margin: 10px 8px 10px 37px;
	font-weight: bold;
	color: #000000;

}

.list-links li a {
	font-weight: bold;
	color: #231b50;
}

.list-links li {
	height: 16px;
}

ul.triangle {
	margin-left: 22px;
	padding: 0 1em;
	list-style: none;
}

ul.triangle li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.25em 0 0.25em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -9px;
	top: 0.9em;
	position: relative;
}

div.liste-thematique {
	margin-top: -5px;
	margin-bottom: 18px;
}

div.liste-thematique li a {
	font-weight: bold;
}

div.liste-thematique li {
	height: 16px;
}

div.leftColumnthree {
	width: 333px;
	float: left;
}

div.rightColumnseven {
	width: 645px;
	float: right;
}

div.page-title {
	font-size: 30px;
	font-weight: 400;
	font-family: 'oswald';
	margin-bottom: 10px;
}

div.page-title.techno-title {
	text-indent: 102px;
	margin-top: 26px;
}

div.contact-items {
	font-weight: bold;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	margin: 8px 0;
}

div.contact-page {
	display: inline-block;
}

.contact-items ul.triangle {
	margin: 0
}

.contact-items ul.triangle li:before {
	left: -18px;
}

.contact-items .triangle li {
	line-height: 20px;
}

.triangle li {
	line-height: 17px;
}

div.principaux-box {
	float: left;
	width: 210px;
	margin: 10px 5px 10px 0;
}

div.principaux-box b {
	text-transform: uppercase;
}

div.contact-page.block {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	margin-bottom: 15px;
}

div.Distributeurs-items ul.triangle {
	margin-left: 0;
}

div.Distributeurs-items ul.triangle li {
	font-size: 12px;
	font-weight: bold;
}

.Distributeurs-items a {
	font-weight: normal;
}

.Distributeurs-items a:hover {
	text-decoration: underline;
}

div.Distributeurs-page {
	display: inline-block;
	margin-bottom: 15px;
	padding-top: 10px;
}

div.Distributeurs-page.block {
	border-top: 1px solid #DDDDDD;
	width: 100%;
}

.recherche-items .triangle li {
	line-height: 16px;
	padding: 3px 0;
}

.recherche-items ul.triangle li:before {
	left: -14px;
}

div.recherche-page {
	margin-bottom: 35px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

div.head-banner {
	height: 117px;
	border-bottom: 3px solid #FF8906;
	margin-bottom: 40px;
}

div.vocales-page p {
	font-size: 13px;
	margin-bottom: 0px;
}

div.vocales-page {
	margin: 10px 0 30px
}

.head-banner img {
	height: 117px;
}

/*::::::::::::::::::Information Page:::::::::::::::::::::*/

.informations-page p {
	line-height: 18px;
}

form.informations-form input,
form.informations-form select {
	width: 168px;
	border-radius: 3px;
	border: 1px solid #C6C7C8;
	height: 23px;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
	box-sizing: border-box;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	;
}

form.informations-form textarea {
	border-radius: 3px;
	border: 1px solid #C6C7C8;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
	box-sizing: border-box;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	;
}

form.informations-form select {
	background: #F0F0F0;
	background: url(IMAGE_URL);
	background: url(IMAGE_URL), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D8D8D8));
	background: url(IMAGE_URL), -webkit-linear-gradient(top, #FFFFFF, #D8D8D8);
	background: url(IMAGE_URL), -moz-linear-gradient(top, #FFFFFF, #D8D8D8);
	background: url(IMAGE_URL), -ms-linear-gradient(top, #FFFFFF, #D8D8D8);
	background: url(IMAGE_URL), -o-linear-gradient(top, #FFFFFF, #D8D8D8);
	background: url(IMAGE_URL), linear-gradient(top, #FFFFFF, #D8D8D8);
}

form.informations-form label {
	display: block;
	min-width: 90px;
	float: left;
	margin-right: 10px;
	line-height: 20px;
}

.form-content {
	width: 582px;
	margin: 0 auto;
	display: table;
}

.form-left {
	display: block;
	width: 282px;
	float: left;
	margin: 8px 0;
}

.form-right {
	display: block;
	width: 282px;
	float: right;
	margin: 8px 0;
}

.form-full {
	display: block;
	width: 582px;
	margin: 10px 0;
}

.clearboth {
	clear: both;
}

form.informations-form div input.submit-button {
	margin: 20px 0 35px;
	width: 110px !important;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #060606;
	background: url(IMAGE_URL), -webkit-gradient(linear, left top, left bottom, from(#848587), to(#060606));
	background: url(IMAGE_URL), -webkit-linear-gradient(top, #848587, #060606);
	background: url(IMAGE_URL), -moz-linear-gradient(top, #848587, #060606);
	background: url(IMAGE_URL), -ms-linear-gradient(top, #848587, #060606);
	background: url(IMAGE_URL), -o-linear-gradient(top, #848587, #060606);
	background: url(IMAGE_URL), linear-gradient(top, #848587, #060606);
}

form.informations-form div input.submit-button:hover {
	background: #221A6E;
	background: url(IMAGE_URL), -webkit-gradient(linear, left top, left bottom, from(#A3CEEF), to(#221A6E));
	background: url(IMAGE_URL), -webkit-linear-gradient(top, #A3CEEF, #221A6E);
	background: url(IMAGE_URL), -moz-linear-gradient(top, #A3CEEF, #221A6E);
	background: url(IMAGE_URL), -ms-linear-gradient(top, #A3CEEF, #221A6E);
	background: url(IMAGE_URL), -o-linear-gradient(top, #A3CEEF, #221A6E);
	background: url(IMAGE_URL), linear-gradient(top, #A3CEEF, #221A6E);
}

.line-block {
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
}

/*::::::::::::::::::Information Page End:::::::::::::::::::::*/


/*::::::::::::::::::Sitemap Page:::::::::::::::::::::*/

.sitemap-links {
	margin: 17px 0;
}

.sitemap-links a {
	line-height: 16px;
}

div.sitemap-page.block {
	border-top: 1px solid #DDDDDD;
	width: 100%;
}

div.sitemap-page.block.last {
	margin-bottom: 40px;
}

div.sitemap-items {
	font-weight: bold;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	margin: 8px 0;
}

.sitemap-items ul.triangle {
	margin: 0;
}

.sitemap-items .triangle li {
	line-height: 20px;
}

.sitemap-items ul.triangle li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.25em 0 0.25em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -18px;
	top: 0.7em;
	position: relative;
}

/*::::::::::::::::::Sitemap Page End:::::::::::::::::::::*/


/*::::::::::::::::::Newsletter Page:::::::::::::::::::::*/

#newsletterForm .fieldset {
	background: url("../images/newsletter-bg.png") no-repeat scroll right 45px transparent;
}

#newsletterForm .form-list .field {
	float: none;
	width: auto;
}

#newsletterForm .form-list .label {
	float: left;
	width: 100px;
}

#newsletterForm .form-list li.control {
	margin-bottom: 15px;
}

#newsletterForm .form-list li .input-box {
	clear: none;
	float: left;
	width: auto;
}

#newsletterForm .form-list li.control .input-box .input-item {
	float: left;
	margin-left: 25px;
}

#newsletterForm .form-list li.control .input-box .input-item:first-child {
	margin-left: 0;
}

#newsletterForm .form-list input.input-text {
	background: url("../images/newsletter-input.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 15px;
	padding: 5px;
	width: 351px;
}

#newsletterForm .buttons-set {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-top: 15px;
}

#newsletterForm .buttons-set .required {
	float: left;
}

#newsletterForm .buttons-set button.button {
	margin-right: -5px;
}

#newsletterForm .buttons-set #back {
	overflow: hidden;
}

#newsletterForm .buttons-set #back a {
	float: right;
	font-family: "PT Sans", sans-serif;
	text-decoration: none;
	color: #05c;
	font-weight: 300;
}

#newsletterForm .buttons-set #back a:hover {
	color: #000;
}

#newsletterForm .form-list input.input-text:focus {
	outline: none;
}

#newsletterForm .clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

#newsletterForm input,
#newsletterForm select,
#newsletterForm textarea,
#newsletterForm button {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}


/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 8px;
}

.form-list label {
	float: left;
	color: #000;
	font-size: 12px;
	position: relative;
	z-index: 0;
}

/*.form-list label.required {}*/
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label,
#checkout-payment-method-load label {
	color: #525252;
	float: none;
	font-family: "PT Sans", sans-serif;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox,
#checkout-payment-method-load .radio {
	margin-right: 6px;
	margin-top: -3px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}

.form-list .field {
	float: left;
	width: 275px;
}

.form-list input.input-text {
	width: 254px;
}

.form-list textarea {
	width: 254px;
	height: 10em;
}

.form-list select {
	width: 260px;
}

.form-list li.wide .input-box {
	width: 535px;
}

.form-list li.wide input.input-text {
	width: 529px;
}

.form-list li.wide textarea {
	width: 529px;
}

.form-list li.wide select {
	width: 535px;
}

.form-list li.additional-row {
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}

.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

.buttons-set {
	clear: both;
	margin: 5px 0 0;
}

.buttons-set .back-link {
	float: left;
}

.buttons-set button.button {
	float: right;
}

.buttons-set p.required {
	margin: 0 0 5px;
}

/*.buttons-set-order {}*/

.fieldset {
	margin-bottom: 25px;
}

.customer-account-login #login-form h2,
.fieldset .legend {
	border-bottom: 1px solid #DDDDDD;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.customer-account-login #login-form .registered-users .form-list {
	margin-top: 5px;
}

/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}

/*.validation-passed {}*/
p.required {
	font-size: 10px;
	text-align: right;
	color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

.form_success,
.form_failure,
.captcha_error {
	display: none;
}

body.form_post_success .form_success {
	display: block;
}

body.form_post_success form.informations-form {
	display: none;
}

body.form_post_failure .form_failure {
	display: block;
}

body.form_post_captchaerror .captcha_error {
	display: block;
}


#newsletterForm button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */
#newsletterForm button.button {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
#newsletterForm button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

#newsletterForm button.button span {
	background: url("../images/bkg_button.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font: 14px/33px Arial, Helvetica, sans-serif;
	height: 39px;
	padding: 0 0 0 7px;
	text-align: center;
	white-space: nowrap;
}

#newsletterForm button.button.revendeur span {
	background-image: url("../images/bkg_button_revendeur.png");
}

#newsletterForm button.button span {
	font-family: "Oswald", sans-serif;
}

#newsletterForm button.button span span {
	background-position: 100% 0;
	padding: 0 17px 0 10px;
}

#newsletterForm button.button:hover span {
	background-position: 0 100%;
}

#newsletterForm button.button:hover span span {
	background-position: 100% 100%;
}

/* #newsletterForm button.disabled {} */
/* #newsletterForm button.disabled span {} */

#newsletterForm button.btn-checkout span {
	background: url("../images/btn-proceed-checkout.png") no-repeat scroll 0 0 transparent !important;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	height: 39px !important;
	line-height: 39px !important;
	padding: 0;
	width: 102px;
}

#newsletterForm button.btn-checkout span span {
	background: none;
	padding: 0;
}

#newsletterForm button.btn-checkout:hover span {
	background-position: 0 100% !important;
}

/* #newsletterForm button.btn-checkout.no-checkout {} */

#newsletterForm p.control input.checkbox,
#newsletterForm p.control input.radio {
	margin-right: 6px;
}




/* Footer ================================================================================ */
.footer {
	margin-bottom: 45px;
	padding-top: 15px;
}

/* .footer p {} */
.footer address {
	border-top: 1px solid #DDDDDD;
	color: #525252;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	margin-top: 7px;
	padding-top: 5px;
}

/* .footer ul {} */
.footer ul li {
	display: inline;
}

/* .footer-container .bottom-container {} */
.footer-top {
	margin-bottom: 20px;
	overflow: hidden;
}

.footer-top .title {
	border-bottom: 1px solid #DDDDDD;
	color: #111111;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.footer-top .footer-right .title {
	background: url("../images/lock.png") no-repeat scroll 0 0 transparent;
	padding-left: 30px;
}

.footer-top .footer-left {
	float: left;
	width: 205px;
}

.footer-top .footer-left a {
	color: #1F1F1F;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
}

.footer-top .footer-left a:hover {
	color: #0D52B2;
}

.footer-top .footer-right {
	float: right;
	width: 705px;
}

.footer-top .footer-right .content {
	overflow: hidden;
}

.footer-top .footer-right .content .left {
	width: 70px;
}

.footer-top .footer-right .content .right {
	color: #525252;
	font-family: "PT Sans", sans-serif;
	line-height: 1.5;
	width: 635px;
}

.footer-top .footer-right .content .footer-ico {
	margin-top: 18px;
}

.footer-top .footer-right .content .footer-ico img {
	margin-left: 3px;
}

.footer-top .footer-right .content .footer-ico img:first-child {
	margin-left: 0;
}

.footer-conter {
	background: none repeat scroll 0 0 #5B5B5B;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 10px;
}

.footer-conter a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-conter a:hover {
	color: #000;
}

.footer-top-bottom-text {
	clear: both;
	color: #525252;
	font-family: "PT Sans", sans-serif;
	line-height: 1.5;
	padding-top: 15px;
}

/* ======================================================================================= */

.newsletter-page {
	margin-bottom: 25px;
}


/*::::::::::::::::::Newsletter Page End:::::::::::::::::::::*/


.theme-default #slider {
	height: 271px;
}

.theme-default .nivoSlider {
	background: none !important;
	box-shadow: none !important;
}

.theme-default .nivo-controlNav {
	position: absolute;
	right: 20px;
	bottom: -12px;
	margin-left: -40px;
}

.theme-default .nivo-directionNav a {
	display: none !important;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	width: 90%;
	min-width: 50px;
}

.adroite {
	display: block;
	float: right;
}

#presentation_aweb_link {
	border: none;
	background: none;
	color: #282475
}

#presentation_aweb_link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.antidote_orga_integration {
	display: flex;
	width: 90%;
	flex-direction: row;
	justify-content: center;
	margin: auto;
	margin-bottom: 16px;
}