.clear { height:0px; padding:0px; margin:0px; line-height:0px; clear:both; }

/* header */
#header{
	width:100%;
	height:32px;
	background:#72B1C8;
}

#login{
	border: none;
	box-shadow: none;
	padding: 9px 34px;
}

#login a{
	color:#ffffff;
}

#logo{
	height: 120px;
	background: #E5E38C;

}

.logo{
	text-align: center;
}

.logo img{
	margin-top: 25px;
}
/* index */
#bg{
	background-image: url('../img/bg2017.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 616px;
}

#buttons{
	position: relative;
	margin-top: 335px;
}

.btn{
	width: 133px;
	height: 133px;
	background-image: url('../img/bg_btn.png');
	background-repeat: repeat;
	cursor: pointer;
	padding:12px;
	display:block;
}

.btn .imgBtn{
	width:107px;
	height: 75px;
	border-bottom: 1px solid #bababa;
	background-repeat: no-repeat;
	
}

.btn p{
	color:#5c6770;
	text-align: center;
	line-height: 1.2;
	margin-top: 5px;
}

.btn p span{
	font-size: 0.9em;
}
.btn .imgBtn.gestionDevis{
	background-image: url('../img/gestionDevis2017.png');
}

.btn .imgBtn.gestionCommande{
	background-image: url('../img/gestionCommande2017.png');
}

.btn .imgBtn.receptionCommande{
	background-image: url('../img/receptionCommande2017.png');
}

.btn .imgBtn.contact{
	background-image: url('../img/contact2017.png');
}

.btn .imgBtn.configuration{
	background-image: url('../img/configuration2017.png');
}
.lnomin {
	height:80px;
}
/* devis */

#devis{
	background: #e4e4e4;
	padding-top: 25px;
}

.ten.columns.centered{
	background-color: #fff;
	font-size: 13px
}

#header_devis{
	height: 28px;
	padding:5px 40px;
	background-color:#72B1C8;
	color:#fff;
}

#header_devis img{
	margin-right: 10px
}

#header_devis div.two{
	padding: 1px;
	font-size:17px;
}

#header_devis div.two.exit{
	padding: 2px
}

#header_devis .exit{
	text-align: right
}

#header_devis a{
	color:#fff;
}

#header_devis a:hover{
	text-decoration: underline;
}

/* information Devis */

.management{
	padding-bottom: 20px;
	padding-left: 75px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #fff;
}

.management a.edit{
	position: absolute;
	right:20px;
	top:20px;
}

.management p{
	color:#5c6770;
	font-size:13px;
	line-height: 1.5;
	margin-bottom: 0;
}

#infoDevis.management span{
	font-weight: bold;
}

.management span.last_item{
	float:left;
	padding-top: 3px;
	padding-right: 12px;
}

.management input{
	color:#72B1C8;
	height: 28px;
	float: left;
	border-radius: 10px;
	border: 1px solid #c2bab1;
}

.management p a{
	float: left;
	margin-left: 15px;
}

.management ul{
	margin: 45px 0 0 60px;
}

.management ul li{
	list-style: none;
	margin-bottom:12px;

}
.management ul li a img{
	width:30px;
	height: 30px;
}

.management ul li a span{
	margin-top: -22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color:#5c6770; 
}

/*table devis*/

#tableDevis table{
	border:none;
	width: 100%;
	border-spacing: 0;
	font-size: 13px;
}

#tableDevis table td{
	vertical-align: middle;
	border-bottom: 1px solid #a3978b;
	color:#5c6770;
	text-align: center;
	font-size: 13px;
}

#tableDevis table td.small{
	width:70px;
}

#tableDevis table td.descProduct{
	text-align:left;
	width: 320px;
}

#tableDevis table tr.titles td{
	background: #72B1C8;
	color: white;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	border-bottom:none;
}

#tableDevis table td.borderRight{
	border-right: 2px solid #fff;
}

#tableDevis table tr.titles td.borderBottom{
	font-size:14px; 
	border-bottom: 2px solid #fff;
}	

#tableDevis .productContent{
	position:relative;
}


#tableDevis .imgProduct{
	width: 126px;
	height: 82px;
	cursor: pointer;
}

#tableDevis a{
	color: #5c6770;
}

#tableDevis a.hover{
	position:absolute;
	top:0;
	left: 0;
	width: 126px;
	height: 82px;
	background:url('../img/hover.png') no-repeat;
	background-position: 0 0;
}

#tableDevis a.hover:hover{
	background-position: 0 -82px;
}

#tableDevis .titles span{
	margin-top: -22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

#conditions{
	margin-top: 20px;
}

#conditions p{
	color:#72B1C8;
	font-size:11px;
}

#message h2, #message p{
	color:#72B1C8;
}
