


/*  ////////////////////////////////////////////// BOUTONS  //////////////////////////////////////////////  */

.ico_tweet a
{
	background: url(img/ico_tweet.png) 0 0 no-repeat;
	display:block;
	margin:10px;
}

.ico_tweet a:hover
{
	background: url(img/ico_tweet.png) 0 0 no-repeat;
	display:block;
	margin:10px;
}


.bouton {
padding: 15px 0;
width: 93%;
font-size: 28px;
cursor: pointer;
background: url(img/bouton_divider.jpg) repeat-y 0 0;
letter-spacing:1px;
clear:both;
}

.bouton_splash {
padding: 15px 0;
width: 100%;
font-size: 28px;
cursor: pointer;
background: url(img/bouton_divider.jpg) repeat-y 0 0;
letter-spacing:-1px;
clear:both;
}

.bouton_acheter {
padding: 20px 15px;
font-size: 26px;
cursor: pointer;
background: url(img/bouton_divider.jpg) repeat-y 0 0;
letter-spacing:0px;
margin: 0 0 10px 0px; 
clear:both;
}


.button:hover {
background: #ff8e80;

}

.blackButton {
background: #221E1D;
color:#ddd;
}
.blackButton:hover {
background: #111;
color:#fff;text-shadow: 0 -1px 0 #000;
 background: -moz-linear-gradient(  #222 0%, #000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#222), color-stop(100%,#000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(  #222 0%,#000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #222 0%,#000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #222 0%,#000 100%); /* IE10+ */
  background: linear-gradient(  #222 0%,#000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.greyButton {
background: #505050;
color:#fff;

}

.greyButton:hover {
background: #000;
color:#fff;text-shadow: 0 -1px 0 #000;
 background: -moz-linear-gradient(  #111 0%, #36518e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#111), color-stop(100%,#36518e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(  #111 0%,#36518e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #111 0%,#36518e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #111 0%,#36518e 100%); /* IE10+ */
  background: linear-gradient(  #111 0%,#36518e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#36518e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.greenButton {
background: #60B57A;color:#fff;clear:both;
}
.greenButton:hover {
background: #3f7951;color:#fff;
cursor: pointer;text-shadow: 0 -1px 0 #326441;clear:both;
/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 background: -moz-linear-gradient(  #60B57A 0%, #40744f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#60B57A), color-stop(100%,#40744f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient60B57A  #60B57A 0%,#40744f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #60B57A 0%,#40744f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #60B57A 0%,#40744f 100%); /* IE10+ */
  background: linear-gradient(  #60B57A 0%,#40744f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60B57A', endColorstr='#40744f@',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*.greenButtonAcheter a {
text-shadow: 0 0px 0 #fff;
}*/

.greenButtonAcheter:hover {
background: #111;
color:#fff;
 background: -moz-linear-gradient(  #222 0%, #000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#222), color-stop(100%,#000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(  #222 0%,#000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #222 0%,#000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #222 0%,#000 100%); /* IE10+ */
  background: linear-gradient(  #222 0%,#000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.redButton {
background: #E26151;color:#fff;clear:both;
 
}
.redButton:hover {
background: #9c4236;text-shadow: 0 -1px 0 #9c4236;color:#fff;
/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 background: -moz-linear-gradient(  #E26151 0%, #9f161c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#E26151), color-stop(100%,#9f161c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradientE26151  #E26151 0%,#9f161c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #E26151 0%,#9f161c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #E26151 0%,#9f161c 100%); /* IE10+ */
  background: linear-gradient(  #E26151 0%,#9f161c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E26151', endColorstr='#9f161c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bluButton {
background: #668EE7;color:#fff;clear:both;
}
.bluButton:hover {
background: #000;color:#fff;
cursor: pointer;text-shadow: 0 -1px 0 #375086;clear:both;
/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 background: -moz-linear-gradient(  #668EE7 0%, #36518e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#668EE7), color-stop(100%,#36518e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient668EE7  #668EE7 0%,#36518e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(  #111 0%,#36518e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(  #668EE7 0%,#36518e 100%); /* IE10+ */
  background: linear-gradient(  #668EE7 0%,#36518e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668EE7', endColorstr='#36518e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bluButtonNeauveautes {
background: #4b6cb7;color:#fff;clear:both;
}
.bluButtonNeauveautes:hover {
background: #111;text-shadow: 0 -1px 0 #000;color:#fff;
}


.button_warning {
font-family: 'TheSans', sans-serif;
font-size: 26px;
letter-spacing:-1px;
position: relative;
float: left;
width:370px;
padding: 15px 20px;
margin:  5px 0 5px 0 ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #e26151;
text-align: center;
cursor: pointer;
display:inline;text-shadow: 0 -1px 0 #9f4a3f;clear:both;
/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);


  
}

.button_success_acheter {
font-family: 'TheMixBold', sans-serif;
font-size: 36px;
letter-spacing:0px;
position: relative;
float: left;
width:370px;
padding: 15px 20px;
margin:  5px 0 20px 0px ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
cursor: pointer;text-shadow: 0 0px 0 #999;
text-transform:uppercase;clear:both;
background: #60b67a url(img/bg_btn_acheter.jpg) repeat-x 0 0;
/*/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button_success {
font-family: 'TheSans', sans-serif;
font-size: 26px;
letter-spacing:-1px;
position: relative;
float: left;
width:370px;
padding: 15px 20px;
margin:  5px 0 5px 0 ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #60b67a url(img/bg_btn_acheter.jpg) repeat-x 0 0;
text-align: center;
cursor: pointer;text-shadow: 0 -1px 0 #48915d;clear:both;
/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.button_infos {
font-family: 'TheSans', sans-serif;
font-size: 26px;
letter-spacing:-1px;
position: relative;
float: left;
width:370px;
padding: 15px 20px;
margin:  5px 0 5px 0 ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #668ee7;
text-align: center;
cursor: pointer;text-shadow: 0 -1px 0 #4e6db1;clear:both;

/* border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.button_infos_nouveautes {
font-family: 'TheMixBold', sans-serif;
font-size: 26px;
position: relative;
float: left;
padding: 15px 15px;
margin:  5px 0 10px 0 ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #4b6cb7;
text-align: center;
cursor: pointer;text-shadow: 0 -1px 0 #4e6db1;clear:both;
}


.bouton.noMarginTop {
margin-top: 0;
}

.bouton sup {

padding: 0 0 1px 1px;
margin: 0 0 0 1px;clear:both;
}

.bouton sub {
color: #fff;
font-size: 55%;
font-weight: 300;
padding: 0 0 0 5px;clear:both;
}






info_btns_right
{font-family:'TheSans';}
info_btns_left
{font-family:'TheSans';}
 
 

 
@media screen and (max-width: 900px) {
info_btns_right
{display:none;}
info_btns_left
{display:none;}
 
.hide_info_btns_auteurs_right {
position:absolute;
font-family:'PraterScript';
display:none;
margin:16px 0px;
letter-spacing:1px;
color:#a2a09b;
text-align:right;
font-weight:lighter;
font-size:20px;
paddind:0px;
width:300px;
line-height:43px;
right:80px
}
	
} 
  
.texte_btns_nav_mens
{
border:1px solid #333333;
background:#eeeeee;
padding:10px;
color:#333333;
}


.precedent a
{
float:left;
padding:18px 0 0 16px;
margin:6px;
zoom:1;
display:block;
opacity:0.4;
filter:alpha(opacity=40);


}
.precedent a:hover
{
float:left;

margin:6px;
zoom:1;
display:block;
opacity:0.6;
filter:alpha(opacity=60);


}
.suivant a
{
float:right;
padding:18px 16px 0 16px;
margin:6px;
zoom:1;
display:block;
opacity:0.4;
filter:alpha(opacity=40);

}


.suivant a:hover
{
float:right;
margin:6px;
zoom:1;
display:block;
opacity:0.6;
filter:alpha(opacity=60);
}


.acheter {
	float:right;
	margin-top:7px;
	cursor:pointer;
	
	background: #efefef;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	width:185px;
	height:27px;
	display:block;
	
	position:absolute;
	right:0px;
	z-index:200;
	
	overflow:hidden;
	
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	
	-moz-box-shadow: 1px 1px 8px 0px #c0c0c0;
	-webkit-box-shadow: 1px 1px 8px 0px #c0c0c0;
	-o-box-shadow: 1px 1px 8px 0px #c0c0c0;
	box-shadow: 1px 1px 8px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=8);
	
	behavior:url(compat/PIE-1/PIE.htc);
}

.acheter > a {
	background:url(../img/acheter.png) no-repeat;
	background-position:10px 0;
	width:185px;
	height:27px;
	display:block;
	text-indent:53px;
	color:#a02b6b;
	text-transform:none;
	text-decoration:none;
	font-size:13px;
}

.acheter ul {
	padding:0;
	margin:0;
}

.acheter ul li {
	text-indent:10px;
	background-image:url('../img/separateur_general.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

.acheter ul li:hover {
	
}

.acheter ul li a {
	text-decoration:none;
	text-transform:none;
	color:#008f98;
	display: block;
}

.acheter ul li a:hover {
	background: white;
}


/*  ////////////////////////////////////////////// BOUTONS  //////////////////////////////////////////////  */








