/****************************************************/
/* Boutique UltraJeux.com (BoutiqueMagic v4.0)      */
/* ================================================ */
/* Copyright 2008 Ultra Jeux SARL                   */
/* http://www.ultrajeux.com                         */
/* contact@ultrajeux.com                            */
/****************************************************/

@import url("port.css");
@import url("paiement.css");
@import url("panier.css");

table td, table th {
/*    padding: 5px;*/
}

div#menu_gauche {
    float: left;
    width: 200px;
    margin-right: 10px;
}

div#container_droite {
  float: left;
  width: 1200px;

}
@media screen and (min-width: 1024px) and (max-width: 1179px) {
    div#container_droite {
      float: left;
      width: 800px;
    }
} 
@media screen and (min-width: 800px) and (max-width: 1023px) {
    div#container_droite {
      float: left;
      width: 700px;
    }
}

/* iphone 6+ */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio : 3) {     
    div#container_droite {
        float: left;
        width: 795px;
    }
}  

.hover_on {
/*    background-color: #f6faff;*/
    background-color: #E2EFFF;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}

.hover_off {
    background-color: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.button-big {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -webkit-border-top-left-radius:15px;
    -moz-border-radius-topleft:15px;
    border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -moz-border-radius-topright:15px;
    border-top-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-radius-bottomright:15px;
    border-bottom-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-radius-bottomleft:15px;
    border-bottom-left-radius:15px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color: #ffffff !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-style: normal;
    height: 40px;
    line-height: 42px;
    text-decoration: none !important;
    text-align: center;
    text-shadow:1px 1px 0px #cc9f52;
    padding: 0px 30px 0px 30px;
    margin: 5px;
    cursor: pointer;
}
.button-big:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}.button-big:active {
    position:relative;
    top:1px;
}

#jquery-loader{
	border:2px black solid;
	padding-top:35px;
	background-color: white;
	text-align: center;
}
#jquery-loader-background{background-color: silver}
#jquery-loader.blue-with-image{
	border:2px #008587 solid;
	padding-top:35px;
	background-color: white;
	text-align: center;
	background-image: url(../img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#jquery-loader.blue-with-image-2{
	border:none;
	padding-top:35px;
	background-color: transparent;
	text-align: center;
	background-image: url(/images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;

}

div#container {
    margin: 2px;    
}

a:link		{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #00349C; text-decoration: underline }
a:active	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #fd9414; text-decoration: none }
a:visited	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #00349C; text-decoration: underline }
a:hover		{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #fd9414; text-decoration: none }

a.menuderoulant:link	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none }
a.menuderoulant:visited	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none }
a.menuderoulant:hover	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none }

a.menuheader:link 		{ font-family: Segoe UI; color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: none; }
a.menuheader:visited 	{ font-family: Segoe UI; color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: none; }
a.menuheader:hover 		{ font-family: Segoe UI; color : #f0b801; font-size: 16px; font-weight: bold; text-decoration : none; }

a.menuheaderoff:link 	{ color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.menuheaderoff:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.menuheaderoff:hover 	{ color : #F0B410; font-weight: bold; text-decoration : none; }

td				{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; font-size: 11px }
font			{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; font-size: 11px }
body			{ background-color: #b3cae2; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; padding:0px; margin:0px }
td.titreblock 	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; FONT-WEIGHT: bold }
td.block		{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; font-size: 11px }

input		{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; font-size: 11px }
textarea	{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; background-color: #C4D8ED; font-size: 11px }
select	    { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif, Verdana, Helvetica, sans-serif; background-color: #C4D8ED; font-size: 11px }

.menu		{}
.ssmenu		{ background-color: none; border: none; padding: 0px; display: inline; width: 180px;}


span.titre_pourcent {
    font-size: 10px; 
    color: orange;
}

span.prix_normal {
    font-size: 11px; 
    color: red;
}

span.prix {
    font-size: 17px; 
    color: #008000;
    font-weight:bold    
}

span.prix_lots {
    font-size: 10px; 
    color: #008000;
}

h1 { font-size: 26px; margin-left: 10px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.overOn { background-color: #C4D8ED; }

.overOff { background-color: none; }

a.linkplan:link { font-size: 9px; color: #7C7C7C; text-decoration: none; }
a.linkplan:active { font-size: 9px; color: #fd9414; text-decoration: none; }
a.linkplan:visited { font-size: 9px; color: #00349C; text-decoration: underline; }
a.linkplan:hover { font-size: 9px; color: #fd9414; text-decoration: none; }


/* Fig*/
#commandDisplay input{
    width: 30px;
    height: 27px;
    border : 0;
}


#commandDisplay input:hover{
    cursor: pointer;
}

#backward{
    background-image: url(../../images/player/backward.jpg);
}
#backward:hover{
    background-image: url(../../images/player/backward_on.jpg);
}

#play{
    background-image: url(../../images/player/play.jpg); 
}

#play:hover {
    background-image: url(../../images/player/play_on.jpg); 
}

#stop{
    background-image: url(../../images/player/stop.jpg); 
}

#stop:hover{
    background-image: url(../../images/player/stop_on.jpg); 
}

#forward{
    background-image: url(../../images/player/forward.jpg); 
}
#forward:hover{
    background-image: url(../../images/player/forward_on.jpg); 
}

.boncadeau {
    background: url(../../images/bon_cadeau.png) no-repeat;
    width: 100px;
    height: 100px;
    margin-left: 270px;
    margin-top: 10px;
    position: absolute;
    float: right;
    padding-top: 50px;
}

.boncadeau span {
    font-size: 18px;
    color: white;
    margin-left: 25px;

}

.produit_prix {
/*    float: left;*/
}

.sticker_boncadeau {
    background: url("../../images/sticker.png") no-repeat scroll 0 0 transparent;
    line-height: 16px;
    padding: 1px 0px 0px;
    position: absolute;
    text-align: left;
    top: auto;
    width: 49px;
    height: 55px;
    width: 60px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #f0b800;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.breadcrumb{
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background: transparent url(../../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

#boutton {
    width: 175px;
/*    border-right: 1px solid #000;*/
/*    padding: 0 0 1em 0;*/
/*    margin-bottom: 1em;*/ 
    background-color: #90bade;
    color: #333;
}
 
#boutton ul {
    list-style: none;
    margin:0;
   padding:0;
    border: none;
}
 
#boutton li {
    border-bottom: 1px solid #90bade;
    margin: 0;
}
 
#boutton li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    /*border-right: 10px solid #508fc4;*/
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    /*width:100%;*/
    width: 155px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px;    
}
 
html>body#boutton li a {
    width: auto;
}
 
#boutton li a:hover,  #boutton li a.actif {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}

#boutton li a.cat {
    border-left: 10px solid #1c64d1;
/*    border-right: 10px solid #5ba3e0;*/
    background-color: #165094;
    color: #fff;
}
 
.underlinemenu{
font-weight: bold;
}
 
.underlinemenu ul{
    padding: 10px 0 27px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: right;
/*set value to "left", "center", or "right"*/
}
 
.underlinemenu ul li{
display: inline;
}
 
.underlinemenu ul li a{
color: #FFFFFF;
font-family:Tahoma, Geneva, sans-serif, Geneva, sans-serif;
padding: 3px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-top: 3px solid #036; /*bottom border is 3px*/
}
 
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
    border-top-color: #FFF;
}

img.logo_dispo  {
    vertical-align: middle;
/*    padding-left: 5px;*/
}

#block_suivi_postal {
    background: url(/images/laposte_suivi.jpg) no-repeat center top;
    height: 160px;
    width: 172px;
}

#block_suivi_postal .block_content {
    padding-top: 55px;
    padding-left: 10px;
}

.service_commande {
    position: absolute;
    top: 25px;
    left: 720px;
}

.service_commande p {
    margin: 0;
    padding: 0;
}

.service_commande p.gros {
    font-size: larger;
    color: white;
}

.service_commande p.gros span {
    font-weight: bold;
    font-size: 18px;
    color: yellow;
}

.service_commande p.petit {
    font-size: smaller;
    color: white;
}

table.tableau_souhaits_panier {
    width: 100%;
}

table.tableau_souhaits_panier tr th {
    background-color: #C3C3C3;
}

table.tableau_souhaits_panier tr td {
    background-color: #C4D8ED;
}

div.success {
    padding-left: 28px;
    border: 1px solid #379814;
    background: #EBF4E7 url("/images/SuccessBackground.png") no-repeat 10px 13px;
    margin: 5px;
}

div.error, div.success, div.notice {
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
}

div.messageInformation, div.error, div.success, div.notice {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EBEBEB;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 11px;
}

.success, .positive, .positive div, .positive span, .positive strong {
    color: #379814;
}

.liste_souhaits {
    position: absolute;
    top: 40px;
    left: 336px;
}

.liste_souhaits p {
    margin: 0;
    padding: 0;
    color: white;
}

.liste_souhaits p a {
    color: yellow;
}

.vignette_jeux {
    width: 144px;
}

.en_preco {
    color: blue;
    font-weight: bold;
    font-size: 14px;
    font-style:italic;
}