body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
table {
	border:none;
	border-collapse: collapse;
}
#degrader {
	margin:auto;
	width:926px;
	height:13px;
	background:url(css_img/header_degrader_light.png) repeat-y;
}
#logo_sli{
	width:290px;
	height:40px;
	border:0px;
	margin:0px;
	margin-top:5px;
}

#pub_haut {
	border: 2px solid #C0C0C0;
	width:926px;
	height:80px;
	background-color:#FFFFFF;
	margin: 3px 0px 0px 0px;
}
.bloc {
	margin:auto;
	width:906px;
	padding:10px;
	text-align:left;
}
.small_bloc {
	margin:auto;
	width:780px;
}

/* ****** Header ****** */
#header {
	margin:auto;
	width:926px;
	height:70px;
	background:url(css_img/header_light.png) no-repeat;
	position:relative;
	text-align:left;
}

#onglets {
	position:absolute;
	left:353px;
	top:47px;
	float:left;
	width:573px;
    font-size:93%;
}
#onglets ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#onglets li {
	float:left;
	margin:0;
	padding:0;
	background:url(css_img/onglet_right.png)
      no-repeat right top;
}
#onglets a {
    display:block;
	background:url(css_img/onglet_left.png)
      no-repeat left top;
    padding:5px 5px;
	text-decoration:none;
	font-size:0.7em;
	line-height:8px;
	color:red;
}
#onglets #immo a {
	background:url(css_img/onglet_left_immo.png)
      no-repeat left top;
}

#onglets li:hover {
	background:url(css_img/onglet_right_hover.png) no-repeat right top;
}
#onglets a:hover {
	background:url(css_img/onglet_left_hover.png) no-repeat left top;
    padding:5px 5px;
	line-height:12px;
}
#onglets #immo a:hover {
	background:url(css_img/onglet_left_immo_hover.png)
      no-repeat left top;
}

/* ****** Footer ****** */
#footer {
	height:23px;
	margin:auto;
	width:928px;
	background: url(css_img/footer.png) repeat-x;
	color:#FFFFFF;
	font-size:0.7em;
	line-height:30px;
}
#liens {
	width:797px;
	height:23px;
	margin:auto;
	margin-right:10px;
	line-height:23px;
	text-align:center;
}
#footer p {
	margin:0px;
	padding:0px;
	line-height:23px;
	text-align:right;
	padding-right:5px;
}
#footer a {
	text-decoration:none;	
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;	
	color:#FFFFFF;
}
#mots_cle {
	font-size:0.7em;
	width:926px;
	margin:auto;
	color:#888888;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
.bordure {
	border:1px solid #D7E1E2;
	width:926px;
	margin:auto;
}
p.center {
	width:926px;
	text-align:center;
	margin:0px;
}
#new_com {
	border:1px #a3a3a3 solid;
	padding:5px;
}
#new_com a {
	color:#a3a3a3;
	text-decoration:none;
}
#new_com a:hover {
	color:#000000;
}