﻿/* CSS Document */

a, a:hover {
  font: normal 12px Arial,Serif;
  color: #333333;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,div,p,td,fieldset,form {
  padding:0px;
  margin:0px;
  font-family: arial,serif;
  color: #333333;
}

p {
	font-size: 12px;
}

fieldset,
img {
  border: 0px;
}

legend {
	display: none;
}

.clearer {
  clear: both;
}

p.light {
	color: #666666;
}


/* ----------------------------------------------- content */

#singleColumn {
  clear: both;
  padding-top: 5px;
  width: 958px;
}

.quest {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	background: url(../i/quest.gif) no-repeat;
}
.quest span {
	display: none;
}
  
/* ----------------------------------------------- boxes */

#singleColumn .block {
  clear: both;
  width: 958px;
  margin-bottom: 0px;
	padding-bottom: 20px;
  background: url(../i/full-shadow-bg.jpg) repeat-y left;
}

#singleColumn .block .b1 {
  width: 958px;
	background: url(../i/full-shadow-top.jpg) no-repeat top left;
}

#singleColumn .block .b2 {
 /* width: 973px;*/
	padding: 10px 11px 0px 11px;
}


#singleColumn .block h2 {
  font: normal 16px Arial,Sans-serif;
  padding: 4px 7px 4px 7px;
  border-bottom: 1px solid #D8D8D8;
  color: #000000;
}

.block p {
  margin-top: 6px;
}


/* ------------------------------------------------------------------------------ steps */

#singleColumn .block h2.steps {
  font: normal 16px Arial,Sans-serif;
	margin: 30px 0px 20px 0px;
  padding: 4px 7px 4px 7px;
  color: #000000;
	border: 0px;
}

#financeSteps {
  clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 131px;
}

#financeSteps li {
	float: left;
	display: block;
	width: 146px;
	height: 84px;
	padding: 40px 5px 10px 122px;
    font: normal 11px Arial,Sans-serif;
	color: #333333;
}

#financeSteps li.step1 {
	background: url(http://www.hyundailongueuil.com/images/1.jpg) no-repeat top left;
}
#financeSteps li.step2 {
	margin-left: 55px;
	background: url(http://www.hyundailongueuil.com/images/2.jpg) no-repeat top left;
}
#financeSteps li.step3 {
	margin-left: 55px;
	background: url(http://www.hyundailongueuil.com/images/3.jpg) no-repeat top left;
}

#financeSteps li h4 {
  font: bold 12px Arial,Sans-serif;
	color: #333333;
	margin-bottom: 15px;
}
#financeSteps li p {
}

#financeSteps { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
* html #financeSteps { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#singleColumn h3 {
	clear: both;
	height: 36px;
	/*width: 935px;*/
	display: block;
    font: normal 16px/36px Arial,Sans-serif;
	margin: 30px 0px 20px 0px;
    padding: 0px 7px 0px 7px;
    color: #000000;
	border: 0px;
	background: url(../i/fulltitlebg.jpg) no-repeat left top;
}


/* ------------------------------------------------------------------------------ vosInfo */
#vosInfo {
	clear: left;
	float: left;
	display: block;
	width: 560px;	
	margin-left: 5px;
}
#vosInfo h3 {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 0px 10px;
	background: url(../i/widetitlebg.jpg) no-repeat;
	margin-bottom: 10px;
}
#vosInfo fieldset {
	width: 570px;
	background: #f2f2f2;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;
}
#vosInfo fieldset p {
	display: block;
	width: 275px;
	float: left;
	margin: 0px;
	height: 35px;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}
#vosInfo fieldset p label {
	display:block;
	float:left;
	width: 100px;
	padding: 0px;
	margin: 0px;
}
#vosInfo fieldset p input {
	width: 160px;
	margin: 0px;
	display: block;
	float: left;
}
#vosInfo fieldset p input.salaire {
	width: 135px;
}


/* ------------------------------------------------------------------------------ situCredit */

#situCredit {
	clear: right;
	float: right;
	display: block;
	width: 280px;
	margin-left: 5px;
}

#situCredit { /* clearing without presentational markup, IE gets extra treatment */
  content: " ";
}

* html #situCredit { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#situCredit h3 {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 0px 10px;
	color: white;
	width: 250px;
	background: url(../i/narrowtitlebg.jpg) no-repeat;
	margin-bottom: 2px;
}
#situCredit fieldset {
	width: 230px;
	padding: 10px;
	background: #f2f2f2;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;
}
#situCredit fieldset p {
	display: block;
	width: 230px;
	margin: 0px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#situCredit fieldset p label {
	display:block;
	float:left;
	width: 195px;
	padding: 0px;
	margin: 0px;
}
#situCredit fieldset p select {
	width: 135px;
	margin: 0px;
	display: block;
	float: left;
}
#situCredit h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;

}

/* ------------------------------------------------------------------------------ preciFinan */
	
#preciFinan {
	clear: both;
	width: 880px;
	margin-left: 5px;
}
#preciFinan h3 {
	margin-bottom: 2px;
}

#preciFinan fieldset {
	width: 905px;
	padding-right: 10px;
	background: #f2f2f2;
	margin: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;
}

#preciFinan fieldset p {
	margin: 0px;
	display: block;
	float: left;
	width: 440px;
	margin: 0px;
	height: 20px;
	padding: 7px 0px 7px 10px;
	vertical-align: middle;
}

#preciFinan fieldset p label {
	display:block;
	float:left;
	width: 260px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#preciFinan fieldset p .field {
	width: 170px;
	margin: 0px;
	display: block;
	float: left;
}

#preciFinan fieldset p select,
#preciFinan fieldset p input {
	width: 127px;
	margin-right: 5px;
}

#preciFinan .quest {
	float:right;
}

span.required {
	padding-right: 5px;
	float: right;
}


/* ------------------------------------------------------------------------------ preciChoix */
	
#preciChoix {
	clear: both;
	width: 905px;
	margin-top: 10px;
	margin-left: 5px;
}
#preciChoix h3 {
	margin: 0px 0px 2px 0px;
}

#preciChoix fieldset {
	width: 905px;
	padding-right: 10px;
	background: #f2f2f2;
	margin: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;

}

#preciChoix fieldset div {
	margin: 0px;
	float: left;
	width: 278px;
	padding: 0px 0px 0px 10px;
}

#preciChoix h4 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 278px;
	font: bold 12px arial,serif;
	color: #333333;
}

#preciChoix p {
	display: block;
	clear: both;
	margin: 0px;
	height: 20px;
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
}

#preciChoix label {
	display: block;
	clear: left;
	float: left;
	width: 100px;
	height: 20px;
	margin: 0px;
	font: normal 12px/20px arial,serif;
	color: #333333;
}

#preciChoix input {
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}


/* ------------------------------------------------------------------------------ plusInfos */

#plusInfos {
	clear: left;
	float: left;
	display: block;
	width: 580px;	
	margin-left: 5px;
}

#plusInfos h3 {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 0px 10px;
	background: url(../i/widetitlebg.jpg) no-repeat;
	margin-bottom: 2px;
	margin-top: 10px;
}

#plusInfos fieldset {
	width: 911px;
	background: #f2f2f2;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;

}

#plusInfos fieldset p {
	width: 460px;
	margin: 0px;
	padding: 20px 30px 20px 20px;
}
#plusInfos fieldset textarea {
	width: 850px;
	height: 70px;
	border: 1px solid #cccccc;
	background: #f7f7f7;
}

/* ------------------------------------------------------------------------------ posseVehic */
 
#posseVehic {
	clear: right;
	float: left;
	display: block;

	margin-left: 5px;
}

#posseVehic { /* clearing without presentational markup, IE gets extra treatment */
  content: " ";
}

* html #posseVehic { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#posseVehic h3 {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 0px 10px;
	color: white;
	
	background: url(../i/narrowtitlebg.jpg) no-repeat;
	margin-bottom: 2px;
	margin-top: 10px;
}
#posseVehic fieldset {
	width: 550px;
	padding: 10px;
	background: #f2f2f2;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;

	
}
#posseVehic fieldset p {
	display: block;
	
	margin: 0px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}
#posseVehic fieldset p label {
	display:block;
	float:left;
	width: 100px;
	margin-left: 10px;
	padding: 0px;
	margin: 0px;
}
#posseVehic fieldset p input {
	width: 105px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	float: left;
}

#posseVehic fieldset p input.withquest {
	width: 105px;
}

/* ------------------------------------------------------------------------------ Captcha */
 
#Captcha {
	clear: right;
	
	display: block;
	margin-left: 5px;
	margin-right: 10px;
	
}

#Captcha { /* clearing without presentational markup, IE gets extra treatment */
  content: " ";
}

* html #Captcha { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#Captcha h3 {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 0px 10px;
	color: white;
	background: url(../i/narrowtitlebg.jpg) no-repeat;
	margin-bottom: 2px;
	margin-top: 10px;
}
#Captcha fieldset {
	width: 270px;
	padding: 10px;
	background: #f2f2f2;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #CCCCCC;	
}
#Captcha fieldset p {
	display: block;
	margin: 0px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}
#Captcha fieldset p label {
	display:block;
	margin-left: 10px;
	padding: 0px;
	margin: 0px;
}
#Captcha fieldset p input {
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;

}

#Captcha fieldset p input.withquest {
	width: 105px;
}

/* ------------------------------------------------------------------------------ bottomline */
#bottomline {
	clear: left;
	float: left;
	display: block;
	width: 580px;	
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 15px;
}

/* ------------------------------------------------------------------------------ buttons */

#buttons {
	clear: right;
	float: left;
	display: block;
	width: 350px;
	margin-left: 5px;
	padding-top: 15px;
	text-align: right;
}

#buttons { /* clearing without presentational markup, IE gets extra treatment */
  content: " ";
}

* html #buttons { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#buttons button {
	border: 0px;
	width: 198px;
	height: 29px;
	background: url(../i/buttonbg.jpg) no-repeat;
	color: white;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
}

