@charset "utf-8";
#devis-container {
	padding:5px;
}
#onglets{
	background:#d4efc9;
	height:20px;
	padding:2px;
}
#onglets a {
	margin-right:5px;
	text-decoration:none;
	color:#000;
}
#onglets a.current,
#onglets a:hover {
	color:#F00;
}
.container-etapes {
	border : 1px solid #CCC;
	padding:0px 0px 0px 20px;
}

.etapes {
	width:400px;
	margin-left:5%;
}
.etapes li {
	margin:0px 0px 3px 0px;
	clear:left;
	cursor:default;
	border-bottom:1px solid #CCC;
}
.etapes li ul{
	margin:0px 0px 6px 20px;
	padding:0px;
	display:none;
}
.etapes li ul li{
	border-bottom:none;
}

.etapes .intitule,
.etape .explic ,
.etapes .prix {
	display:block;
	float:left;
}
.etapes .intitule {
	font-weight:bold;
	width:260px;
}
.etapes li ul li .intitule {
	width:240px;
	font-weight:normal;
}
.etapes .explic {
	width:0px;
	display:none;
}
.etapes .prix {
	width:60px;
}
.etapes .navigation{
	clear:left;
	margin:5px 0px;
	text-align:center;
}
.etapes .nb {
	clear:left;
	text-align:left;
}
.etapes select {
	width:60px;
}

#explications {
	padding:10px;
	margin:10px;
	width:200px;
	float:right;
	background:#f6f6e4;
	height:150px;
	font-size:12px;
}


#total {
	background:#000;
	color:#FFF;
	border:none;
	text-align:right;
	height:20px;
	width:80px;
	font-size:18px;
}


.fichedevis {
	width:600px;
	margin:auto;
	padding:20px;
	border:1px solid #CCC;
}
.fichedevis p.date {
	float:right;
	width:150px;
}
.fichedevis p.client {
	float:right;
	width:150px;
	height:80px;
	border:1px solid #DDD;
}
.fichedevis h3 {
	text-align:center;
	clear:both;
}
.fichedevis h4 {
	margin:20px 0px 5px 0px;
}
.fichedevis p.mention {
	text-align:right;
	color:#CCC;
	font-size:10px;
}
.fichedevis table {
	width:500px;
	border:1px solid #000;
	margin:auto;
}

.fichedevis td.libelle {
	width:260px;
}
.fichedevis td.pu {
	width:80px;
	text-align:center;
}
.fichedevis td.qt {
	width:50px;
	text-align:center;
}
.fichedevis td.tot {
	width:100px;
	text-align:right;
}

.fichedevis table.enteteDevis {
	width:500px;
	border:1px solid #000;
	background:#000;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.fichedevis table.piedDevis td.libelle{
	font-size:10px;
	text-align:right;
}
.fichedevis table.piedDevis td.pu,
.fichedevis table.piedDevis td.tot{
	background:#000;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
