/* CSS Document */

#totalheader {
	float: right;
	text-align: right;
	color: white;
	height: 19px;
	width: 300px;
	padding-top: 5px;
	background-image: url(../images/basket/total-fondheader.jpg);
	background-repeat: no-repeat;
	background-color: #02002f;
}

body {
	margin: 0;
	background:url(../images/leftwhite.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #FFFFFF;
	font-size:11px;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.leftpage {
	width:50%;
/* background:url(../images/rightwhite.jpg) repeat-x; */
/* 	background:url(../images/left.jpg) repeat-x; */
}

.rightpage {
	width:50%; 
/* background:url(../images/rightwhite.jpg) repeat-x; */
/* 	background:url(../images/right.jpg) repeat-x; */
}

#pagewrapper{
	margin-left: auto; 
	margin-right: auto; 
	width: 1020px;
	background-color: #FFF;
}

#header {
	width: 1000px;
	height: 175px;
	width: 100%;
	text-align: center;
}

#bluebandeau {
	background:url(../images/fondbluebandeau.jpg) repeat-x;
	height: 27px;
	width: 1020px;
	float: left;
	border-bottom: solid 1px;
	border-color: #FFFFFF;
}

.international {
	float: right;
	margin-right: 10px;
	padding: 9px 0 0 10px; 
	height: 27px;
	font-size: 10px;
}

#intlseparator {
	float: right;
	height: 27px;
}

#menutri {
	float: left;
	padding-top : 3px;
	padding-left: 16px;
}

.deroulantmenutri {
	font-size: 11px;
}

#linkmoncompte {
	float: right;
	margin-right: 10px;
	padding: 9px 0 0 10px; 
	height: 27px;
	font-size: 10px;
	background:url(../images/separator-moncompte.jpg) no-repeat;
}

#sidebar {
	width: 205px;
	background-color: #FFFFFF;
	float: left;
}

#content {
	width: 770px;
	float: right;
	padding-top: 10px;
}

#main {
	float: left;
	width: 550px;
}

#whitespace {
	float: left;
	height: 10px;
}

#sidebarright {
	display: block;
	float: right;
	width: 180px;
}

#steps {
	float: left;
	width: 180px;
	padding-top: 10px;
	background-color: #91939C;
	font-size: 14px;
	color: #FFF;
}

#textintro {
	padding: 10px 5px 10px 0;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer  {
	float: right;
	width: 750px;
	margin-top: 40px;
	height: 200px;
}

#footerimg {
	text-align: center;
	width: 750px;
}

.infofooter {
	color: #909090;
	font-size: 10px;
	line-height : 110%;
}

.infofooter a {
	color: #909090;
}

#linefooter  {
	float: right;
	width: 750px;
	height: 27px;
}


/* ------------TABLE RECAP PANIER-------------- */

#tablebasket {
	float: left;
	margin-top : 10px;
	color: #01002F;
	background-image: url(../images/basket/table-fondheader.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.tablebasket select {
	font-size: 10px;
}

.tableheader {
	color: white;
	height: 19px;
	display: block;	
	width: 550px;
	padding: 5px 0 0 0;
	float: left;
	margin: 0;
}

.white {
	float: left;
	width: 550px;
	background-color: #FFF;
	padding : 15px 0 15px 0;
	border-bottom : solid 1px #01002F;
}

.white a {
	color: #01002F;
	text-decoration: underline;
}

.white a:hover {
	text-decoration: none;
}

.grey {
	float: left;
	width: 550px;
	background-color: #ECEDEE;
	padding : 15px 0 15px 0;
	border-bottom : solid 1px #01002F;
}

.grey a {
	color: #01002F;
	text-decoration: underline;
}

.grey a:hover {
	text-decoration: none;
}

.tablethumb {
	width: 90px;
	float: left;
	text-align: center;
}

.tablethumb img {
	max-width: 85px;
	max-height: 85px;
}

.tabledescrip {
	width: 330px;
	margin-left: 10px;
	float: left;
	font-size: 10px;
	line-height: 140%;
}

.tabledescripbasket {
	width: 190px;
	padding-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 10px;
	line-height: 140%;
}

.productname {
	width: 210px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	display: block;
}

.tablesize {
	width: 75px;
	float: left;
}

.tableweight {
	width: 55px;
	float: left;
}

.tablequantity {
	width: 60px;
	float: left;
}

.tableprice {
	width: 60px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.tablecancel {
	width: 35px;
	float: left;
	text-align: center;
}

/* ------------TABLE TOTAL PANIER-------------- */


#total {
	color: #01002F;
}

#procedurebasket {
	width: 230px;
	float: left;
	color: #8a8a8a;
	font-size: 11px;
}

#totalheader {
	float: right;
	text-align: right;
	color: white;
	height: 19px;
	width: 300px;
	padding-top: 5px;
	background-image: url(../images/basket/total-fondheader.jpg);
}


#tabletotal {
	display: block;
	text-align: right;
	width: 300px;
	float: right;
	color: #01002F;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;

} 

.td01 {
	color: #484b5a;
	border-bottom : solid 1px #484b5A;
	
}

.td02 {
	color: #484b5a;
	padding-right: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom : solid 1px #484b5A;
}

.td03 {
	font-size: 14px;
	font-weight: bold;
	background-color: #dbbbbb;
	border-bottom : solid 1px #484b5A;
}

.td04 {
	padding-right: 8px;
	font-size: 16px;
	font-weight: bold;
	background-color: #dbbbbb;
	border-bottom : solid 1px #484b5A;
}

.td05 {
	border-bottom : solid 1px #c4c5ca;
	color: #484b5a;
	font-size: 10px;

}

.td06 {
	padding-right: 8px;
	border-bottom : solid 1px #c4c5ca;
	font-weight: bold;
	color: #484b5a;	
}

.td07 {
	color: #484b5a;
	font-size: 10px;
}

.td08 {
	padding-right: 8px;
	font-weight: bold;
	color: #484b5a;
}

/* ------------FORM CGV-------------- */

#formcgv {
	padding-right: 8px;
	width: 542px;
	float: left;
	text-align: right;
	margin-top: 20px;
}

#formcgv a {
	color: #ad2727;
}


/* ------------VALIDATION BUTTONS-------------- */

#validationbuttons {
	margin-top: 10px;
	background-color: #e3e3e3;
	float: left;
	width: 520px;
	padding: 15px;
	clear: both;
	margin-top: 20px;

}

.commander {
	float: right;
	display: block;
	padding-top: 3px;
	padding-left: 12px;
	width: 88px;
	height: 19px;
	background-image: url(../images/basket/fondbton-commander.jpg);
	background-repeat: no-repeat;
}

.continuer {
	text-align: center;
	float: right;
	display: block;
	padding-top: 3px;
	margin-right: 15px;
	width: 133px;
	height: 19px;
	background-image: url(../images/basket/fondbton-continuer.jpg);
	background-repeat: no-repeat;
}



