/*	-------------------------------------------------------------
	Affiches de France
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	la boutique
	Nom fichier:	shop.css
	Version:		1.0
	Date:			22/09/2007
	-------------------------------------------------------------	*/
	
	
/*	-------------------------------------------------------------
	Panier
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.tdtitles {
background-color:#98826E;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
}

/* Ligne 1 tableau panier */
.tdline1 {
background-color:#CDBBA9;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
color:#573F27;
}

.tdline2 {
background-color:#D9CBBC;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
color:#573F27;
}


.tdline3 {
background-color:#BEA68E;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
color:#614B37;
}

.tdline4 {
background-color:#DBD4C7;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
color:#573F27;
}

.tdline5 {
background-color:#957D67;
border-right:#FAF6EE 1px solid;
border-bottom:#FAF6EE 1px solid;
padding:5px;
text-align:left;
color:#fff;
}


.tdlast {border-right:0px;}

.fttitle1 {font-size:11px; color:#FFFFFF; font-weight:bold;}
.fttitle2 {font-size:11px; color:#DBD5C8; font-weight:bold;}

.steptitre {font-size:18px; color:#614B37; font-weight:bold; text-decoration:underline}
.stepsstitre {font-size:16px; color:#A6927F; font-weight:bold;}

.stars {font-size:11px; color:#FF0000; font-weight:bold;}



/*	-------------------------------------------------------------
	IMPORTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.boite {
	padding: 5px;
	font-size:10px;
}
.boite h1 { font-size: 15px; margin: 0; text-transform: uppercase; }
.boite h2 { font: 12px verdana; margin: 0; }
.boite label { display: block; float: left; font-size: 11px; width: 80px; margin-left: 10px !important; margin-left: 5px; margin-top: 9px; font-size:10px;}
.boite input, .boite select { margin-top: 9px; width: 160px; font: 11px verdana; border: 1px solid #000; border-bottom-color: #666; border-right-color: #666; height: 16px; padding-left: 5px; }
.boite input { width: 155px !important; width: 160px; }
.boite h3, .boite p, .boite textarea { font-size: 11px; margin-left: 20px; }
.boite textarea { width: 250px; height: 180px; }
.haut { height: 350px; }
 
 






