/* CSS Document */

#bgHome{
	position:absolute;
	left:-50%;top:0;
	width:100%;
	height:492px;
	margin:0 0 0 50%;
	background:url(/templates/1/medias/img/body_home.jpg) no-repeat center top;
}

#container{
	position:relative;
	margin:0 auto;
	width:988px;
	padding-top:351px;
}

#illustration{
	z-index:4;
	position:absolute;
	left:2px;top:44px;
	width:980px;
	border-left:2px solid #d4d4d4;
	border-right:2px solid #d4d4d4;
}
#illustration img{display:block;}
#illustration .overlay{
	position:absolute;
	width:940px;
	color:#ffffff;
	right:20px;bottom:20px;
}
#illustration .overlay .logo{
	float:right;
	margin:0 0 0 15px;
}
#illustration .overlay p, #illustration .overlay h2{
	float:right;
	width:100%;
	font-weight:normal;
	text-align:right;
	line-height:13px;
	padding:15px 0 0 0;
}

#illustration .overlay p{
	padding:15px 0;
}

#illustration .overlay .logoLegend{
	position:relative;
	top:60px;
}
#illustration .overlay h2.title{
	font-size:27px;
	line-height:30px;
}
#illustration .overlay p.title strong{
	font-size:30px;
}

#illustration .illustration{
	position:absolute;
	bottom:-104px;left:-12px;
}


#homeSearch{
	float:left;
	width:988px;
	height:139px;
	background:url(/templates/1/medias/img/homeform_motif.jpg) repeat-x left top;
}
#homeSearch .left{
	float:left;
	width:5px;
	height:139px;
	background:url(/templates/1/medias/img/homesearch_left.gif) no-repeat left top;
}
#homeSearch .right{
	float:right;
	width:5px;
	height:139px;
	background:url(/templates/1/medias/img/homesearch_right.gif) no-repeat left top;
}

#truckChoice{
	float:left;
	position:relative;
	width:261px;
	height:107px;
	padding:32px 32px 0 0;
	font-weight:bold;
	text-align:right;
	color:#ffffff;
	text-transform:uppercase;
	background:url(/templates/1/medias/img/homesearch_form_left.png) no-repeat left top;
}
#truckChoice .title{
	display:block;
	position:absolute;
	left:0;bottom:27px;
	text-transform:none;
	font-size:16px;
	font-style:italic;
}

#homeSearch form{
	float:left;
	width:685px;
	height:139px;
	background:url(/templates/1/medias/img/homesearch_form_right.png) no-repeat right bottom;
}
#homeSearch fieldset{
	float:left;
	border:none;
	width:203px;
	padding:32px 10px 0 10px;
}
#homeSearch fieldset.radioList{
	width:462px;
	padding:0;
}
#homeSearch label{
	cursor:pointer;
}
#homeSearch fieldset.radioList ul{
	float:left;
	list-style-type:none;
	width:462px;
	color:#ffffff;
	font-weight:bold;
	padding:10px 0;
}
#homeSearch fieldset.radioList li{
	float:left;
	width:231px;
	min-height:40px;
	padding:5px 0;
}
#homeSearch fieldset.radioList li input{display:none;}
#homeSearch fieldset.radioList li .radio{
	float:left;
	width:20px;
	height:20px;
	margin:20px 5px 0 0;
	cursor:pointer;
	background:url(/templates/1/medias/img/icons/radio.png) no-repeat left top;
}
#homeSearch fieldset.radioList li .radio.active{background-position:left -20px;}
#homeSearch fieldset.radioList li img{
	margin:0 5px 0 0;
	position:relative;
	top:5px;
}

#homeSearch select{
	width:194px;
	font:normal bold 11px/normal Arial, Verdana, sans;
	color:#717173;
	background:#ffffff;
	border:1px solid #9c9c9c;
	text-align:center;
	margin:0 0 34px 0;
}
#homeSearch select option{text-align:left;}
#homeSearch input.submit{
	display:block;
	width:192px;
	padding:10px 0;
	font:normal bold 11px/normal Arial, Verdana, sans;
	color:#ffffff;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	background:url(/templates/1/medias/img/submit_puce.gif) no-repeat right center;
}