/* Index */
@import url("div_offre.css");

/* Infos */
#infos
{
	width:610px;
	min-height:35px;
	line-height:12px;
    height:auto !important;
    height:35px;
	background:url(../images/graphisme/index/infos_fond.gif) no-repeat;
	background-position: center;
	padding:0px 25px;
	text-align:justify;
	display:block;
}

#infos h1
{
   font-size:14px;
   font-weight:bold;
   margin:0;
   margin-bottom:3px;
   padding:0;
}
/* Atouts */
#atouts
{	
	display:block;
	width:660px;
	height:60px;
}
#atouts ul
{
	width:660px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#atouts ul li
{
	margin:0px;
	padding:0px;
	width:220px;
	height:60px;
	float:left;
	list-style:none;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
#atouts ul li span{display:none;}
#atouts ul li#atout1{background-image:url(../images/graphisme/index/atout_1.gif);}
#atouts ul li#atout2{background-image:url(../images/graphisme/index/atout_2.gif);}
#atouts ul li#atout3{background-image:url(../images/graphisme/index/atout_3.gif);}

/* Offre du jour */
#offre_jour
{
	width:560px;
	height:250px;
	background:url(../images/graphisme/index/offre_jour_fond.gif) no-repeat top left;
	display:block;
	margin:10px 0px 0px 50px;
	position:relative;
}

#offre_jour h1 span{display:none;}

#offre_jour h1
{
	position:absolute;
	top:15px;
	right:4px;
	font-size:22px;
}

#offre_jour img#img_auto
{
	position:absolute;
	bottom:0px;
	left:70px;
}

#offre_jour span#details_auto
{
	position:absolute;
	top:50px;
	right:4px;
	text-align:right;
	font-size:20px;
	line-height:22px;
}

#offre_jour span#prix_auto
{
	position:absolute;
	bottom:60px;
	right:4px;
	text-align:right;
	font-size:30px;
	font-weight:bold;
	line-height:39px;
	text-align:center;
	height:39px;
	width:150px;
	background:url(../images/graphisme/index/prix_fond.gif);
	color:#fff;
}

/* Offres */
#offres
{
	width:658px;
	min-height:400px;
    height:auto !important;
    height:400px;
	display:block;
	background:#CECEE4 url(../images/graphisme/index/offres_fond.gif) repeat-x bottom;
}

#offres h1
{
	background:url(../images/graphisme/index/offres_titre.gif);
	width:658px;
	height:28px;
}

#offres h1 span
{
	display:none;
}

