@font-face {
  font-family: 'FontAwesome';
  src: url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
html, body {border: 0; margin: 0; padding: 0;}

img {
	border: 0;
}

img.responsive {
  max-width: 100%;
}

body {
  	font: 90%/1 Arial, Arial;
	font-size: 12px;
	background: #FFFFFF;
  	line-height: 130%;
  	width: 100%;
	color: #000000;
}

h1, h2, h3 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

.colPrincipale {
	max-width: 1240px;
	margin: 0 auto;
}

#topBg {
	width: 100%;
	display: block;
	min-height: 140px;
}

#topContainer {
	display: block;
	position: relative;
	min-height: 140px;
	border-bottom: 1px solid black;
}

#topLeft {
	width: 50%;
	display: inline-block;
	float: left;
	min-height: 110px;
}

#topLeft > a > img {
	max-height: 100px;
}

#topRight {
	width: 50%;
	display: inline-block;
	float: right;
	padding-top: 35px;
}

#topLeft > a > img {
	margin-top: 10px;
}

#topLeft > p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	font-size: 1.2em;
}

#topBtnHome {
	float: left;
}

#topZoneRecherche {
	float: right;
}

#motsCles {
	border: none;
	background: #EFEFEF;
	padding: 4px 10px;
	min-width: 180px;	
}

#btnRecherche {
	width: 0px;
	height: 25px;
}

#btnRecherche::before {
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 14px;
	padding: 5px 7px 4px 7px;
	cursor: pointer;
	background: #EFEFEF;
	display: inline-block;
}

.clearBoth {
	clear: both;
}

#mainContent {
	padding-top: 10px;
}

#mainContentLeft {
	float: left;
	max-width: 240px;
	width: 20%;
}

#paypalBox {
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 30px;
}

#mainContentRight {
	float: right;
	width: 80%;
}

#texteDescriptif {
	width: 100%;
	margin: 20px 0;
}

#texteDescriptif {
	padding: 10px;
	clear: both;
}

#footerContainer {
	width: 100%;
	display: block;
	min-height: 140px;
	margin-top: 30px;
	clear: both;
}

#footerLinks, #footerText {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#footerText > span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

#footerSign {
	text-align: center;
}

#footerSign > span, #footerSign > span > a {
	font-style: italic;
	color: #969696;
}

#footerSign > span > a > img {
	padding-left: 2px;
	margin-bottom: -2px;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

#back-top a {
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    font-size: 28px;
    width: 40px;
    height: 32px;
    display: block;
    background-color: #555;
    color: white;
    -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; transition: 1s ease;
}

#back-top a:hover {
	background-color: #000;
}

#texteDescriptif, #texteDescriptif > h1, #texteDescriptif > h1 > span, #texteDescriptif > h1 > strong, #texteDescriptif > span, #texteDescriptif > span > strong, #texteDescriptif > strong, #texteDescriptif > h2, #texteDescriptif > h2 > span, #texteDescriptif > h2 > strong {
    font-size: 16px !important;
    line-height: 25px !important;
}

.lien_foot {
	font-size: 12px;
}

.signature_foot {
	font-size: 12px;
}

.bouton {
	background: #808080; 
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 20px;
}

.bouton:hover {
	background: #EFEFEF; 
	color: #000;
}

.bouton_sans_cadre {
	background: #000000; 
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}

.rubrique_left_item {
	text-transform: uppercase;
	width: 220px;
	height: 25px;
	margin-bottom: 6px;
	line-height: 25px;
	padding-left: 10px;
	background: url(../images/puce_menu.png) no-repeat 0 10px transparent;
}

.rubrique_left_item:hover {
	text-decoration: underline;
}
	
.rubrique_left_item_select {
	text-transform: uppercase;
	width: 220px;
	height: 25px;
	margin-bottom: 6px;
	line-height: 25px;
	padding-left: 10px;
	background: url(../images/puce_menu.png) no-repeat 0 10px transparent;
	text-decoration: underline;
}

a.rubrique_left {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.rubrique_left_select, a.rubrique_left:hover {
	text-decoration: underline;
}

.categorie_left_item {
	width: 220px;
	height: 25px;
	margin-bottom: 6px;
	line-height: 25px;
	padding-left: 30px;
	background: url(../images/puce_menu.png) no-repeat 0 10px transparent;
	background-position: 20px center;
}

.categorie_left_item:hover {
	text-decoration: underline;
}
	
.categorie_left_item_select {
	font-size: 12px;
	width: 220px;
	height: 25px;
	margin-bottom: 6px;
	line-height: 25px;
	padding-left: 30px;
	background: url(../images/puce_menu.png) no-repeat 0 10px transparent;
	background-position: 20px center;
	text-decoration: underline;
}

a.categorie_left {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.categorie_left_select, a.categorie_left:hover {
	text-decoration: underline;
}

.loupe {
	background-color:#555;
	background:rgba(0, 0, 0, 0.25);
	border:5px solid rgba(0, 0, 0, 0);
	cursor:url(../images/blank.png), url(../images/blank.cur), none;
}

#lienNewsletter, #imgPanier, #lienPanier, #lienContact {
	display: inline-block;
	text-align: center;
	float: right;
}

#lienNewsletter:hover, #lienPanier:hover, #lienContact:hover {
	text-decoration: underline;
}

#imgPanier, #lienContact {
	margin-left: 30px;
}

#lienPanier {
	margin-left: 10px;
}

.blocProd {
	float: left;
}

.blocProdImg > a > img {
	max-width: 100%;
}

.blocProdNom > a {
	min-height: 40px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.blocProdPrix {
	text-align: center;
}

#toPaginate > li {
	float: left;
	padding: 1%;
	width: 23%;
}

a.prev, a.page, a.next {
	display: inline-block;
	width: 16px;
	background: #EFEFEF;
	color: #000;
	padding: 4px;
	margin: 0 4px;
	text-align: center;
	font-weight: bold;
}

div.easyPaginateNav {
	text-align: center;
}

#retina_area{
	width: 100%;
	max-width:600px;
	max-height:600px;
	position:relative;
	top:0;
	left:0;
	margin:0 0 0 0;
}

#retina{
	border:2px solid white;
	position:absolute;
	height:600px;
	width:600px;
	display:none;
	z-index: 9999;
}

#miniatureArea {
	text-align: center;
}

#mainRight-LeftCol {
	float: left;
	width: 50%;
}

#mainRight-RightCol {
	float: right;
	width: 45%;
}

div.breadcrumb {
	margin-bottom: 15px;
	color: #808080;
}

a.breadcrumbLink {
	color: #000;
}

#boutique_titre {
	font-size: 25px;
}

#variante, #qte_def {
	border: 1px solid #808080;
}

.pictoFB {

}

.pictoFB:before {
	font-family: "FontAwesome";
    content: "\f09a";
    font-size: 13px;
    padding-right: 3px;
	cursor: pointer;
	color: #333;
}

@media (max-width:1000px){
	#toPaginate > li {width: 48%; }
}

@media (max-width:900px){
	#toPaginate > li {width: 48%; }
}

@media (max-width:600px){
	#topLeft, #topRight {width: 100%; min-height: 0;}
	#topLeft > a > img {margin-top: 0;}
	#topRight {padding-top: 5px;}
	#lienContact, #topBtnHome, #paypalBox {display: none;}
	#lienNewsletter {float: left}
	#topZoneRecherche {width: 100%; text-align: center;}
	#topContainer, #topBg {min-height: 95px;}
	#mainContentLeft {max-width: 100%; width: 100%;}
	#mainContentRight {width: 100%;}
	#toPaginate > li {width: 95%;}
	#mainRight-LeftCol, #mainRight-RightCol { width: 100%;}
	#mainRight-RightCol { margin-top: 20px;}
}