﻿
/**********************************************************/
/** commun **/

.stepOn 
{
	background-image: url(image/picto/step_on.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 127px;
	height: 22px;
	font-size: 15px;
	font-weight: bold;
	color: White;
	padding-left: 15px;
	padding-top: 7px;
}

.stepOff 
{
	background-image: url(image/picto/step_off.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 127px;
	height: 22px;
	font-size: 15px;
	font-weight: bold;
	color: #3AC0FF;
	padding-left: 15px;
	padding-top: 7px;
}

.greenButton 
{
	background-image: url(image/picto/button.gif);
	background-repeat: repeat-x;
	display: block;
	width: 175px;
	height: 29px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #546D00;
	border: 0;
	cursor: pointer;
}

.blueButton 
{
	background-image: url(image/picto/button_blue.gif);
	background-repeat: repeat-x;
	display: block;
	width: 175px;
	height: 29px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5DE8EA;
	border: 0;
	cursor: pointer;
}

.greenButtonLnk
{
	background-image: url(image/picto/button.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-align: center;
	display: block;
	width: 175px;
	height: 23px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #546D00;
	border: 0;
	cursor: pointer;
}

.columnCenterProcess 
{
	background-image: url(image/column_center/background_process.gif);	
	background-repeat: repeat-x;
	overflow: hidden;
	display: block;
	float: left;
	width: 848px;
}

.columnCenterProcess .body 
{
	padding-left: 25px; 
	padding-top: 15px;
	display: block; 
}

/**********************************************************/
/** panier etape 1 **/

.checkOutBasket 
{
	font-size: small;	
	width: 700px;
}

.checkOutBasket .cobHeader
{
	background-color: #A9D31B;
	font-size: 14px;
	font-weight: bold;	
	color: #546D00;
	text-align: center;
	height: 20px;
}

.checkOutBasket .row
{
	background-color: #EEF8FC;
}

.checkOutBasket .altRow
{
	background-image: url(image/altrow_bg.gif);
	background-repeat: repeat-x;
	background-color: #DFEDF7;
}

.checkOutBasket .padded
{
	padding-left: 5px;
}

.checkOutBasket .centered
{
	text-align: center;
}

.checkOutBasket .righted
{
	text-align: right;
	padding-right: 5px;
}

.checkOutBasket .cobFooter
{
	padding: 5px;
	text-align: right;
	font-size: Medium;	
	border-top: solid 1px Black;
}

.confirmation .top
{
	background: url(image/order/conf_top.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
}

.confirmation .body
{
	background: url(image/order/conf_background.gif); 
	background-repeat: repeat-y;
	padding: 10px;
}

.confirmation .bottom
{
	background: url(image/order/conf_bottom.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 6px;
}

.adresse
{
	padding-left: 3px;
	padding-right: 3px;
}

.adresse .topLivraison
{
	background: url(image/order/livraison.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
}

.adresse .topFacturation
{
	background: url(image/order/facturation.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
}

.adresse .body
{
	background: url(image/order/adresse_background.gif); 
	background-repeat: repeat-y;
	padding: 10px;
}

.adresse .bottom
{
	background: url(image/order/adresse_bottom.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}