@charset "UTF-8";

h1{
	color: #004687;
}

/*==========================================================
 MENU TOP
==========================================================*/
#MenuHeader{
	background:url(../images/auto_header_background.png) no-repeat;
}

h2 {

	margin:0 0 17px 0;
	padding:0;
	font-size:23px;
	font-weight:normal;
	
}

h2 span.SubTitle {
	font-size:19px;
}


h3 {
	color: #9dc6ec;
	font-size: 15px;

}

/*==========================================================
 LINKS
==========================================================*/

a.OfferAuto {
	background:url(../images/bg_offeronline_auto_off.gif) no-repeat;
	width:190px;
	height:45px;
	display:block;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	padding:16px 0 0 58px;
	text-decoration:none;
	float:left;
}

a.OfferAuto:hover {
	background:url(../images/bg_offeronline_auto_on.gif) no-repeat;
	text-decoration:none;
}

/*==========================================================
 FORM TABLE
==========================================================*/

.DevisForm{
	background-color:#edf2f7;
}

.DevisForm .spacer{
	background: #5b91c2;
	height: 1px;
	margin-bottom: 15px;
}

.BorderForm{
	background: #f2f5f9;
}
.submitField{
	height: 36px;
	background: #cfdce8;
	margin: 3px 0 0 0;
	padding: 10px 50px 0 0;
}

#Steps{
clear:both;
	background:url(../images/step_auto_header_background.png) no-repeat;
	height:68px;
	padding: 7px 0 0 5px;
}

#Steps .step{
	list-style:none;
	float:left;
	margin: 0 3px;
	width: 163px;
	height: 60px;
	background:url(../images/devis_auto_step.png) no-repeat;
}
#Steps .Number{
	font-size: 19px;
	color: #ffffff;
	text-align:right;
	padding: 9px 16px 0 0;
}

#Steps .Title{
	font-size: 14px;
	color: #4d85b8;
	margin: -9px 0 0 9px;
	font-weight:bold;
	text-align: left;
}

#Steps .active{
	background:url(../images/devis_auto_step_hover.png) no-repeat;
}

/*==========================================================
 COL LEFt
==========================================================*/
.button{
	width: 340px;
	height: 45px;
	display:block;
	background:url(../images/button_auto.png) no-repeat;
	font-size: 15px;
	color: #7d7d7d;
	padding: 10px 10px;
	margin:  5px 0;
}

.button:hover{
	background:url(../images/button_auto_hover.png) no-repeat;
}
.button h1{
	font-weight: normal;
	font-size: 18px;
}


/*==========================================================
 COL RIGHT
==========================================================*/

.ColRight .Title{
	font-size: 15px;
	color: #317ec5;
	border-bottom: #d8d8d8 1px solid;
	padding: 0 0 10px 0;
	display:block;
}

.ColRight h1{
	font-size: 16px;
}


.ColRight h2{
	font-size: 12px;
	color: #317ec5;
	margin: 20px 0 0 0;
}

.AvantageList{
	margin: 18px 0 0 16px;
	list-style-image:url(../images/square_auto.gif);

}
