@font-face {
	font-family: 'FontAwesome403';
	src: url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
		url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
		url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
		url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'entyporegular';
    src: url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/Entypo-webfont.eot');
    src: url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/Entypo-webfont.woff') format('woff'),
         url('/lib/MazeCMS_App_Common/default/public/theme/site/logishop-2014/images/fonts/Entypo-webfont.ttf') format('truetype'),
         url('/app/public/theme/site/logishop-2014/images/fonts/Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#debug_log{
	overflow: hidden;
}
#mm-page,
.mm-slideout,
#mm-0{/*Bug mmenu */
	-webkit-user-select: auto !important;
	-webkit-user-drag: auto !important;
}
html{background-color: #000000;}
body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:"Arial", sans-serif;
	letter-spacing:-0.2px;
	font-size:14px;
	color:#313131;
	min-width:310px;
    background:white;
}

button{
	background: none;
    border: none;
    padding: 0;
    font-weight: normal;
    color:#D0006F 
}

::-webkit-input-placeholder { color:#000000; opacity:0.55;font-size:13px;padding-left:10px;}
::-moz-placeholder { color:#000000; opacity:0.55;font-size:13px;padding-left:10px;} /* firefox 19+ */
:-ms-input-placeholder { color:#000000; opacity:0.55;font-size:13px;padding-left:10px;} /* ie */
input:-moz-placeholder { color:#000000; opacity:0.55;font-size:13px;padding-left:10px;}
input::placeholder{color:#000000; opacity:0.55;font-size:13px;padding-left:10px;}
form{
	padding:0;
	margin:0;
}

input[type=checkbox],
input[type=radio]{
	border:0px;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], textarea, select {
	background: #fff;
	font-size:12px;
	border: 1px solid #ede7ec;
	padding: 3px 3px;
	outline: none;
	color: #202020;
	margin: 0 0 20px 0;
	max-width: 100%;
	display: block;
	outline: none;
	height: 37px;
  	font-size: 15px;
  	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #ede7ec;
	color: #202020;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
	line-height: 21px;
	min-height: 160px;
	overflow: auto;
}
label, legend {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	color:#202020;
}
.fa {
	color:#202020;
}

.text-color,
.text-color a,
.color1, .color1 a{
	color:#D0006F !important;
}
.text-color2, .text-color2 a{
	color:#202020 !important;
}
.link_ext{
	font-weight:bold;
	padding:0;
}
p{
	margin:0;
	padding:5px 0px;
}
h1, h2, h3, h4, h5, h6{
	color:#202020;
}
h1{
	color:#D0006F;
	font-size:22px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
h2{
	color:#D0006F;
	font-size:20px;
}

h3,h4,.titre_elem{
	font-family:"Trebuchet Ms", sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#D0006F;
	text-transform:uppercase;
	margin:10px 0;padding:0;
}
h3{
	font-size:16px;
}

h4,.titre_elem{
	display:block;
	width: 100%;
    text-align: left;
	text-transform: uppercase;
	line-height: 22px;
	font-size:18px;
	margin:0px;
	padding:12px 0px 12px 0px;
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
	color:#313131;
}

a{
	color:#D0006F;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#313131;
}
.strike{
	text-decoration: line-through;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.clear-left{
	clear:left;
	height:0px;
    font-size:0px;
	
}
.clear-right{
	clear:right;
	height:0px;
    font-size:0px;
}
input[type='submit'],
.btn_panier,
.bouton_std{
	display:inline-block;
	text-decoration:none;
	background: #D0006F;
	border:1px solid  #D0006F;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing: -0.3px;
	padding: 9.5px 15px 9px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bouton_std .fa{
	color:#FFFFFF;
	padding:0 4px 0 0;
}
.bouton_std .fa.r{
	color:#FFFFFF;
	padding:0 0 0 4px;
}
input[type='submit']:hover,
.btn_panier:hover,
.bouton_std:hover{
	color:#FFFFFF;
	background: #313131;
	border:1px solid  #313131;
}
.btn_panier:hover .fa,
.bouton_std:hover .fa{
	color:#FFFFFF;
}
.thumb_prevButton,
.thumb_nextButton{
	background:#D0006F;
}
#top_bottom{
	padding:0px 2px;
}
#fil_ariane{
	height:17px;
	padding:10px 0px 5px 25px;
	font-size:13px;
	overflow:hidden;
	white-space: nowrap;
}
#menu-mag-ul > li.bt_mag.mag_1 > button{
	display:none;
}
#fil_ariane .fa{font-size:16px; padding-right:2px;}
#fil_ariane,
#fil_ariane .fa,
#fil_ariane a{
	color:#383838;
}

#fil_ariane .sep{
	font-size:13px;
	padding:0 2px;
}
#fil_ariane a:hover{
	text-decoration:underline;
}
#body_page_bg{
	background:#FFF;
}

.body_width{
	max-width:1140px;
	margin:auto;
}

#top_message{
	position:relative;
	font-family:"Arial", "Trebuchet Ms", sans-serif;
	clear:both;
	text-align:center;
	background:#fcf8e3;
	color:#c3221f;
	border-left: solid 3px #f4c178;
	margin-top:0px;
	padding:5px 0px;
	z-index: 40;
	font-size:15px;
	font-weight:bold;
	font-size:12px;
}
.always_visible_mess {
	  /*position: fixed !important;*/
	  width:100%;
	  top: 0;
	  z-index: 650;
	  background:#FFFFFF;
}

.pre_top{
	font-family:"PT Sans", "Trebuchet Ms", sans-serif;
	padding:4px 30px;
	background:#fcf9f9;
	color:#313131;
	min-height:25px;
	/*font-family:Georgia;*/
}
.pre_top h1{
	/*font-family:Georgia;*/
	font-weight:normal;
	font-size:12px;
	padding: 3px 0 0 0;
	color:#313131;
}
.pre_top a{color:#313131;}
.pre_top .tel{
	float:right;
	padding-top:1px;
}
.pre_top .link{
	display:inline-block;
	padding-right:60px;
}
.pre_top .tel,
.pre_top .link{
	font-size:12px;
	font-style:italic;
}
.pre_top .fa{
	color:#D0006F;
}

#body_page{
	min-width:270px;
	min-height:320px;
	color:#313131;
	font-size:15px;
}
#top{background: #FFFFFF;}

#top #logo{float:left;padding: 20px 0px 20px 10px;max-width:100%;}
#top #logo a{color:#FFFFFF;font-size:0px;}
#top #logo img{border:0;max-width:100%; height:auto;}
#top .top_right{
	margin-left:40%;
	padding-top:20px;
	position:relative;
}
#top .top_right .block_right{
	position:absolute;
	right:0px;
}
#top .mon_compte button.menu-client{
	display:inline-block;
	vertical-align:top;
	margin:0px 0px 3px 0px;
	font-family: "PT Sans", "Trebuchet Ms", sans-serif;
	line-height:28px;
	color:#313131;
}
#top .panier{
	display:inline-block;
	vertical-align:top;
	z-index:120;
	text-align:center;
}
#top .panier .menu-panier{
	position:relative;
	display:inline-block;
	vertical-align:top;
}
#top .panier .menu-panier button.nb_prod{
	margin:3px 10px 0px 10px;
	display:inline-block;
	vertical-align:top;
	padding:13px 0 0px;
	text-align:center;
	font-size:9px;
	color:#000;
	background:url('/app/public/theme/site/logishop-2014/images/panier.svg') no-repeat top center;
	background-size: 23px;
}
.touch .panier .menu-panier button.nb_prod{
	pointer-events: auto;
}
#top .panier .menu-panier .text_panier{
	display: block;
	font-size:11px;
	color:#313131;
	font-family: "PT Sans", "Trebuchet Ms", sans-serif;
	line-height:33px;
}
#top .panier .top_pop .vScrollbar1{
	background:#FFFFFF;
}

#top .panier .panier-cont{
	position:absolute;
	z-index:12000;
	width:360px;
	min-height:50px;
	top:55px;
	right:0px;
	display:block;
	visibility: hidden;
	border:1px solid #c0c0c0;
	background:#FFFFFF;
	text-align:left;
	-moz-box-shadow: 1px 1px 3px 1px #656565;
	-webkit-box-shadow: 0px 0px 3px 1px #656565;
	-o-box-shadow: 0px 0px 3px 1px #656565;
	box-shadow: 0px 0px 10px 0px #848484;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}
.touch #top .panier .panier-cont{
	display:none;
}
#top .panier .menu-panier:hover .panier-cont{
	visibility: visible;
}

#top .panier .menu-panier:hover .panier_list_iosslider {
	z-index:120 !important;
}

/**
 * =======================================
 */
.search{
	display:block;
	position:absolute;
	padding:0 0 0 0;
	margin:20px 0 0 270px;
	width:58%;
	max-width: 750px;
}
.produit_search_box{
	display:block;
	position:relative;
	margin:0 auto;
	z-index:0;
	text-align:right;
	width:300px;
	padding-top:5px;
}
.produit_search_box .champs_search{
	margin:0px;
	padding: 10px 35px 10px 14px;
	width:253px;
	font-family:"PT Sans", "Trebuchet Ms", sans-serif;
	font-size:16px;
	height:auto;
	border: 1px solid #ede7ec;
}

.produit_search_box .champs_search::-webkit-input-placeholder{
	font-size:16px;
	padding-left:0px;
}
.produit_search_box .champs_search:-ms-input-placeholder,
.produit_search_box .champs_search::-moz-placeholder,
.produit_search_box .champs_search:-moz-placeholder,
.produit_search_box .champs_search::-webkit-input-placeholder {
    font-size:16px;
	padding-left:0px;
}

.produit_search_box button{
	position:absolute;
	top:13px;
	right:5px;
	padding:1px 0 0 0;
	height:31px;
	width:31px;
	overflow:hidden;
	text-align:center;
	color:#313131;
	background:none;
	font-size:20px;
}
.produit_search_box button .fa{color:#313131;margin-bottom: 10px;}

#menu-mob .produit_search_box .champs_search{
	margin:0 2%;
	padding: 5px 4% 4px 2%;
	width:89%;
	background-color: #747474;
	border: 1px solid #313131;
}
#menu-mob .produit_search_box a{
	right:3%;
}
#menu-mob .produit_search_box a .fa {
  margin-left: 3px;
}
#menu-mag-ul .bt_right .bt .panier-cont{
	border:1px solid #B9B9B9;
	background:#FFFFFF;
	width:300px;
	color:#000000;
}
#menu-panier{font-size:12px;}
#menu-panier:hover .nb_prod{
	color:#FFFFFF;
}
#menu-panier .panier_total{
	text-align:right;
	font-weight:bold;
}
#menu-panier .pop_panier_top{
	font-size:14px;
	font-weight:bold;
	color:#D0006F;
	margin-bottom:10px;
}
#menu-panier .pop_panier_vide{
	padding:15px 10px 10px 10px;
	color:#313131;
}
#menu-panier .pop_panier_top,
#menu-panier .panier_total{padding:15px 10px 0 10px;}
#menu-panier .panier-bt{
	text-align:center;
	padding:10px 0 0 0;
	margin:0 5px 10px 5px;
}
#menu-panier .panier-bt .bouton_std{
	display:inline-block;
	width:48%;
	text-align:center;
	padding:10px 10px;
}
.panier_list_iosslider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 190px;
	border-bottom:1px solid #B9B9B9;
	z-index:120 !important;
}

.panier_list_iosslider .slider {
	width: 100%;
	height: 100%;
}

.panier_list_iosslider .slider .item {
	float: left;
	width:100%;
	font-size:11px;
}

.panier_list_iosslider .slider .item .panier_link_photo {
	width:22%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	min-height:60px;
	padding:10px 1% 5px 1%;
}

.panier_list_iosslider .slider .item .panier_link_block {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:20px 0 5px 0;
	width:70%;
}
.panier_list_iosslider .slider .item .panier_link_block .titre{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:18px;
	line-height:16px;
	font-size:12px;
	color:#202020 !important;
	font-weight:bold;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:85%;
}
.panier_list_iosslider .slider .item .panier_link_block .titre a{
	color:#202020 !important;
}
.panier_list_iosslider .slider .item .panier_link_block .prix{
	float:right;
	padding-right:3%;
	font-size:10px;
	font-weight:bold;
}
.panier_list_iosslider .slider .item .panier_link_block .qt{
	font-size:11px;
	color:#D0006F;
}


.panier_list_iosslider .slider .item .panier_link_supp{
	position:absolute;
	top:17px;
	right:20px;
	font-size:14px;
}
.panier_list_iosslider .slider .item .panier_link_supp .fa{
	color:#D0006F;
}
#pdf_listing div{
	padding:3px 0;
}
#pdf_listing .fa{
	color:#C00000;
	font-size:16px;
}
.block_partenaire img{
	margin:20px 15px;	
}
#main{
	padding:0px 10px;
	background:#FFFFFF;
	/*-moz-box-shadow:0 0 30px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 30px 15px rgba(0,0,0,0.3);
	box-shadow:0 0 30px 15px rgba(0,0,0,0.3);*/
}


.swiper {
	width: 98%;
	margin:0 auto 10px;
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}
.swiper .swiper-slide {
	width:auto;
	margin: 0 5px;
	padding: 3px;
	background:white;
	border-radius: 12px;
	background: #fcf9f9;
}
.swiper .swiper-slide:hover {
	box-shadow: 1px 1px 2px 4px rgb(227 121 40 / 2%);
	-moz-box-shadow: 1px 1px 2px 4px rgb(227 121 40 / 2%);
	-webkit-box-shadow: 1px 1px 2px 4px rgb(227 121 40 / 2%);
}
.swiper .swiper-slide img {
	display: block;
	width: 100%;
	height:auto;
	border-radius: 12px 12px 0 0;
}
.swiper .swiper-slide .photo {
    position: relative;
    max-width:230px;
    
}
.swiper .swiper-slide .photo .top-left {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}
.swiper .swiper-slide .photo .top-left .pourcent {
    display: inline-block;
    background: #D0006F;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 13px;
}
.swiper .swiper-slide .photo .top-right {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}
.swiper .swiper-slide .photo .top-right .text_cpg {
    display: inline-block;
    background: #D0006F;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 13px;
}
.swiper .swiper-slide .avis_etoiles {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.swiper .swiper-slide .infos {
    display:block;
    text-align: center;
    padding:15px 0 10px;
}
.swiper .swiper-slide .marque, .swiper-slide .titre {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    max-width:210px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #202020;
    font-weight: normal;
    overflow: hidden;
    
}
.swiper .swiper-slide .marque {
    font-weight: normal;
    font-size: 11px;
    line-height:12px;
    color: #202020;
    margin: 5px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper .swiper-slide .titre {
    height: 32px;
    text-transform: uppercase;
    color: #202020;
    font-weight:bold;
    font-size:13px;
    letter-spacing: -0.2px;
}

.swiper .swiper-slide .exp_now {
    display: inline-block;
    background: #757575;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px;
    margin: 5px auto;
    border-radius: 20px;
}

.swiper .swiper-slide .prix_content {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-top: 2px;
}
.swiper .swiper-slide .prix .strike {
    font-size: 11px;
    color: #202020;
    font-weight: normal;
}
.swiper .swiper-slide .prix {
    font-size: 15px;
    font-weight: bold;
}
.swiper .swiper-pagination-bullet {
    background: #efe5e5 !important;
    opacity: 1 !important;
}
.swiper .swiper-pagination-bullet-active {
    background: #D0006F !important;
    height:10px !important;
    width:10px !important;
}





#footer{
	clear:both;
}
#footer .titre{
	font-family: "PT Sans", "Trebuchet Ms", sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}

#footer-top{
	font-family:"Arial", sans-serif;
	background:#fcf9f9;
	font-size:14px;
	padding: 0 0 10px 0;

}
#footer-top .logo_blog{
	text-align:center;
	padding:35px 0 35px;
}

#footer-top .blog_line{
	font-family: "Arial", sans-serif;
	text-align:center;
	font-size:16px;
	font-weight: normal;
	text-transform: none;
	color:#202020;
}
#footer-top .blog_line b{
	color:#D0006F;
}


#footer-top .mySwiper_blog{
	padding-bottom:20px;
}
#footer-top .mySwiper_blog .swiper-wrapper{
	justify-content: center;
}
#footer-top .mySwiper_blog .swiper-slide{
	width:365px;
	padding-left:5px;
}

#footer-top .mySwiper_blog .swiper-slide .carte_blog{
	background:#FFF;
	max-width:350px;
	min-width:350px;
	border-radius:12px;
}
#footer-top .mySwiper_blog .swiper-slide img{
	border-radius:12px 12px 0 0;
	/*height: auto !important;*/
	width:100%;
}
#footer-top .mySwiper_blog .swiper-slide .texte_blog,
#footer-top .mySwiper_blog .swiper-slide .titre_blog{
	padding:0 10px;
}
#footer-top .mySwiper_blog .swiper-slide .texte_blog{
	padding-bottom:10px;
	text-align: justify;
	line-height: 18px;
}

#listing_prod #footer-top{
	margin-bottom:50px;
	border-radius: 15px;
}

#footer-middle{
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	height:166px;
	width:100%;
	background-color:#232323;
	text-align:center;
}
#footer-middle .slider{
	width: 100%;
	max-width:1115px;
    height:100%;
}

#footer-middle .foot_pict{
	float: left;
	width:223px;
	height:166px;
	font-size:16px;
	color:#FFFFFF;
	padding:20px 0 40px;
}

#footer-middle button,
#footer-middle a{
	color:#FFFFFF;
}




#footer-middle-2{
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
}

#footer-middle-2 button,
#footer-middle-2 a{
	color:#FFFFFF;
	text-align: left;
}


#footer-middle-2 .lien_block_1 button:hover,
#footer-middle-2 .lien_block_2 button:hover,
#footer-middle-2 .lien_block_1 a:hover,
#footer-middle-2 .lien_block_2 a:hover{
	text-decoration: underline;
}
#footer-middle-2 ul{
	list-style: none;
	padding:0;
	margin:0;
	text-align:left;
}
#footer-middle-2 li{
	padding:5px 0;
}
#footer-middle-2 .titre{
	padding-bottom:10px;
}
#footer-middle-2 .body_width{
	border-bottom:1px solid #232323;
	padding-bottom:20px;
}
#footer-middle-2 .lien_block{
	display:inline-block;
	text-align:left;
	vertical-align: top;
	padding-top:30px;
}
#footer-middle-2 .lien_block_1,
#footer-middle-2 .lien_block_2{
	width:22%;
}
#footer-middle-2 .lien_block_3{
	width:35%;
}
#footer-middle-2 .lien_block_3 input[type='text']{
	display:inline-block;
	height:30px;
	width:220px;
	padding: 3px 6px 3px;
	margin-top:10px;
}
#footer-middle-2 .lien_block_3 .bt_newsletter{
	display:inline-block;
	background-color:#232323;
	padding:12px 10px;
}
#footer-middle-2 .lien_block_4{
	width:20%;
	margin-bottom:10px;
}
#footer-middle-2 .lien_block_4 .eko_block{
	display:inline-block;
	text-align:center;
	vertical-align: middle;
}
#footer-middle-2 .lien_block_4 .eko_block .nb_note{
	color:#40d35b;
}


#footer-bottom{
	background-color:#000000;
	text-align:center;
}

#footer-bottom .logo_footer{
	padding:12px 0 20px;
}
#footer-bottom .logo_footer img{
	max-width:100%;
	height:auto;
}
#footer-bottom .social_content a{
	display:inline-block;
	padding:0 7px 30px 7px;
}

#copy{background:#151514;color:#c0c0c0;font-size:12px;}
#copy button,#copy a{color:#c0c0c0;}
#copy button:hover,#copy a:hover{color:#FFFFFF;}
#copy .copy_link{float:right;padding-top:10px;}
#copy img{
	max-width:100%;
	height:auto;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
#grille_tailles h2, #grille_tailles .titre_2{
	font-size:20px;
	color: #D0006F;
	padding: 0;
    margin: 0;
    font-weight: bold;
}
#grille_tailles h2{
	margin: 35px 0 5px;
}

#grille_tailles h3, #grille_tailles .titre_3{
	margin:10px 0 5px 0;
	font-size:15px;
	font-family: "PT Sans", "Trebuchet Ms", sans-serif;
    font-weight: bold;
    color: #D0006F;
}
#grille_tailles table{
	width:100%;
}
#grille_tailles table th{
	border:1px solid #313131;
	background:#313131;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}
#grille_tailles table td{
	border:1px solid grey;
	padding:5px;
	text-align:center;
}
#grille_tailles table .col_first{
	background:#EDE7EC;
	font-weight:bold;
	font-style:italic;
}
.captcha_image, .captcha{
	display:inline-block;
	vertical-align:middle;
}
.captcha_image{
	padding-top:20px;
}
