@charset "UTF-8";

/* CSS Document */

#pushLeft{
float:left;
width:360px;
padding-top:30px;
}
#pushRight{
float:left;
width:610px;
padding-top:30px;
padding-left:10px;
}
#home_push {
	margin-bottom: 10px;
}

#home_push_header {
	background-image:url(../img/push/bloc_push_header.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:15px;
}
#home_push_content {
	background-image:url(../img/push/bloc_push_loop.png);
	background-repeat:repeat-y;
}
#home_push_footer {
	clear:both;
	background-image:url(../img/push/bloc_push_footer.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	height:15px
}

#pushTxt{
padding:10px;
}
#pushTxt h2{
padding-bottom:10px;
color:#e31b26;
font-size:16px;
line-height:18px;
font-weight:bold;
}
#pushTxt img{
float:left;
margin: 10px 10px 10px 0px;
}
#pushTxt p{
margin-bottom: 10px;
font-size: 12px;
font-style: normal;
line-height: 18px;
color: #000000;
text-decoration: none;
}

