/**********************************************************************************/
/*** Général **********************************************************************/
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff7b09;
	background-image: url(../images/h1Flech.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 30px;
	margin-bottom:15px;
	margin-top:10px;
	margin-left:13px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff7b09;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display:block;
	float:left;
	background-position: 0px 2px;
}

p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7b09;
	display:block;
	background-image: url(../images/puce-plus.gif);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-left: 20px;
	background-position: 0px 3px;
	text-indent: 0px;

}


/**********************************************************************************/
/*** Contenu **********************************************************************/

.imgLeftHab
{
	float:left;
	background-image: url(../images/index/fond-video.jpg);
	height: 167px;
	width: 223px;
	margin-right:10px;
	overflow:hidden
}

.imgLeftHab img
{
	margin-top:1px;
	padding-left:13px;
	
}

#contenu
{
	float:left;
	width: 515px;	
}	

#contenu p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747474;
	text-align: justify;
	margin-bottom:20px;
	margin-left:13px;
}

/**********************************************************************************/
/*** Offres  **********************************************************************/
#offres
{
	background-image: url(../images/referencement-visibilite/coin-offres.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 200px;
}

#offres ul
{
	margin-top:85px;
}

#offres li
{
	list-style-type: none;
	background-image: url(../images/index/puce-fleche.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
	padding-left: 15px;
}

#offres li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7b09;
	text-decoration: none;
}

#offres li a:hover
{
	text-decoration: underline;
}