@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border:none;

font-family:Verdana, Geneva, sans-serif;
}

h1{
font:bold 24px Verdana, Geneva, sans-serif;
color:#6c5f44;
text-align:center;
margin-top:55px;
}

#page {
	width:1000px;
	height:760px;
	margin:auto;
	margin-top:50px;
}

#titre {
	height: 140px;
	width:785px;
	margin:0;
	padding:0;
	margin-top:25px;
	float:left;

}

#image-titre {
	height:165px;
	width:215px;
	float:left;	
}


#menu {
	clear:both;
height:500px;
	width:145px;
	background: url(../images/menu.jpg) no-repeat;
	margin-top: 15px;
	float:left;
	padding-left:40px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:13px;
	letter-spacing:-0.2px;
	color: #999;
	line-height:18px;
	position:relative;
}
#menu a {color: #4c3907;
	text-decoration:none}
#menu-presse a {color: #324b4e;
	text-decoration:none}
#menu a:hover{
	color:#000;
}


#menu-livre{position:absolute;
	top:50px;
}
#menu-jeux{position:absolute;
	top:255px;
}
#menu-presse{
	position:absolute;
	top:440px;
	
}


#contenu {
	height:510px;
	width:775px;
	float:left;
	background: url(../images/contenu.jpg) no-repeat;
	margin-top:20px;
	margin-left:10px;
	margin-right:15px;
	position:relative;
	
}

#contenu a {
	color:#6c5f44;
}
#contenu a:hover {
	color:#777;
}

#newsletter {
	padding-top:25px;
	text-align:center;
	height:55px;
	width:715px;
	margin:auto;
	margin-left : 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	letter-spacing:-0.2px;
	color: #666;
	clear:both;
	float:left;
	border:0;
}
#form {
	height:55px;
	width:215px;
	float:left;
	
}

#footer {
	width:1000px;
	text-align:center;
	clear:both;
	font-size:11px;
	font-style:italic;
	padding-top:50px;
	color:#666;
	padding-bottom:100px;
}
#footer a {
	color:#666;
	text-decoration:none}
#footer a:hover {
	text-decoration:underline;
}

#mentionslegales {
	font-size:12px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top : 0;
	line-height:1;
}
#mentionslegales a {
	color: #333;	
}
.fondecran {
	width:210px;
	height:150px;
	text-align:center;
	float:left;
	margin-top:60px;
}
#general {
	margin-left: 100px;
	margin-right: 100px;
	margin-top : 45px;
	font-size:14px;
	letter-spacing:normal;
}


.bouton{width:auto;
height:auto;
float:left;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

.bouton:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#cadre {
	font-size:11px; 
	margin-left:50px; 
	margin-right:55px; 
	padding:30px; 
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	position:relative;
}

.bloc{
	width:100px;
	height:120px;
	float:left;	text-align:center;
	font-size:11px;
	font-style:italic;
	color:#666;
}
.shop{
	position:absolute;
	bottom:5px;
	right:10px;
}
.niveau {
	font-size:small;
	text-align:center;
	margin-left:270px;
}

/********************************
	CART
********************************/
.headerRow, .item_numero, .item_poids {display:none}
		
.nom_objet {
font-weight:bold;
clear:both;
}
.itemRow {
clear:both;
float:left;
text-align:left;
width : 100%;
}
.item-cell{
float:left;
padding: 5px 0;
}


.item-remove, .item-increment, .item-decrement {
	width:23px;
	height:23px;
	float:right;
	font-size:75%;
	margin: 2px;
	padding:3px;
	text-align:center;		
    border-radius: 14px;
	font-weight: 700;
    color: #fff;
    background-color: #42a393;
	margin-top:10px;
    }

	
 .item-remove a, .item-increment a, .item-decrement  a,
.item-remove a:hover, .item-increment a:hover, .item-decrement  a:hover,
.item-remove a:focus, .item-increment a:focus, .item-decrement  a:focus	{
    color: #fff;
	text-decoration:none
    }


	
.bouton_panier:hover,
.bouton_panier:focus,
.bouton_panier:active,
.bouton_panier.active,
.item-remove:hover,
.item-remove:focus,
.item-remove:active,
.item-remove.active,
.item-increment:hover,
.item-increment:focus,
.item-increment:active,
.item-increment.active,
.item-decrement:hover,
.item-decrement:focus,
.item-decrement:active,
.item-decrement.active {
    border-color: #53cbb7;
    color: #fff;
    background-color: #53cbb7;
}
.bouton_panier{
    background-color: #42a393;
}
.item_Quantity{
width:45px}

.achat{
padding-top:10px;}

.top{
margin-top:22px;
}
.bottom{
margin-bottom:22px;
}
.panier_boutons{
text-align:center;}

.panier_contenu{
margin:auto;

}
.panier{
width : 100%;
}
.top120 {
padding-top:120px
}

.panier_liste{
width : 300px;
margin : auto;
}
.panier_liste input{
margin-top : -1px;
}
.panier_liste table {
margin-left:-17px;}

@media(min-width:550px) {
.panier {
border : 6px double #42a393;
border-radius : 40px;
}
.panier_contenu{
width:480px;
padding : 30px 50px;
}
}
.closeclose {
color : #42a393;
font-size :60px;
}
.closeclose:hover {
color: #53cbb7;
}
.centrer {
text-align: center;
margin: auto;
}
.ports  {
font-size:75%;
text-align:center}
.titre {
font-size:130%;
font-weight:700}
.justify{
text-align:justify;
padding:15px 60px;}
.justify2{
text-align:justify;}
.bas a, .bas a:hover, .bas a:focus {
color:#000;
}

.blank {
    height: 60px;
	
}

hr {
 margin-top:30px;
 padding: 0; 
 border: none; 
 border-top: 4px double #42a393; 
 color: #333; 
 text-align: center;
}

.nouveau {
position:absolute; 
top:0px; 
width:400px; 
height:290px; 
background-image: url("../img/boutique/nouveau.png");
float:left;
}


.jeu {
border : 6px double;
border-radius : 40px;
padding : 30px;
padding-top : 20px;
margin : 15px;
background-image: url("../img/neige.png");
}

.jeu1 {
border-color:#bdcdf6;
background-color: #ebf0fc;

background-position: right;
}


.jeu2 {
border-color:#d4c5f1;
background-color: #f6f2fc;

background-position: left;
}

.jeu3 {
border-color:#d4c5f1;
background-color: #f6f2fc;

background-position: left;
}

.jeu0 {
border-color:#42a393;
padding:0;
}