/***********************************************************************************************************
**												Styles generiques										  **
***********************************************************************************************************/
#VEL_Global
{
	font-size: 12px;
	text-align: justify;
}

#VEL_Global a,
#VEL_Global a:visited,
#VEL_Global a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

#VEL_Global a.with_icone_right,
#VEL_Global a.with_icone_right:visited,
#VEL_Global a.with_icone_right:hover
{
	background-image: url(../images/picto_lien_right.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
	text-decoration: underline;
}

#VEL_Global a.with_icone_left,
#VEL_Global a.with_icone_left:visited,
#VEL_Global a.with_icone_left:hover
{
	background-image: url(../images/picto_lien_left.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	text-decoration: underline;
}

#VEL_titre
{
	color: #132f56;
	margin: 0px 0px 10px 0px;
}

/**** Champs de formulaires *****/
#VEL_Global .VEL_input_radio
{
	width: 12px;
	height: 14px;
	vertical-align: middle;
	margin: 0px 2px 2px 0px;
}

#VEL_Global .VEL_input_quantite_button
{
	width: 100px;
}

#VEL_Global .VEL_input_button
{
	width: 150px;
}

#VEL_Global .VEL_input_quantite_plus
{
	display: moz-inline-box;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/plus12.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 2px;
}

#VEL_Global .VEL_input_quantite_moins
{
	display: moz-inline-box;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/moins12.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 2px;
}

#VEL_Global .VEL_input_text
{
	width: 250px;
	height: 14px;
	font-size: 10px;
}

#VEL_Global .VEL_input_quantite
{
	width: 100px;
	height: 12px;
	font-size: 12px;
}

#VEL_Global .VEL_input_select
{
	width: 256px;
	font-size: 10px;
}

#VEL_Global .VEL_input_textVille
{
	width: 200px;
	height: 14px;
	font-size: 10px;
}

#VEL_Global .VEL_input_checkbox
{
	width: 15px;
	margin-right: 5px;
}

#VEL_Global .VEL_form_obligatoire
{
	width: 12px;
	background-image: url(../images/obligatoire.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#VEL_Global #VEL_input_ville
{
	float: left;
	margin: 0px 3px;
}

/***********************************************************************************************************
**													Taches AJAX											  **
***********************************************************************************************************/
/*	Recup Ville		*/
#VEL_ajax_ville_global
{
	width: 600px;
	height: 480px;
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
	overflow: auto;
}

#VEL_ajax_ville_global h3
{
	font-size: 16px;
	margin: 0px;
	color: #132f56;
}

#VEL_ajax_ville_global h4
{
	font-size: 14px;
	margin: 0px;
	color: #132f56;
}

#VEL_lightbox_fondgris
{	
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-image: url(../images/fond_transp.png);
	background-position: top left;
}

#VEL_lightbox_fondgris #VEL_lightbox_contenu
{
	border: solid 5px #ffffff;
	background-color: #ffffff;
}

#VEL_lightbox_fondgris #VEL_lightbox_titre
{
	margin: 0px auto 10px auto;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

/***********************************************************************************************************
**											Formulaire Login Contenu									  **
***********************************************************************************************************/
#VEL_Global #VEL_login_table
{
	width: 100%;
}

#VEL_Global #VEL_login_table .VEL_login_table_box
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
}

#VEL_Global #VEL_login_table .VEL_login_table_box .VEL_login_table_box_tableform
{
	width: 550px;
}

#VEL_Global #VEL_login_table .spacerV
{
	height: 10px;
}

#VEL_Global #VEL_login_table .VEL_login_table_box h4
{
	color: #000000;
	margin-top: 0px;
}

/***********************************************************************************************************
**											Formulaire NewUser											  **
***********************************************************************************************************/
#VEL_Global #VEL_newuser_box
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
}

/***********************************************************************************************************
**												BOUTIQUE												  **
***********************************************************************************************************/
/* Boites Categories */
#VEL_Global .VEL_Box_Cat
{
	background-color: #f4f4f4;
	border: solid 1px #e5e5e5;
	padding: 10px;
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_outer
{
	width: 113px;
	height: 200px;
}

#VEL_Global .VEL_Box_Cat_spacerV
{
	width: 21px;
}

#VEL_Global .VEL_Box_Cat_spacerH
{
	height: 21px;
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_titre
{
	margin: 0px;
	font-size: 12px;
	height: 45px;
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_image
{
	height: 113px;
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_texte
{
	height: 27px
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_bottom
{
	height: 13px;
	text-align: right;
}

#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_bottom a,
#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_bottom a:visited,
#VEL_Global .VEL_Box_Cat .VEL_Box_Cat_bottom a:hover
{
	font-weight: normal;
	font-size: 10px;
}

/* Boites Categories HOVER */
#VEL_Global .VEL_Box_Cat:hover
{
	background-color: #e5e5e5;
	border: solid 1px #cccccc;
	padding: 10px;
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_outer
{
	width: 113px;
	height: 200px;
}

#VEL_Global .VEL_Box_Cat_spacerV
{
	width: 21px;
}

#VEL_Global .VEL_Box_Cat_spacerH
{
	height: 21px;
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_titre
{
	margin: 0px;
	font-size: 12px;
	height: 45px;
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_image
{
	height: 113px;
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_texte
{
	height: 27px
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_bottom
{
	height: 13px;
	text-align: right;
}

#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_bottom a,
#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_bottom a:visited,
#VEL_Global .VEL_Box_Cat:hover .VEL_Box_Cat_bottom a:hover
{
	font-weight: normal;
	font-size: 10px;
}


/* Boites Produits */
#VEL_Global .VEL_Box_Prod
{
	background-color: #f4f4f4;
	border: solid 1px #e5e5e5;
	padding: 10px;
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_outer
{
	width: 113px;
	height: 205px;
}

#VEL_Global .VEL_Box_Prod_spacerV
{
	width: 21px;
}

#VEL_Global .VEL_Box_Prod_spacerH
{
	height: 21px;
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_titre
{
	margin: 0px;
	font-size: 12px;
	height: 65px;
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_image
{
	height: 113px;
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_texte
{
	height: 12px
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_bottom
{
	height: 13px;
	text-align: right;
}

#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_bottom a,
#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_bottom a:visited,
#VEL_Global .VEL_Box_Prod .VEL_Box_Prod_bottom a:hover
{
	font-weight: normal;
	font-size: 10px;
}

/* Boites Produits HOVER */
#VEL_Global .VEL_Box_Prod:hover
{
	background-color: #e5e5e5;
	border: solid 1px #cccccc;
	padding: 10px;
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_ProdCat_outer
{
	width: 113px;
	height: 205px;
}

#VEL_Global .VEL_Box_Prod_spacerV
{
	width: 21px;
}

#VEL_Global .VEL_Box_Prod_spacerH
{
	height: 21px;
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_titre
{
	margin: 0px;
	font-size: 12px;
	height: 65px;
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_image
{
	height: 113px;
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_texte
{
	height: 12px
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_bottom
{
	height: 13px;
	text-align: right;
}

#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_bottom a,
#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_bottom a:visited,
#VEL_Global .VEL_Box_Prod:hover .VEL_Box_Prod_bottom a:hover
{
	font-weight: normal;
	font-size: 10px;
}

/* Fiche produit */
#VEL_Global #VEL_prod_box
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo
{
	width: 127px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_thumb
{
	border: solid 2px #e0e0e0;
	padding: 5px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_outer .VEl_prod_thumb {}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_icones
{
	margin-top: 5px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_icones .VEL_prod_icone
{
	width: 56px;
	height: 56px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_icones .iconeSpacerH
{
	width: 15px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_photo #VEL_prod_box_photo_icones .iconeSpacerV
{
	height: 5px;
}

#VEL_Global #VEL_prod_box #VEL_prod_espace_photo_attributs
{
	width: 30px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_cart
{
	border: solid 2px #e0e0e0;
	margin-top: 20px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_cart #VEL_prod_box_cart_outer
{
	border: solid 5px #ffffff;
	background-color: #e5e5e5;
	padding: 10px;
}

#VEL_Global #VEL_prod_box #VEL_prod_box_cart #position_cart
{
}

#VEL_Global #VEL_prod_box #VEL_prod_box_cart #position_cart h3
{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	border-bottom: solid 1px #132f56;
}






#VEL_Global #VEL_tabs 
{
	margin-top: 20px;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons {}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button
{
	border: solid 2px #e5e5e5;
	padding: 5px;
	border-bottom: 0px;
	background-color: #f4f4f4;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button .VEL_tabs_button_outer
{
	width: 120px;
	font-weight: bold;
	font-size: 14px;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button a.VEL_tabs_button_link,
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button a.VEL_tabs_button_link_actif
{
	text-decoration: none;
	display: block;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button a.VEL_tabs_button_link
{
	color: #000000;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button a.VEL_tabs_button_link_actif
{
	color: #ff0000;
}
#VEL_Global #VEL_tabs #VEL_tabs_buttons .VEL_tabs_button_separator
{
	width: 5px;
}
#VEL_Global #VEL_tabs #VEL_tabs_contents
{
	border: solid 2px #e5e5e5;
	padding: 5px 10px;
	background-color: #f4f4f4;
}



/* Panier */
#VEL_Global #VEL_cart,
#VEL_Global #VEL_cart_cloture
{
	width: 600px;
	border-collapse: collapse;
	border: solid 1px #000000; 
}

#VEL_Global #VEL_cart_cloture
{
	margin-top: 20px;
}

#VEL_Global #VEL_cart thead th,
#VEL_Global #VEL_cart tbody td,
#VEL_Global #VEL_cart_cloture thead th,
#VEL_Global #VEL_cart_cloture tbody td
{
	border: solid 1px #e5e5e5;
}

#VEL_Global #VEL_cart_total
{
	margin: 30px 0px 0px 0px;
	width: 600px;
	border-collapse: collapse;
}

#VEL_Global #VEL_cart_total td
{
	border: solid 1px #e5e5e5;
	padding: 5px;
	text-align: right;
	width: 50%;
}

#VEL_Global #VEL_cart_boutons
{
	margin-top: 30px;
	width: 600px;
}

#VEL_Global #VEL_cart_boutons .VEL_cart_boutons_bouton
{
	border: solid 2px #e5e5e5;
	background-color: #f4f4f4;
	display: inline-block;
	width: 160px;
	text-align: center;
}

#VEL_Global #VEL_cart_boutons .VEL_cart_boutons_bouton a
{
	padding: 10px;
	display: block;
}

/* Zone Categories */
#VEL_Global #VEL_Categories
{
	margin-top: 10px;
}

/* Choix paiement */
#VEL_Global #VEL_paiement,
#VEL_Global #VEL_paiement_Boutons
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
}

#VEL_Global #VEL_paiement_Boutons
{
	margin-top: 10px;
}

/* Page Accueil */
#VEL_Global #VEL_Boutique
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
}


#VEL_Global #VEL_shipping_adresse,
#VEL_Global #VEL_shipping_expediteurs,
#VEL_Global #VEL_shipping_message,
#VEL_Global #VEL_shipping_CGV,
#VEL_Global #VEL_shipping_Boutons
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
}

#VEL_Global #VEL_shipping_expediteurs
{
	margin-top: 0px;
}

#VEL_Global #VEL_shipping_adresse h4,
#VEL_Global #VEL_shipping_expediteurs h4,
#VEL_Global #VEL_shipping_message h4,
#VEL_Global #VEL_shipping_CGV h4
{
	font-size: 14px;
	color: #000000;
	margin: 0px;
	border-bottom: solid 1px #000000;
}

#VEL_Global #VEL_shipping_adresse .VEL_shipping_adresse_blocad
{
	background-color: #ffffff;
	border: solid 2px #000000;
	padding: 10px;
	margin: 10px 100px;
	color: #000000;
	text-align: center;
}



#VEL_Global #VEL_recap_adresses
{
	width: 600px;
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	margin-top: 20px;
}

#VEL_Global #VEL_recap_adresses .VEL_recap_adresse
{
	width: 50%;
	text-align: center;
	padding: 10px;
}

#VEL_Global #VEL_recap_adresses .VEL_recap_adresse h4
{
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #000000;
	text-align: left;
}

#VEL_Global #VEL_recap_adresses .VEL_recap_adresse .VEL_adresse_box
{
	background-color:#ffffff;
	border: solid 2px #000000;
	padding: 10px;
	text-align: left;
	color: #000000;
}

#VEL_Global #VEL_recap_message
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	margin-top: 20px;
	width: 600px;
}

#VEL_Global #VEL_recap_message #message_outer
{
	padding: 10px;
}

#VEL_Global #VEL_recap_message h4
{
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #000000;
	text-align: left;
}

#VEL_Global #VEL_recap_message #VEL_box_message
{
	border: solid 2px #000000;
	background-color: #ffffff;
	padding: 10px;
	color: #000000;
}

#VEL_Global #VEL_recap_printfacture
{
	text-align: center;
	margin-top: 20px;
}






/****************		PREPA		*******************/
#VEL_Global #VEL_prepa_listcommandes
{
	border-collapse: collapse;
	border: solid 1px #000000; 
}

#VEL_Global #VEL_prepa_listcommandes thead th,
#VEL_Global #VEL_prepa_listcommandes tbody td
{
	border: solid 1px #e5e5e5;
	padding: 2px;
}

#VEL_Global #VEL_prepa_commande
{
	width: 600px;
}

#VEL_Global #VEL_prepa_commande h4
{
	color: #000000;
	margin: 10px 0px;
	border-bottom: solid 1px #cccccc;
	margin-top: 20px;
}




#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_produits,
#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_cloture
{
	border-collapse: collapse;
	border: solid 1px #000000; 
	width: 100%;
}

#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_produits thead th,
#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_cloture thead th
{
	border: solid 1px #e5e5e5;
	height: 30px;
}

#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_produits tbody td,
#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_cloture tbody td
{
	border: solid 1px #e5e5e5;
	height: 60px;
}

#VEL_Global #VEL_prepa_commande #VEL_prepa_commande_cloture tbody tr
{
	page-break-before: auto;
	page-break-inside: avoid;
}


#VEL_Global #VEL_prepa_commande #VEL_prepa_etat_commande
{
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	border: solid 1px #e5e5e5;
}

#VEL_Global #VEL_prepa_commande #VEL_prepa_etat_commande h4
{
	margin: 0px 0px 10px 0px;
	border: 0px;
}



#VEL_Global #VEL_userMain_Facturation,
#VEL_Global #VEL_userMain_Livraison,
#VEL_Global #VEL_userMain_Commandes
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;%;
}

#VEL_Global #VEL_userMain_Livraison,
#VEL_Global #VEL_userMain_Commandes
{
	margin-top: 10px;
}

#VEL_Global #VEL_userMain_Facturation h4,
#VEL_Global #VEL_userMain_Livraison h4,
#VEL_Global #VEL_userMain_Commandes h4
{
	color: #000000;
	margin-top: 0px;
	border-bottom: solid 1px #000000;
}




#VEL_Global #VEL_userMain_Facturation .VEL_shipping_adresse_blocad
{
	background-color: #ffffff;
	border: solid 2px #000000;
	padding: 10px;
	margin: 10px 100px;
	color: #000000;
	text-align: center;
}





#VEL_Global #VEL_user_commande_produits,
#VEL_Global #VEL_user_commande_cloture
{
	width: 600px;
	border: solid 1px #000000;
	border-collapse: collapse;
}

#VEL_Global #VEL_user_commande_produits thead th,
#VEL_Global #VEL_user_commande_produits tbody td,
#VEL_Global #VEL_user_commande_cloture thead th, 
#VEL_Global #VEL_user_commande_cloture tbody td
{
	border: solid 1px #cccccc;
}


#VEL_Global #VEL_user_commande_total
{
	margin: 30px 0px 0px 0px;
	width: 600px;
	border-collapse: collapse;
}

#VEL_Global #VEL_user_commande_total td
{
	border: solid 1px #e5e5e5;
	padding: 5px;
	text-align: right;
	width: 50%;
}

#VEL_Global #VEL_user_commande_adresses
{
	width: 600px;
	background-color: #f4f4f4;
	margin-top: 20px;
}

#VEL_Global #VEL_user_commande_adresses #VEL_user_commande_adresses_outer
{
	border: solid 1px #e5e5e5;
}

#VEL_Global #VEL_user_commande_adresses .VEL_user_commande_adresse
{
	width: 50%;
	text-align: center;
	padding: 10px;
}

#VEL_Global #VEL_user_commande_adresses .VEL_user_commande_adresse h4
{
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #000000;
	text-align: left;
}

#VEL_Global #VEL_user_commande_adresses .VEL_user_commande_adresse .VEL_adresse_box
{
	background-color:#ffffff;
	border: solid 2px #000000;
	padding: 10px;
	text-align: left;
	color: #000000;
}


#VEL_Global #VEL_user_commande_message
{
	background-color: #f4f4f4;
	margin-top: 20px;
	width: 600px;
}

#VEL_Global #VEL_user_commande_message #message_outer
{
	border: solid 1px #e5e5e5;
	padding: 10px;
}

#VEL_Global #VEL_user_commande_message h4
{
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #000000;
	text-align: left;
}

#VEL_Global #VEL_user_commande_message #VEL_box_message
{
	border: solid 2px #000000;
	background-color: #ffffff;
	padding: 10px;
	color: #000000;
}






#VEL_Global #VEL_remember_login
{
	border: solid 1px #e5e5e5;
	background-color: #f4f4f4;
	padding: 10px;
	text-align: center;
}

























.vel_ombrage
{
	width: 133px;
	height: 7px;
	background-image: url(../images/vel_ombre.png);
	background-position: top center;
	background-repeat: no-repeat;
}













