/*
** boite fragment PAGE CATALOGUE
*/
.wrapBoite_padBottom {
	margin-bottom: 4px;
}

.wrapBoite_padRight {
	margin-right: 4px;
}

.boite_1 {
	font-family: Trebuchet, Helvetica, sans-serif;
	border: 1px solid #999;
	z-index: 9;
}

.boite_1 .msg_achat {
	z-index: 200;
	position: absolute;
	top: 30px;
	right: 15px;
	display: none;
	width: 97px;
	height: 77px;
	background: url(../img/ui_acheter_0.png) no-repeat 0 0
}

.boite_1 .wrapCDE {
	height: 100px; /* A VALIDER */
	overflow: hidden;
}

.boite_1 .sectionA {
	width: 240px;
	height: 30px;
}

.boite_1 .sectionA .marque {
	margin: 5px 0 0 8px;
}

.boite_1 .sectionA .actions {
	margin: 5px 8px 0 0;
}

.action_loupe {
	margin: 0px 10px 0 0;
}

.action_loupe img {
	width: 18px;
	height: 17px;
}

.action_infos {
	margin: 0px 10px 0 0;
}

.action_infos img {
	vertical-align: top;
	width: 15px;
	height: 15px;
}

.action_carosse {
	margin: 0;
}

.action_carosse img {
	width: 21px;
	height: 17px;
}

.boite_1 .sectionB {
	width: 240px;
	height: 150px;
	text-align: center;
	border-bottom: 0px dotted #999;
}

.boite_1 .sectionB h2 img { /*
   dimensions sont embed �
   */
	cursor: hand;
	cursor: pointer;
}

.boite_1 .sectionC {
	width: 240px;
	/*height: 142px;*/
	text-align: left;
}

.boite_1 .sectionC p {
	margin: 2px 0 5px 8px;
}

.boite_1 .sectionC span.modele {
	font-weight: bold;
	font-size: 93%;
	color: #000;
}

.boite_1 .sectionC span.prix {
	font-weight: bold;
	font-size: 100%;
	color: #000;
}

.boite_1 .sectionC span.prixSold {
	color: #f00;
	font-weight: bold;
}

.boite_1 .sectionD {
	width: 240px;
	/*height: 142px;*/
	text-align: left;
}

.boite_1 .sectionD p {
	margin: 2px 0 5px 8px;
	color: #000;
}

.boite_1 .sectionD span.optionsNom {
	font-size: 93%;
	font-weight: bold;
}

.boite_1 .sectionD span.optionsVal {
	font-size: 90%;
	font-weight: normal;
}

.boite_1 .sectionE {
	width: 240px;
	/*height: 142px;*/
	text-align: left;
}

.boite_1 .sectionE .description {
	color: #000;
	margin: 3px 8px 5px 8px;
	font-size: 93%;
	line-height: 1.1em;
}

.boite_1 .hr {
	width: 240px;
	height: 1px;
	border-top: 1px dotted #ccc;
}

/*
** CLASS PR FENETRE MODAL
*/
.jqmOverlay {
	background-color: #abc;
}

/*
** FRAGEMET POUR POP UP IMAGE DE PRODUIT
*/
div.produitImg {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 675 !important;
	display: none;
}

div.produitImg div.produitImgBoder {
	border: 1px solid #000;
	background-color: #fff;
}

div.produitImg div.produitImgSrc,div.produitImg img.produitImgSrc {
	height: 490px;
	width: 800px;
	text-align: center;
}

div.produitImg img.produitImgAjax {
	display: none;
	width: 16px;
	height: 16px;
	margin-top: 240px;
}

div.produitImgBtn {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 10px;
	z-index: 19 ! important;
	overflow: hidden;
}

/*
** SECTION CATALOGUE
*/
div#navFiltre,
div#navFiltre_old{
	width: 1000px;
	background-color: #000;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

/*
version pre ete 2010
div#navFiltre div.recherche {
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0 0;
}
*/

div#navFiltre div.nomDD {
	height: 25px;
	line-height: 25px;
	margin: 0 2px 0 0;
}

div#navFiltre div.etiquette { /*
    width:248px;
    */
	text-align: left;
	font-weight: bold;
	font-size: 100% !important;
	font-size: small;
	color: #cccccc;
	line-height: 25px;
}

div#navFiltre div.etiquette span {
	padding: 0 0.25em 0 13px;
}

div#navFiltreWWW a {
	color: #999999;
	font-size: 77%;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	text-decoration: none;
}

div#navMsg {
	width: 1000px;
	background-color: #999;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	z-index: 5;
}

div#navMsg div.goToPanier {
	width: 200px;
	text-align: left;
	font-weight: bold;
	font-size: 100% !important;
	line-height: 17px;
}

div#navMsg div.goToPanier a.active,div#navMsg div.goToPanier a.active:visited
	{
	color: #f00;
}

div#navMsg div.goToPanier span {
	padding: 0 0 0 13px;
}

div#navMsg div.goToPanier a,div#navMsg div.goToPanier a:visited {
	color: #000;
	text-decoration: none;
}

div#navMsg div.msgBoutique {
	width: 800px;
	text-align: right;
	font-weight: bold;
	font-size: 77% !important;
	color: #000;
	line-height: 17px;
}

div#navMsg div.msgBoutique span {
	padding: 0 0 0 13px;
}

div#boiteMsgErr {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	width: 300px;
	background-color: #f00;
	z-index: 700 !important;
	color: #fff;
}

div#boiteMsgErrContenu {
	width: 240px;
}

div#boiteInfo {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	background-color: #fff;
	border: 2px #666 solid;
	z-index: 600 !important;
}

#boiteInfo span.rouge{
	color: #f00;
}

/*
** boiteA : 3 colonnes 
** boiteB : 2 colonnes 
*/
div#boiteInfo .boiteA {
	width: 996px;

	/*    overflow:hidden  ca cache le drop down*/
}

div#boiteInfo .boiteB {
	width: 679px;
}

/*
** contraites vertical
** applique a TABLE
*/
div#boiteInfo .hLarge {
	height: 525px !important;
}

div#boiteInfo .hMoy {
	height: 382px !important;
}

div#boiteInfo .hMin {
	height: 265px !important;
	height: 275px !important;
}

div#boiteInfo .colA {
	width: 333px;
    border-right: 1px #999 dashed;
	overflow:hidden;
}

div#boiteInfo .sommaire {
	margin: 10px;
}

div#boiteInfo .apercu {
	margin-left: 10px;
	border: 1px #666 solid;
}

div#boiteInfo .apercu #boiteInfoo_model_apercu img {
	width: 313px;
	height: 177px;
}

div#boiteInfo div.img {
	width: 313px;
	height: 177px;
	z-index: 40;
}

div#boiteInfo .loupe {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
}

div#boiteInfo .ajax {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50;
}

div#boiteInfo .apercu a {
	display: block;
	width: 18px;
	height: 17px;
	background: url("../img/ui_loupe_0.png") 0 0 no-repeat;
}

div#boiteInfo .apercu a:hover {
	background: url("../img/ui_loupe_1.png") 0 0 no-repeat;
}

div#boiteInfo .colA h3,div#boiteInfo .colA h4 {
	font-family: Trebuchet, Helvetica, sans-serif;
	display: inline;
}

div#boiteInfo .modeles {
	margin-left: 36px;
	margin-top: 10px;
}

/*
model
*/
#boiteInfo_model {
	height: 101px;
}

#boiteInfo_model div.img-wrapper {
	position: relative;
	height: 92px;
	width: 92px;
	cursor: pointer;
}

#boiteInfo_model li {
	border: 1px dashed #ddd;
	margin: 0 10px;
}

#boiteInfo_model_nav_left,#boiteInfo_model_nav_right {
	width: 16px;
	height: 92px;
}

#boiteInfo_model_nav_left {
	border-right: 0px solid #DDDDDD;
	margin-right: 2px;
}

#boiteInfo_model_nav_right {
	border-left: 0px solid #DDDDDD;
	margin-left: 2px;
}

#boiteInfo_model_nav_left a,#boiteInfo_model_nav_right a {
	margin-top: 30px;
	display: block;
	height: 22px;
	width: 16px;
	text-align: center;
	text-decoration: none;
	outline-width:0;
}


#boiteInfo_model_nav_right.disabled a {
	background: transparent url(../img/ui_nav_d_off.png) no-repeat 0 0;
}

#boiteInfo_model_nav_right a {
	background: transparent url(../img/ui_nav_d.png) no-repeat 0 0;
}
#boiteInfo_model_nav_left.disabled a {
	background: transparent url(../img/ui_nav_g_off.png) no-repeat 0 0;
}
#boiteInfo_model_nav_left a {
	background: transparent url(../img/ui_nav_g.png) no-repeat 0 0;
}

div#boiteInfo .boiteA div#boiteInfoDescription {
	width: 662px;
	overflow:hidden;
}

div#boiteInfo .boiteB div#boiteInfoDescription{
	width: 345px;
	height:600px;
	overflow:hidden;	
}
 

div#boiteInfoTitreI {
	min-height: 32px;
}

div#boiteInfoTitreI p {
	margin: 10px;
	font-weight: bold;
	font-size: 123%;
	color: #000;
	font-family: Trebuchet, Helvetica, sans-serif;
}


#boiteInfoDescriptionContenu{
    border-top: 1px #999 dashed;
}

#boiteInfoDescriptionContenu p {
	font-family: Trebuchet, Helvetica, sans-serif;
	margin: 10px;
}

#boiteInfoDescriptionContenu div.colB {
	vertical-align: top;
	width: 330px;	
}

#boiteInfoDescriptionContenu div.colC {
	vertical-align: top;
	width: 330px;
	border-left: 1px #999 dashed;
	height:100%;
}


#boiteInfo_marque {
	font-weight: bold;
	font-size: 123%;
	color: #000;
}

#boiteInfo_modele {
	font-weight: bold;
	font-size: 123%;
	color: #000;
}

p#boiteInfo_enMagasin {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
	margin-bottom: 10px;
	padding: 2px;
}
p#boiteInfo_lignPrix {
    margin-top: 6px;
}
#boiteInfo_prix {
	font-weight: bold;
	font-size: 123%;
	color: #000;
}

#boiteInfo_prixSold {
	font-weight: bold;
	font-size: 123%;
	color: #F00;
	padding-left: 1em;
}

div#boiteInfo_pannier {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 650 !important;
}

div#boiteInfo_pannier div.border {
	border: 1px solid #000;
	background-color: #fff;
}

div#boiteInfo_pannier div.size {
	width: 309px;
	height: 213px;
}

div#boiteInfo_pannier div.hidden {
	display: none;
}

a#fermerBoite,
a#fermerImgInfo,
a#fermerImgCat{
    display:block;
    width:24px;
    height:24px;
    background: url("../img/ui_fermer_fenetre.png") 0 0 no-repeat;
    outline-width: 0;
    margin:4px 4px 4px 0;
}
a#fermerBoite:hover,
a#fermerImgInfo:hover,
a#fermerImgCat:hover{
    background: url("../img/ui_fermer_fenetre.png") -24px 0 no-repeat;
}


div.boiteInfo_pannier_dbox {
	margin: 10px 0 0 10px !important;
	border: 1px solid #000
}

div.boiteInfo_pannier_dbox div.dbox_selected {
	width: 250px !important;
	height: 25px !important;
	line-height: 25px;
	background-image: url(../img/ui_dd_0.png);
	background-position: 230px center;
	background-repeat: no-repeat;
	z-index: 200;
}



div.boiteInfo_pannier_dbox div.dbox_open {
	position: absolute;
	top: 26px;
	left: -1px;
	background-color: #fff;
	display: none;
	border: 1px solid #000;
	border-top: 0px solid #000;
	z-index: 750;
}

div.boiteInfo_pannier_dbox div.dbox_open_size {
	width: auto !important;
}

div.boiteInfo_pannier_dbox div.dbox_available {
	width: 245px !important;
	height: 25px !important;
}

div.boiteInfo_pannier_dbox p {
	font-family: Trebuchet, Helvetica, sans-serif;
	margin: 0 0 0 5px !important;
}

div.boiteInfo_pannier_dbox a {
	font-family: Trebuchet, Helvetica, sans-serif;
	text-decoration: none;
}

div.boiteInfo_pannier_dbox a div {
	font-size: 93%;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	background-color: #fff;
	padding: 0 0 0 5px !important;
}

div.boiteInfo_pannier_dbox a:hover div {
	background-color: #999;
	color: #fff;
}

div#boiteInfo_pannier_qty {
	margin: 10px 0 0 10px !important;
}

div#boiteInfo_pannier_qty p {
	font-family: Trebuchet, Helvetica, sans-serif;
	margin: 0 8px 0 0;
	line-height: 26px;
}

div#boiteInfo_pannier_qty div.box {
	height: 26px;
	width: 49px;;
	background: url(../img/ui_boite_quantite.png) no-repeat 0 0;
}

div#boiteInfo_pannier_qty div.box p {
	font-family: Trebuchet, Helvetica, sans-serif;
	margin: 0;
	text-align: center !important;
	line-height: 26px;
}

div#boiteInfo_pannier_qty div.box input {
	font-family: Trebuchet, Helvetica, sans-serif;
	background-color: transparent;
	border-width: 0;
	width: 45px;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
	text-align: center;
}

div#boiteInfo_pannier_ajouter {
	margin: 10px 0 0 10px !important;
}

div#boiteInfo_pannier_ajouter div.size {
	height: 29px;
	width: 225px;
	background: url(../img/ui_boite_ajouter.png) no-repeat 0 0;
}

div#boiteInfo_pannier_ajouter p {
	text-align: center !important;
	line-height: 29px;
	margin: 0 0 0 38px !important;
}

div#boiteInfo_pannier_ajouter p a,div#boiteInfo_pannier_ajouter p a:visited
	{
	font-family: Trebuchet, Helvetica, sans-serif;
	color: #4F5155;
	text-decoration: none;
}

#boiteInfo_msg {
	height: 23px;
}

#boiteInfo_msg p {
	display: none;
	margin: 10px 10px 0 !important;
	color: #f00;
	font-size: 93%;
}

div#boiteInfo_btn {
	margin: 10px 0 0 10px !important;
}

/* 
** BOUTON GAUCHE
*/
div#boiteInfo_btn_gauche {
	height: 25px;
	background-color: #999;
	cursor: hand;
	cursor: pointer;
}

div#boiteInfo_btn_gauche:hover {
	background-color: #666;
}

div#boiteInfo_btn_gauche a {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 93%;
	color: #fff;
	line-height: 25px;
	margin: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

div#boiteInfo_btn_gauche img {
	vertical-align: middle;
	margin-right: 5px;
}

/*
** BOUTON DROITE
*/
div#boiteInfo_btn_droite {
	height: 25px;
	background-color: #f00;
}

div#boiteInfo_btn_droite:hover {
	background-color: #000;
}

div#boiteInfo_btn_droite a {
	font-size: 93%;
	color: #fff;
	line-height: 25px;
	margin: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

div#boiteInfo_btn_droite img {
	vertical-align: middle;
	margin-left: 5px;
}

/*
** catalogueEntry
*/
div#catalogueEntry {
	background-color: #fff;
	overflow: auto;
	height: auto;
	width: 1019px;
	width: 1000px;
}

/*
** pannier
*/
div#boitePanier {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	background-color: #fff;
	border: 2px #000 solid;
	z-index: 500;
}
  
div#boitePanier table {
	
}

div#boitePanier div.entete, div#boitePanier div.basPage,
div#boitePanier div.contenu table
{
	width: 998px;
	background-color: #fff;
}

div#boitePanier div.enteteBoite {
	background-color: #000;
	margin: 7px;
	height: 30px;
}

div#boitePanier div.enteteBoite p {
	line-height: 30px;
	color: #fff;
}

div#boitePanier div.contenu {
    width:998px;	
}

div#boitePanier div.contenuBoite {
	background-color: #fff;
	margin: 0;
}

div#boitePanier table td,div#boitePanier table th {
	color: #000;
	font-weight: bold;
	line-height: 1em;
}

div#boitePanier table td img {
	vertical-align: top;
}

div#boitePanier table td.col_1 {
	height: 100px;
	vertical-align: middle;
}

div#boitePanier table th.col_1 {
	width: 200px;
	padding-bottom: 5px;
}

div#boitePanier table td.col_2 {
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

div#boitePanier table th.col_2 {
	width: 115px;
	text-align: center;
	vertical-align: bottom;
	color: #f00;
}

div#boitePanier table td.col_3 {
	padding-top: 10px;
	padding-left: 25px;
	text-align: left;
	vertical-align: top;
}

div#boitePanier table th.col_3 {
	width: auto;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 50px;
}

div#boitePanier table .col_3 div.nom {
	color: #f00;
	padding-left: 25px;
	background: url('../img/ui_infos_1.png') 0 50% no-repeat;
	height: 20px;
	line-height: 20px;
}

div#boitePanier table .col_3 div.options {
	color: #000;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
}

div#boitePanier table .col_3 img {
	height: 15px;
	width: 15px;
	vertical-align: text-bottom;
}

div#boitePanier table td.col_4 {
	padding-top: 10px;
	vertical-align: top;
	text-align: right;
	padding-right: 25px;
}

div#boitePanier table th.col_4 {
	width: 105px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 5px;
}

div#boitePanier table td.col_5 {
	padding-top: 10px;
	vertical-align: top;
	text-align: center;
}

div#boitePanier table td.col_5 img {
	height: 20px;
	width: 20px;
	padding-top: 4px;
}

div#boitePanier table th.col_5 {
	width: 85px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
}

div#boitePanier table th.col_5 p {
	padding-right: 30px;
}

div#boitePanier table div.box {
	height: 26px;
	width: 49px;;
	background: url(../img/ui_boite_quantite.png) no-repeat 0 0;
}

div#boitePanier table div.box p {
	font-family: Trebuchet, Helvetica, sans-serif;
	margin: 0;
	text-align: center !important;
	line-height: 26px;
}

div#boitePanier table div.box input {
	font-family: Trebuchet, Helvetica, sans-serif;
	background-color: transparent;
	border-width: 0;
	width: 45px;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
	text-align: center;
}

div#boitePanier table td.col_6 {
	padding-top: 10px;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
	color: #f00;
}

div#boitePanier table th.col_6 {
	width: 70px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}

div#boitePanier table td.ligne {
	border-top: dashed 1px #ccc;
	padding: 0;
	line-height: 1px;
}

/* 
** BOUTONS CONTINUER
*/
div#boitePanier_btn_gauche {
	height: 25px;
	background-color: #999;
	cursor: hand;
	cursor: pointer;
}

div#boitePanier_btn_gauche:hover {
	background-color: #666;
}

div#boitePanier_btn_gauche a {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 93%;
	color: #fff;
	line-height: 25px;
	margin: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

div#boitePanier_btn_gauche img {
	vertical-align: middle;
	margin-right: 5px;
}

/*
** BOUTTON ACHAT
*/
div#boitePanier_btn_droite {
	height: 25px;
	line-height: 25px;
	background-image: url('../img/ui_barre_1.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	background-color: #f00;
}

div#boitePanier_btn_droite:hover {
	background-color: #000;
}

div#boitePanier_btn_droite a {
	font-size: 93%;
	color: #fff;
	margin: 0 5px 0 30px;
	font-weight: bold;
	text-decoration: none;
}

div#boitePanier_btn_droite:hover a {
	color: #fff;
}

div#boitePanier_btn_droite a img {
	vertical-align: middle;
	margin-left: 5px;
}

/*
** BOUTTON Calculer
*/
div#boitePanier div.labelImg {
	height: 29px;
	background: url(../img/ui_boite_texte.png) 0 0 no-repeat;
}

div#boitePanier div.labelImg div {
	height: 29px;
	line-height: 29px;
	margin-left: 10px;
	padding-right: 10px;
	background: #fff url(../img/ui_boite_texte.png) right 0 no-repeat;
	width: 170px;
	color: #000;
}

div#boitePanier div.basPage {
    /*
	padding-bottom: 13px;
	*/
}

div#boitePanier div.colDroite{
	width: 998px;
}

div#boitePanier div.colDroite div.borderTotalTaxCan {
	border: 2px solid #999;
	margin-right: 8px;
	margin-top: 5px;
}


div#boitePanier div.colDroite span.grandTotal {
	color: #f00;
	font-weight: bold;
}

div#boitePanier div.colDroite div.rangTotal {
	width: 575px;
	padding: 10px;
}

div#boitePanier div.colDroite div.rangTotal strong {
	color: #000;
	font-weight: bold;
}

div#boitePanier div.colDroite div.rangCP {
	padding-top: 10px;
	margin-right:102px;
}

div#boitePanier div.colDroite div.rangCP label {
	height: 29px;
	line-height: 29px;
}

div#boitePanier div.colDroite div.rangCP p{    
	color: #000;
	font-size:93%;
	line-height: 1em;
}

div#inputBox_cp{
    height: 26px;
	width: 151px;;
	background: url(../img/ui_boite_cp.png) no-repeat 0 0;
	margin-right: 20px;
}
input#panier_cp{
	height: 24px;
	line-height: 24px;
	width:140px;
	padding-left:5px;
	background-color: transparent;
	border-width:0;
}

/*
**  notes = conditions d'Achats
*/
#titre_notes{
    color:#f00;
    font-size:85%;
    line-height: 14px;
    margin-right: 20px;
}
div#panier_notes{
   height:1px;
   overflow:hidden;
   margin-left: 13px;
   margin-bottom: 13px;
   padding:0;
}
div#panier_notes_width{
   border-top:1px solid #ddd;
   width: 968px; /* -30 */
}
div#panier_notes p{
    color: #000;
    font-size:77%;
    text-align:justify;
    margin:0;
    padding:0;
}
div#panier_notes table{
    width:777px!important;
    border-bottom: 2px #b2b2b2 solid;
    margin-bottom:20px;
}
div#panier_notes table th{
    color: #f00;
    font-size:93%;
    font-weight:bold;
    text-align:left;
    padding:15px 10px 5px 10px;
}
div#panier_notes table td{
    color: #000;
    font-size:93%;
    font-weight:bold;
    text-align:left;
    padding:10px;
}
div#panier_notes table tr.border td{
   border-top: 2px #eeeeee solid;
}


/*
** formulaire d'achat
*/
form#achat_form{
    
}
form#achat_form .label{
    font-size:108%;
    color:#000;
    font-weight:bold;
}
form#achat_form .label_r{
    font-size:108%;
    color:#f00;
    font-weight:bold;
}
form#achat_form small{
    font-size:77%;
    line-height:1em;
}
form#achat_form  .dotted_line{
    display:block;
    border-top: 1px dashed rgb(0, 0, 0);
    height:10px;
}
/* 
** BOUTONS ANNULER ÉTAPE d'ACHAT
*/
div#achat_btn_annuler {
	height: 25px;
	background-color: #999;
	cursor: hand;
	cursor: pointer;
}

div#achat_btn_annuler:hover {
	background-color: #666;
}

div#achat_btn_annuler a {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 93%;
	color: #fff;
	line-height: 25px;
	margin: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

div#achat_btn_annuler img {
	vertical-align: middle;
	margin-right: 5px;
}
/*
** BOUTTON ACHAT POURSUIVRE
*/
div#achat_btn_poursuivre{
	height: 25px;
	line-height: 25px;
	background-image: url('../img/ui_barre_1.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	background-color: #f00;
}

div#achat_btn_poursuivre:hover {
	background-color: #000;
}

div#achat_btn_poursuivre a {
	font-size: 93%;
	color: #fff;
	margin: 0 5px 0 30px;
	font-weight: bold;
	text-decoration: none;
}

div#achat_btn_poursuivre:hover a {
	color: #fff;
}

div#achat_btn_poursuivre a img {
	vertical-align: middle;
	margin-left: 5px;
}
div#achat_i_1{
    height:24px;        
}
div#achat_i_1 img{
   height:17px;
   width:17px;
   margin-top:3px;
   margin-right:10px;
   vertical-align:top;
}
div#achat_i_1 p{    
    width:275px;
    line-height:0.9em;
    font-size:93%;
    color:#f00;
    font-style:italic;
}

div#achat_i_2{
    height:24px;        
}
div#achat_i_2 img{
   height:17px;
   width:17px;
   margin-top:3px;
   margin-right:10px;
   vertical-align:top;
}
div#achat_i_2 p{    
    width:275px;
    line-height:24px;
    font-size:93%;
    color:#f00;
    font-style:italic;
}
/*
achat_tt_tps
achat_tt_tvq
achat_tt_payer
achat_tt_livraison
*/

input[type=text]:focus,
input[type=password]:focus {
    outline: 0 none;    
}

select.embose,
input.embose{
    font-family: Monaco, "Courier New", Monospace;
	font-size: 0.9em;
	border: 1px solid #bbb;
	border-top: 2px solid #777;
	border-bottom: 2px solid #ddd;
	background: #fefefe url(../img/textbg.png) no-repeat top left;
	padding: 0.2em 0.2em;
	max-width: 1000px;
	font-variant: normal;
}
input.w_1{
    width: 800px;
}
input.w_2{
    width: 350px;
} 
input.w_3{
    width:150px;
}
/*
** pr plug in validation
*/
form label.error{
    display:block;
    width:auto !important;
    font-size:77% !important;
    font-family:Arial,Helvetica,sans-serif !important;
    color:#ec3000 !important;
}


div#boiteAchat{
    display: block;
	position: absolute;
	top: 150px;
	left: 0;
	background-color: #fff;
	border: 2px #000 solid;
	z-index: 500;
}
div#boiteAchat div.enteteBoite {
	background-color: #000;
	margin: 7px;
	height: 30px;
}
div#boiteAchat div.enteteBoite p {
	line-height: 30px;
	color: #fff;
}

div#boiteAchat div.contenu {
    width:998px;	
}


div#boiteAchat.borderRouge{
    border: 2px #f00 solid;
}
div#boiteAchat div.entete{
    width: 998px;
	background-color: #fff;  
}
div#boiteAchat div.contenu {
    width:998px;	
}
div#boiteAchat div.enteteEchec{
	background-color: #f00;
	margin: 7px;
	height: 30px;
}
div#boiteAchat div.enteteSucces {
	background-color: #000;
	margin: 7px;
	height: 30px;
}
div#boiteAchat div.enteteEchec p,
div#boiteAchat div.enteteSucces p{
	line-height: 30px;
	color: #fff;
	font-weight:bold;
}
p#msgConfirmation{
    text-align:center;
    font-size:153.9%;
    color:#000;
    font-weight:bold;
    line-height:1.5em;
    margin: 45px 0;
}
p#msgConfirmation i{
    font-weight:normal;
    font-style:italic;
}
