.home {
	float:left;
	width:640px;
	padding:0px 0px 0px 10px;
	margin:15px 0px 0px 0px;
	}


/* Encart */
.home .frame {
	float:left;
	width:295px;
	text-align:left;
	}

.home .frame .title{
	font-family:'Arial', 'helvetica', sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#000000;
	border:1px #bababa solid;
	border-style:none none solid none;
	padding:0px 0px 2px 5px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	}

.home .frame .image{
	float:left;
	width:75px;
	padding:5px;
	background:#F0F0F0;
	margin:5px 10px 0px 0px;
	}

.home .frame .image img{
	height:125px;
	width:75px;
	}

.home .frame .txt{
	font-size:11px;
	line-height:16px;
	color:#252525;
	margin:0px 0px 0px 0px;
	padding:6px 5px 0px 5px;
	}

.home .frame .link{
	float:left;
	font-size:11px;
	color:#656565;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	}

.home .frame .link a{
	color:#F24A00;
	text-decoration:none;
	}

.home .frame .link a:hover{
	text-decoration:underline;
	}
