﻿.boutonDetailCommande {
	height: 50px;
	width: 200px;
} 

.onClick {
    cursor: pointer;
}

.tableListe {
	border-spacing : 0px ;
	margin : 0px ;
	padding : 0px ;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}

.tableListe td {
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	text-align:center;
	padding:3px;
}

.donnees:hover {
	background-color:#EBEBEB;
}

.entete{
	background-color:#CFCFCF;
	font-weight:bold;
}

.listfooter{
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#2E6EBF;
	text-align:center;
	font-weight:bold;
}

.list{
	background-color:#E7E7E7;
	border-spacing:1px;
	color:#666666;
	width:100%;
	overflow:auto;
	text-align: center;
	border-radius:10px;
	box-shadow:5px 5px 10px #aaa;
}

.list thead{
	background:none repeat scroll 0 0 #F0F0F0;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#2E6EBF;
	text-align:center;
}
.list th{
	padding:1px;
}

.list td{
	padding-right:4px;
	padding-left:4px;
	font-size:85%;
	padding-top:5px;
	padding-bottom:5px;
}

.listV{
	border-spacing:1px;
	color:#666666;
	overflow:auto;
	margin-top: 5px;
	border-radius:10px;
}

.listV thead{
	background:none repeat scroll 0 0 #F0F0F0;
	color:#2E6EBF;
	text-align:center;
}
.listV th{
	padding:8px;
	border-radius:10px;
	box-shadow: 5px 5px 10px #aaa;
}

.listV td{
	padding-right:4px;
	padding-left:4px;
	font-size:85%;
	padding-top:5px;
	padding-bottom:5px;
}

.list2{
	background-color:#E7E7E7;
	border-spacing:1px;
	color:#666666;
	width:95px;
	
}


.list2 thead{
	background:none repeat scroll 0 0 #F0F0F0;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#2E6EBF;
	text-align:center;
}
.list2 th{
	padding:10px;
}

.list2 td{
	padding-right:10px;
	padding-left:10px;
	font-size:85%;
	padding-top:5px;
	padding-bottom:5px;
}
/*
.tableCommandeDetail{
	background-color:#E7E7E7;
	border-spacing:1px;
	color:#666666;
	width:95px;
	
}*/
.tableCommandeDetail1{
	background-color:#8ab7da;
	/*border-spacing:1px;*/
	color:#000000;
	width:250px;
	font-size:12px;
}

.tableCommandeDetail2{
	background-color:#8ab7da;
	/*border-spacing:1px;*/
	color:#000000;
	width:400px;
	font-size:12px;
}
.tableCommandeDetail3{
	background-color:#8ab7da;
	/*border-spacing:1px;*/
	color:#000000;
	width:350px;
	
font-size:12px;
	
}
.tableauEntier{
	border-color:black;
	background-color:#8ab7da;
	/*border-spacing:1px;*/
	/*color:#000000;*/
	/*width:100%;*/
}

