body{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
#page{
	height:550px;
	width:900px;
	margin:auto;
	color:#000000;
}
#pageCommande{
	width:1015px;
	margin:auto;
	color:#FFFFFF;
}
#pageAdmin{
	width:1015px;
	margin:auto;
	color:#333;
	padding:0px 100px;
}
#haut{
	height:20px;
	background:url(img/contourHaut.jpg) no-repeat;
	text-align:right;
}
#gauche{
	height:600px;
	width:30px;
	float:left;
	background:url(img/contourGauche.jpg) no-repeat;
}
#center{
	padding-top:20px;
	height:600px;
	width:950px;
	float:left;
}
#droite{
	height:600px;
	width:30px;
	float:right;
	background:url(img/contourDroite.jpg) no-repeat;
}
.flash{
	color:#8B8078;
	padding-top:290px;
	text-align:center;
}
.lien{
	color:#000;
	text-decoration:none;
}
.left{
	float:left;
}
.foot{
	clear:both;
}
.center{
	text-align:center;
}
.footer{
	text-align:center;
	padding:20px;
}


.title{
	padding:10px 20px;
}
.liste{
	padding-left:100px;
	padding-top:5px;
}
.quantite{
	padding-top:5px;
	width:100px;
	text-align:right;
}
.choix{
	font-size:12px;
	color:#8B8078;
}
#table{
	width:800px;
	margin:auto;
	color:#8B8078;
}
#tableRecap{
	width:600px;
	margin:auto;
	color:#8B8078;
}
#header{
	background:url(img/header.jpg) no-repeat;
	height:50px;
}
#table .texte{
	font-size:12px;
}
#tableRecap .texte{
	font-size:12px;
}
.grey{
	color:#CCC;
}
p{
	color:#8B8078;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#8B8078;
}

/* Administration */
.small{
	font-size:12px;
}
.textfield{
	background-color:#F3F3F3;
	border:solid 1px #333;
}
.textfieldERR{
	background-color:#FFEEEE;
	border:solid 1px #900;
}
.admin-list{
	padding-left:20px;
	font-family:'Courier New', Courier, monospace;
}
.admin-title{
	color:#900;
	font-family:'Courier New', Courier, monospace;
	letter-spacing:2px;
	padding-left:20px;
	padding-top:20px;
	font-weight:bold;
}
.admin-label{
	width:130px;
	font-size:12px;
	float:left;
	text-align:left;
	padding:4px 0px 0px 50px;
}
.admin-label2{
	width:200px;
	font-size:12px;
	float:left;
	text-align:left;
	padding:4px 0px 0px 50px;
}
.admin-input{
	float:left;
	text-align:left;
	padding-right:50px;
}
.admin-foot{
	clear:both;
	height:5px;
}
.admin-comment{
	font-size:10px;
	color:#999;
}
input{
	text-align:center;
	font-weight:bold;
}
