input[type="submit"]{
	background-color: #DDDDDD;
	cursor: pointer;
}

input[type="button"]{
	background-color: #DDDDDD;
	cursor: pointer;
}

.border {	
	border-radius: 5px;
	border: 1px solid #B5B8C8;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(181, 184, 200);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(181, 184, 200);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(181, 184, 200);
	border-left-style: solid;
	border-left-width: 1px;
	font-family: FrutigerLTStd65Bold;
	font-size: 14px;
	color: #171717;
	padding: 3px 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 85px;
}

.borderSelect {
	font-family: FrutigerLTStd55Roman;
	font-size: 15px;
	color: #3e3e3e;
	border: 1px solid #AAA;
	padding: 3px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: auto;
	text-decoration: none;
	cursor: pointer;
	width: 100px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #DDDDDD;
}

#moto {
	font-family: FrutigerLTStd55Roman;
	font-size: 15px;
	color: #3e3e3e;
}

#envoyer {
	border-radius: 5px;
	/*font-family: FrutigerLTStd55Roman;*/
	cursor: pointer;
	
}
#envoyer:hover{opacity:.8;-moz-opacity:.8;filter:Alpha(Opacity=80)}

#effacer {
	border-radius: 5px;
	/*font-family: FrutigerLTStd55Roman;*/
	cursor: pointer;
}
#effacer:hover{opacity:.8;-moz-opacity:.8;filter:Alpha(Opacity=80)}

.panel-content {
	float: left;
	background: #eeeeee;
}

.col-left {
	float: left;
	width: 340px;
	padding-right: 20px;
}

.col-right {
	float: right;
	width: 340px;
	padding-left: 20px;
}

ul.vu {
	padding-left: 0px;
}

ul.vu li {
	list-style-type: none;
	background: url(../../img/vu.png) 2px 2px no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 14px;
}

.contactez_moi {
	background: url(../../img/icon-call.png) center left no-repeat;
	height: 30px;
	padding-left: 50px;
	padding-top: 10px;
}

.demande_leasing {
	background: url(../../img/icon-print.png) center left no-repeat;
	height: 30px;
	padding-left: 50px;
	padding-top: 10px;
}

#btnForm {
	background: #DDDDDD;
	border-radius: 5px;
	border: 1px solid #B5B8C8;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(181, 184, 200);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(181, 184, 200);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(181, 184, 200);
	border-left-style: solid;
	border-left-width: 1px;
	font-family: FrutigerLTStd65Bold;
	font-size: 14px;
	color: #171717;
	padding: 3px 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
.button{
	background: #DDDDDD;
	border-radius: 5px;
	border: 1px solid #B5B8C8;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(181, 184, 200);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(181, 184, 200);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(181, 184, 200);
	border-left-style: solid;
	border-left-width: 1px;
	font-family: FrutigerLTStd65Bold;
	font-size: 14px;
	color: #171717;
	padding: 3px 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	cursor: pointer;
}

