/* gestion spécifique de la page d'accueil */

#page-home {
	background: url(images/fond_home.jpg);
	height: 703px;
	width: 1013px;
	margin: 0 auto;
	text-align: left;
}

#pied {
	width: 1013px;
	margin: 0 auto;
	margin-left:-50px;
	text-align: left;
}

div#paves {
	margin: 0 auto;
	margin: 0px 30px 0px 129px;
	/*float: right;*/
	color: White;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	position:relative;
}

div#paves a {
	color: White;
}

div#paves ul {
	/*margin-top: 75px;*/
	width: 235px;
	height: 185px;
	padding-left: 10px;
}

div#paves li {
	line-height: 150%;
	padding-left: 35px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 3px;
}

body#home div#entete {
	height: 185px;
	padding-left: 265px;
	/*border: 1px solid black;*/
	border-top: 1px solid White;
}

div#sba, div#services, div#dechets,
div#conteneurSBA, div#conteneurServices, div#conteneurDechets {
	float: left;
	height: 387px;
	margin-left: 0px;
}

div#conteneurSBA {
	background: url(images/sba.jpg) no-repeat;
	width: 271px;
}

div#conteneurServices {
	background: url(images/services.jpg) no-repeat;
	width: 266px;
}

div#conteneurDechets {
	background: url(images/dechets.jpg) no-repeat;
	width: 298px;
}

div#sba {
	background: url(images/home_fond_sba.jpg) no-repeat;
	width: 271px;
}

div#services {
	background: url(images/home_fond_services.jpg) no-repeat;
	width: 266px;
}

div#dechets {
	background: url(images/home_fond_dechets.jpg) no-repeat;
	width: 298px;
}

div#sba li {
	background: url(images/puce-sba.gif) no-repeat top left;
}

div#services li {
	background: url(images/puce-services.gif) no-repeat top left;
}

div#dechets ul {
	/*margin-top: 25px;*/
	height: 160px;
}
div#dechets li {
	background: url(images/puce-dechets.gif) no-repeat top left;
}

div#services .descriptif {
	color: #1A4149;
}

div#sba .descriptif {
	color: #516020;
}

div#dechets .descriptif {
	color: #73490F;
}

.descriptif {
	width: 235px;
	margin-left: 5px;
	/*text-align: justify;*/
	line-height: 125%;
}

#actu {
	clear: both;
	/*margin: 0px 110px 0px 180px;*/
	margin-left: 180px;
	width: 715px;	
	padding-top: 30px;
	color: #43530C;
}

#actu a {
	color: #43530C;
}

#actu img.spip_logos {
	border: 1px solid #BACD36;
	padding: 5px;
	margin: 5px;
}

#actu li a.titre {
	font-weight: bold;
	font-size: 120%;
}

.newsletter{
    background: url("images/newsletter.png") no-repeat scroll center center transparent;
    height: 61px;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 58px;
}

.newsletter a{
	font-family:"Asenine";
	font-size:21px;
}

.newsletter a .news{
	line-height: 21px;
    padding: 8px 7px;
}

.pas_content{
	background: url("images/content.png") no-repeat scroll center center transparent;
    height: 61px;
    position: absolute;
    right: 8px;
    top: 80px;
    width: 58px;
}

.pas_content a
{
	font-family:"Asenine";
	font-size:16px;
	line-height:17px;
	font-weight:normal;
}

.pas_content a .content{
	padding: 5px;
}

