/**
 * @version $Id: template_css.css,v 1.5 2010-03-17 18:16:42 flj Exp $
 * @package ariston
 * @copyright Copyright (C) 2007 BROCELIA. All rights reserved.
 */

/* CSS du template spécifique à la home page d'ariston */

#page #corps #img1 {
	float: left;
	width: 370px;
}
#page #corps #flash {
	float: left;
	width: 373px !important;
	height: 107px;
	overflow: hidden;
	position: relative;
	margin-left:0;
	z-index: 1;
}
#page #corps #flash object{
	position:absolute;
}
#page #corps #img2 {
	float: left;
	height: 245px;
	width: 370px;
	margin-left: 5px;
	margin-top: 5px;
}
#page #corps #news {
	clear: left;
	float: left;
	height: 245px;
	width: 370px;
	margin-top: 5px;
	background-color: #e7e7e8;
	background-image: url(../images/fond_news.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#page #corps #news .titre {
	width:370px;
	background-color:#b0b2b6;
	height: 14px;
}
#page #corps #news .titre h1 {
	font-size: 11px;
	color:#fff;
	padding-left:5px;
	text-transform: uppercase;
}
#page #corps #news .new {
	border-bottom:1px solid #d4d4d4;
	float:left;
	width:370px;
}
#page #corps #news .new .img {
	width: 92px;
	float: right;
	text-align:left;
	text-align: center;
}

#page #corps #news .new .txt_left{
	float:left;
	width:275px;
	}


#page #corps #news .new h2 {
	float:left;
	width:210px;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
}
#page #corps #news .new .date {
	color: #992137;
	float:right;
	padding-top:5px;
	font-weight:bold;
}
#page #corps #news .new p {
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 17px;
	float:left;
	width:270px;
}
#page #corps #news .new .savoirplus {
	padding-left:5px;
	padding-top: 10px;
	float: left;
}

#page #corps #news .new .savoirplus a{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#page #corps #news .new .savoirplus a img{
	margin-right:5px;
	}

