@charset "UTF-8";
/* CSS Document */
/* devis style */

#searchByImmat, #searchByModel

{
	position:				relative;
	margin:					25px 0 40px 0;
	
	border: 				1px solid transparent;
	
	box-shadow:				0 0px 20px #111, 0 0.9px 20px #111;
	-moz-box-shadow:		0 0px 20px #111, 0 0.9px 20px #111;
	-webkit-box-shadow:		0 0px 20px #111, 0 0.9px 20px #111;
}

#searchByModel
{
	margin:					25px 0 25px 0;
}

#searchByImmat h4, #searchByModel h4
{
	color:					#333;
	height: 				35px;
	width: 					432px;
	margin: 				20px auto;
	padding: 				0px 0px 0px 50px;
	line-height: 			32px;
}

#searchByImmat h4
{
	background:				url('../Images/searchByImmatTitleBackground.png') no-repeat;
}

#immatInputField
{
	background:				url('../Images/immatInputBackground.png') no-repeat;
	height: 				47px;
	border: 				none;
	width: 					171px;
	padding: 				0 25px;
	font-size: 				28px;
	text-align: 			center;
	text-transform:			uppercase;
}

#searchByModel h4
{
	background:				url('../Images/searchByModelTitleBackground.png') no-repeat;
}

#searchByModel label
{
	display:               inline-block;
	width :	               220px;
}

#searchByModel select
{
	display:               inline-block;
	width :	               200px;
}

.findVehicleButton
{
	background:				url('../Images/findVehicleButton.png') no-repeat;
	border:					none;
	height: 				32px;
	width: 					196px;
	color: 					white;
	font-family: 			Verdana, Geneva, sans-serif;
	font-weight: 			bold;
	font-size: 				13px;
}

#searchByImmat .findVehicleButton
{
	position:				relative;
	bottom:					5px;
}

#searchByModel .findVehicleButton
{
	float:					right;
	position:				relative;
	right:					30px;
}

.selection
{	
	width:					450px;
	margin:					20px auto 10px auto;
}

.selection:after
{
	content:				".";
	height:					0;
	display:				block;
	visibility:				hidden;
	clear:					both;
}

.selection select, .selection label
{
	margin:                5px 0;
}

span.selection
{
	display:               block;
	text-align:            center;
}

#shortcuts
{
	width:					495px;
}

#shortcuts .brandIcon
{
	background:				url('../Images/brandIconBackground.png') no-repeat;
	display: 				inline-block;
	width: 					77px;
	height: 				77px;
	position:				relative;
	border: 				none;
}

#shortcuts .brandIcon img
{
	width:					60px;
	position: 				relative;
	top: 					3px;
	left: 					3px;
}