/*  CSS panier */

#affpanier {
	position: absolute;
	width: 625px;
	top: 225px;
	left: 50%;
	margin-top: 0px; /* moiti� de la hauteur */
    margin-left: -380px; /* moiti� de la largeur */
   	border: 1px solid #A7935E;
    text-align: left;
	background: #FFFFFF;
	padding: 10px;
}
#resumepanier {
    width: 620px;
    text-align: left;
    padding: 10px 0 10px 10px;
}

#boutique h4 {
	color: #FFF;
	font-size: 1.2em;
	background-color: #A7935E;
	border: 1px solid #A7935E;
	margin: 0.3em auto 0;
	text-indent: 10px;
	width: 98%;
}
table {
	background: #F0EDE4;
	border: 2px solid #B8A97E;
	border-collapse: collapse;
	line-height: 16px;
	width: 98%;
	margin: 0 auto;
}
td {
	vertical-align: top;
	padding-left:10px;
}

th {
	background-color: #F0EDE4;
	border-bottom: solid 2px #B8A97E;
	padding-left:10px;
	text-align: left;
}

tbody td{
	background: #FFFFFF;
	border-bottom: 1px solid #A7935E;
}
tbody a {
	display: block;
	margin: 2px 10px;
}
tfoot td {
	border-bottom: thin solid #FFFFFF;
	background: #F0EDE4;	
	text-align: right;
	padding-right: 10px;
}

.colonneTotal {
	border-left: solid 2px #A7935E !important;
	text-align: right;	
	padding: 0;
}

#affpanier p {
	text-align: right;
	margin: 10px 15px;
}
#affpanier p a {
	text-decoration: underline;
	font-weight: bold;
}
#panneauLogin {
	width:240px;
	float:right;
	margin:20px 16px 0 0;
}
#panneauInvite {
	width:240px;
	float:right;
	margin:20px 16px 0 0;
}
h6 {
	font-size:1.2em;
	margin:0.15em 0;
}
#frmUsager, #frmMdp, #frmTmpMdp   {
	margin:10px 2px;
	border:thin solid #171749;
}
#frmSubmitLogin, #frmSubmitVisiteur, #btAccepte, #frmSubmitPaiement {
	border:thin solid #171749;
	background:#171749;
	color:white;
	padding:2px;
	letter-spacing:0.2em;
}
#pVisiteur {
	margin:10px 0;
}
.txLogin {
	font-size:14px;
}

.txLogin strong {
	font-weight: normal;
	color: red;
}

#panneauLicense {
	padding: 20px;
	clear:both;
}
#titreLicense {
	font-weight:bold;
	padding:0 0 10px 15px;
}
#texteLicense {	
	height:140px;
	width:875px;
	padding-bottom:15px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:thin solid #000;	
	
}
span p {
	text-indent:0px !important;
	padding-left:15px !important;
	line-height:16px;
}
h5 {
	font-size:12px;
	padding-left:15px;
}
#avertissement {
	font-size:0.8em;
}

#panneauPaiement {
	position: relative;
	background:#F0EDE4;
	clear:both;
	left: 50%;
	top:0px;
	width:850px;
	margin-left: -438px;
	min-height: 80px; 
	border:thin solid #B8A97E;	
}
#tblPaiement {	
	width:850px;	
}
#tblPaiement td{	
	background:inherit;
	padding:10px 10px;
	border:none;
}
#cartes {
	padding:10px 0;
}
#montant {
	background:#FFF;
	border:thin solid #B8A97E;
	padding:10px;
	font-weight:bold;
}

#resumeclient {
	margin: 30px 15px;
	width: 882px;
	height: 71px;
	border-left: solid 1px #9ec6e8;
	border-bottom: solid 1px #9ec6e8;
}
#resumeclient dl {
	margin: 0;
	padding: 0;
	height: 35px;
	float: left;
	width: 293px;
	border-top: solid 1px #9ec6e8;
	border-right: solid 1px #9ec6e8;
	line-height: 35px;
}
#resumeclient dt {
	float: left;
	width: 120px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 30px;
}
#resumeclient dd {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.bttelecharger {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: underline !important;
}

#telechargement {
	margin: 0 9px;
	font-size: 14px;
}
#telechargement p {
	margin : 20px;
}
#textePaiement {
	padding-left:5px;
	line-height:16px;
}
#textePaiement strong {
	display: block;
	padding: 5px;
	color: red;
	background: url('/images/erreurpaiement.gif') 0 2px no-repeat;
	text-indent: 25px;
}

#btterminer {
	display: block;
	text-align: center;
	margin: 20px auto;
	width: 220px;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	border: 1px solid #B8A97E; 
	background-color: #f0ede4;
}

#btterminer:hover {
	color: #000000;
}
#recu {
	overflow:auto;
}

#recu dl {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	float: left;
	width: 400px;
	line-height: 20px;
	overflow: auto;
}
#recu dt {
	float: left;
	width: 120px;
	font-weight: bold;
	margin-left: 10px;
}
#recu dd {
	float: left;
}

.bgbouton {
	background: url("/images/btn_fond.gif") repeat-x;
	float: right;
	width: 185px;
	text-align: left;
	height: 23px;
	line-height: 22px;
	padding: 3px;
	margin: 10px 5px;
}
	
#btcaisse {
	background: url("/images/btn_caisse.gif") no-repeat;
	text-indent: 33px;
	display: block;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}
#btcaisse:hover {
	color: #FFFFFF !important;
}
#btcontinuer {
	background: url("/images/btn_continuerachats.gif")  no-repeat;
	text-indent: 33px;
	display: block;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}

#btcontinuer:hover {
	color: #FFFFFF !important;
}



.listemodeles h4 {
   margin: 15px 0 0 10px;
   padding: 0 ;
}

.listemodeles p {
   margin: 0 0 20px 60px;
   padding: 0;
}
