@charset "UTF-8";

/*==========================================================
 MENU HEADER
==========================================================*/
#MenuHeader{
	clear:both;
	height: 210px;
	padding: 10px 10px;
	font-size: 15px;
	color: #ffffff;
}

#MenuHeader .headerImage{
	margin: 0 38px 0 0 ;
	vertical-align: top;
	float:left;
}

#MenuHeader p{
	margin: 0 0 17px 0;
}
	
/*==========================================================
 MIDDLE BOX CONTENT
==========================================================*/

#Content{
	overflow:hidden;
	width:859px;
	background:url(../images/content_background.png) repeat-y;
	margin: 12px 0 0 0;
}
#Content .ColLeft{
	float:left;
	padding: 25px 23px 20px 24px;
	width: 359px;
}

#Content .ColRight{
	float:right;
	width: 410px;
	height: 387px;
	padding: 26px 21px;
	background:url(../images/content_round_corner.png) no-repeat bottom right;	
}

#Content .ColLeft h2{
	color: #f58026;
	font-weight:bold;
	font-size: 16px;
	margin: 23px 0 0 0;
}

.InfoList{
	font-size: 14px;
	list-style: none;
	padding: 8px 0 0 0;
}
.InfoList li img{
	margin: 0 5px 0 0;
}

.InfoList li{
	padding: 0 0 8px 15px;
	margin: 8px 0 0 0;
	border-bottom:1px dotted #d3d3d3;
	background:url(../images/list_bullet.gif) no-repeat;
}

	.InfoList li a.LinkMoto {
		color:#df4973;
		text-decoration:none;
	}
	
	.InfoList li a.LinkMoto:hover {	
		color:#840629;
		text-decoration:none;
	}
	
	.InfoList li a.LinkAuto {
		color:#317ec5;
		text-decoration:none;
	}
	
	.InfoList li a.LinkAuto:hover {	
		color:#013e76;
		text-decoration:none;
	}
	
	.InfoList li a.LinkIncendie {
		color:#46979e;
		text-decoration:none;
	}
	
	.InfoList li a.LinkIncendie:hover {	
		color:#506465;
		text-decoration:none;
	}
	
	

.AvantageList li{
	font-size: 12px;
	color: #737373;
	margin: 0 0 13px 0;
}
