@charset "iso-8859-2";
/* CSS Document */
#petitsprix{ margin:auto; width: 1000px; height: 800px;}
#petitsprix a img{ border: none;}
#petitsprix a{ text-decoration:none;}

#petitsprix img{ display: block; float:left;}

button.btn{ width:138px;
height: 54px;
line-height: 54px;
text-align: center;
float: left;
display:block;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
background-image:url(../img/fond_btn.png);
background-position: left top;
border: none;
background-color: transparent;
}

button:hover.btn{ width:138px;

background-image:url(../img/fond_btn.png);
background-position: left bottom  ;
cursor:hand;

}

button.btn-inactif{ width:138px;
height: 54px;
line-height: 54px;
text-align: center;
float: left;
display:block;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
background-image:url(../img/btn-inactif.png);
background-position: left bottom ;
border: none;
background-color: transparent;
}

button.btn_select {
width:138px;
height: 54px;
line-height: 54px;
text-align: center;
float: left;
display:block;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
display:none;
background-image:url(../img/fond_btn.png);
background-position: left bottom  ;
border: none;
background-color: transparent;
}


button.btnsaison{ width:138px;
height: 54px;
line-height: 54px;
text-align: center;
float: left;
display:block;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
background-image:url(../img/fond_btn.png);
background-position: left bottom;
border: none;
background-color: transparent;
}

button:hover.btnsaison{ width:138px;

background-image:url(../img/fond_btn.png);
background-position: left top;

}

button.btnsaison_select {
width:138px;
height: 54px;
line-height: 54px;
text-align: center;
float: left;
display:block;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
display:none;
background-image:url(../img/fond_btn.png);
background-position: left top;
border: none;
background-color: transparent;
}


#fond_dest{

background-image:url(../img/dest.jpg);
width: 1000px; 
height: 93px;
float: left;

}

#fond_mois{

background-image:url(../img/periode.jpg);
width: 1000px; 
height: 92px;
float: left;
}

#loading{
 position: absolute; background-color:#FFFFFF; color: #666666; width:1000px;
height:800px; display:none ;filter:alpha(opacity=50); opacity:0.5;
}

#p_loading{position: absolute; top: 580px; left: 300px; font-weight:bold; font-size:15px; font-family:Arial, Helvetica, sans-serif; display:none; z-index:1000;
background-color:#FFFFFF; border: solid 1px #CCCCCC; padding: 10px;
}

#p_loading img{display:inline; vertical-align:middle; margin-right:8px;}



