@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------ Structure ----------------------------------- */
#principale {
	background:url(../images/home-back.jpg) no-repeat;
}

/* ------------------------------ Bloc gauche ----------------------------------- */
#interieur-gauche H2 {
	display:block;
	float:left;
	height:22px;
	width:208px;
	font-size:17px;
	border-bottom:solid 1px #000000;
}

#interieur-gauche p {
	display:block;
	float:left;
	width:208px;
	margin-top:12px;
	line-height:18px;
	text-align:justify;
}

#interieur-gauche a {
	display:block;
	float:left;
	width:208px;
	height:32px;
	background:url(../images/home-nboffres-back.jpg) no-repeat;
	text-align:center;
	padding-top:8px;
	margin-top:25px;
	color:#FFFFFF;
}

#interieur-gauche a:hover {
	background:url(../images/home-nboffres-back-on.jpg) no-repeat;
}

/* ------------------------------ Bloc droit ----------------------------------- */
#interieur-droit H1{
	display:block;
	float:left;
	width:500px;
	margin-left:120px;
	_margin-left:60px;
	margin-top:50px;
	font-size:28px;
	line-height:32px;
	color:#226984;
}

#interieur-droit p{
	display:block;
	float:right;
	width:390px;
	text-align:right;
	margin-right:166px;
	_margin-right:83px;
	/*
	margin-left:130px;
	_margin-left:115px;
	*/
	margin-top:5px;
	color:#226984;
}

#interieur-droit .push{
	display:block;
	float:left;
	width:179px;
	margin-left:190px;
	_margin-left:95px;
}

#interieur-droit .push a{
	display:block;
	float:left;
	width:179px;
	height:30px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	background:url(../images/home-btn-off.png) no-repeat;
}

#interieur-droit .push a:hover{
	background:url(../images/home-btn-on.png) no-repeat;
}

#interieur-droit .push H2{
	display:block;
	float:left;
	width:179px;
	margin-top:6px;
	text-align:center;
	color:#226984;
	font-weight:bold;
}

#interieur-droit .push p{
	display:block;
	float:left;
	width:179px;
	color:#226984;
	margin-left:0px;
	text-align:justify;
}

/*--------------------------bloc actualités ----------------------------------- */
/*------------------structure */
#NewsTicker{
	display:block;
	float:left;
	width:208px;
	height:138px;
	margin-top:10px;
}

#NewsVertical {
	display: block;
	position:relative;
	width: 200px;
	height: 130px;
	overflow: hidden;
}
/* --------------- */
/* actualité */
#TickerVertical {
	display:block;
	float:left;
	width: 200px;
	height: 130px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: inline;
	float: left;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 4px 4px 0px 4px;
	height: 130px;
}

#TickerVertical li H4{
	display:block;
	float:left;
	width:140px;
	font-size:12px;
	margin-left:4px;
}

#TickerVertical li p {
	display:block;
	float:left;
	width:195px;
	margin-top:5px;
	line-height:12px;
}
