#mobiliesite
{
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #555555;
	text-align:left;
}

#headerLogo
{
	display: block;
	position: absolute;
	width: 320px; height: 52px;
	background: url('../images/iphone/iphoneHeader.png') no-repeat center center;
	top: 0px;
	left: 0px;
	z-index:2;
	
}

#headerRepeat
{
	display: block;
	position: absolute;
	width: 100%; height: 52px;
	background: url('../images/iphone/iphoneHeaderRepeat.png') repeat-x center center;
	top: 0px;
	left: 0px;
	z-index:1;
	
}

#credo
{
	display:block;
	position:relative;
	top: 52px;
	left: 0px;
	padding:10px;
	height: 150px;
	width: 300px;
	font-size:18px;
	overflow: hidden;
}

#phone
{
	display:block;
	position:relative;
	font-size: 15px;
	height:95px;
	width:100%;
	left:10px;
}

#phone a
{
	text-decoration:none;
	font: Helvetica, Arial, sans-serif;	
	color:#444444;
}

#phone a:hover
{
	text-decoration:none;
	font: Helvetica, Arial, sans-serif;	
	color:#e71700;
}

#phone a:visited
{
	text-decoration:none;
	font: Helvetica, Arial, sans-serif;	
	color:#444444;
}

#phone_ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;	
}

#phone_ul li
{
	padding-bottom:3px;	
}


#news
{
	display: block;
	position: relative;
	top:20px;
	left:20px;
}

#news_ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;	
}

#news_ul img
{
	float:left;	
}

#news_ul li
{
	display:block;
	float:none !important;
	height: 50px;
	padding-bottom:10px;
}

#news_ul .news_bg
{
	float:left;
	width: 207px; height: 50px;
	background: url('../images/iphone/iphoneArticleBG.png') no-repeat center center;
	margin-left:10px;
}

#news_ul a
{
	text-decoration:none;
	display: block;
	position:relative;
    height: 100%;
    width: 100%; 
	font: Helvetica, Arial, sans-serif;	
	color:#444444;
	font-size:14px;
	padding-right:5px;
	padding-left:5px;
}

#news_ul a:hover
{
	text-decoration:none;
	font: Helvetica, Arial, sans-serif;
	color:#e71700;
}

#news_ul a:vistied
{
	text-decoration:none;
	font: Helvetica, Arial, sans-serif;	
	color:#444444;
}

