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

/*==========================================================
 MENU TOP
==========================================================*/
#MenuHeader{
	background:url(../images/incendie_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: #145358;
	font-size: 15px;

}

/*==========================================================
 LINKS
==========================================================*/

a.OfferIncendie {
	background:url(../images/bg_offeronline_incendie_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.OfferIncendie:hover {
	background:url(../images/bg_offeronline_incendie_on.gif) no-repeat;
	text-decoration:none;
}


/*==========================================================
 FORM TABLE
==========================================================*/

.DevisForm{
	background-color:#f6fafa;
}

.DevisForm .spacer{
	background: #1a656b;
	height: 1px;
	margin-bottom: 15px;
}
.BorderForm{
	background: #f8fbfb;
}
.submitField{
	height: 36px;
	background: #e5f3f4;
	margin: 3px 0 0 0;
	padding: 10px 50px 0 0;
	text-align:right;
}

#Steps{
clear:both;
	background:url(../images/step_incendie_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_incendie_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: #4799a0;
	margin: -9px 0 0 9px;
	font-weight:bold;
}

#Steps .active{
	background:url(../images/devis_incendie_step_hover.png) no-repeat;
}

/*==========================================================
 COL LEFt
==========================================================*/
.button{
	width: 340px;
	height: 45px;
	display:block;
	background:url(../images/button_incendie.png) no-repeat;
	font-size: 15px;
	color: #7d7d7d;
	padding: 10px 10px;
	margin:  5px 0;
}


.button:hover{
	background:url(../images/button_incendie_hover.png) no-repeat;
}
.button h1{
	font-weight: normal;
	font-size: 18px;
	color: #4799a0;
}


/*==========================================================
 COL RIGHT
==========================================================*/

.ColRight .Title{
	font-size: 15px;
	color: #87b9bd;
	border-bottom: #d8d8d8 1px solid;
	padding: 0 0 10px 0;
	display:block;
}

.ColRight h1{
	font-size: 16px;
	color: #1a656b;
}


.ColRight h2{
	font-size: 12px;
	color: #1a656b;
	margin: 20px 0 0 0;
}

.AvantageList{
	margin: 18px 0 0 16px;
	list-style-image:url(../images/square_incendie.gif);

}
