@import url('layout.css');
@import url('li-scroller.css');
/* Page d'accueil  (home) 
   Par Karl le 07/04/2010 */

/*	-------------------------------------
	Vidéo
   	-------------------------------------  */
.video{
	margin-bottom:10px;
	padding-top:10px;
}
a img {
	border:none;	
}
/*	-------------------------------------
	Éléments de la colonne de gauche
   	-------------------------------------  */
	div.texte-accueil{
		margin-top: 20px;
	}
	div.colonne-texte{
		float:left;	
		width: 270px;
	}
	div.colonne-nouvelles{
		float:right;
		width:560px;
		margin-top:11px;
	}
	h3.latest-news{
		background: url(../medias/home/bg_latest_news.png) no-repeat bottom left;
	}
	h3.latest-news{
		color:#000;
		border-bottom: 1px solid #d9f0ff;
		line-height: 24px;
		padding-left:8px;
		font-size: 15px;
		font-weight: normal;
	}
	img.figures{
		margin-top: 10px;
	}
	/*	--- Nouvelles (latest news) --- */
	div.nouvelle{
		padding: 10px 0;
	}
	div.nouvelle p{
		margin:0;
	}
	div.nouvelle p.titre-nouvelle{
		font-weight: bold;
		font-size: 16px;
	}
	div.nouvelle p.img-nouvelle img{
		border: none;
	}
	div.nouvelle p.texte-nouvelle{
		font-size: 13px;
	}
	div.nouvelle p.lien-nouvelle{
		float:right;
		font-size: 13px;
	}
	div.nouvelle p.lien-nouvelle a{
		text-decoration:underline;
	}
	div.nouvelle p.date-nouvelle{
		font-size: 11px;
	}
	div.nouvelle div.img-nouvelle{
		float: left;
		padding-right: 10px;
		width: 95px;
		height:65px;
	}
	div.infos-nouvelle{
		float: right;
		width: 450px;
	}
	div.all-items{
		margin-top:10px;
		border-top: 1px solid #e3e5e9;
	}
	a.bt-all-items{
		background: url(../medias/home/bt_all_items.gif) no-repeat top left;
		line-height: 22px;
		font-size:13px;
		width:80px;
		font-weight:bold;
		display: block;
		text-align: center;
		float: right;
		margin-top:10px;
		color:#000;
	}
	#key-figures{
		margin-top:10px;
	}
/*	-------------------------------------
	Éléments de la colonne de droite
   	-------------------------------------  */
	.bt-fleche{
		vertical-align:middle;
		margin-right: 5px;
	}
	/*	--- Carte --- */
	.top form{
		display:inline;
	}
	p.travel-agencies{
		margin-top:20px;
		font-weight: bold;
	}
	body.home div.right-container div.blog-txt{
	min-height:133px;
	}
/*	-------------------------------------
	IE
   	-------------------------------------  */
	*+html div.texte-accueil{
		margin-top: -20px!important;
	}
	*+html body.home div.right-container div.blog-txt{
		min-height: 122px!important;
	}
	*+html div.nouvelle{
		 padding-bottom: 0px!important;
		padding-top: 5px;
		margin: 0px!important; 
	}
