body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}

#cadre{
	position:relative;
	width:997px;
	height:575px;
	margin:auto;
	background-image: url(../images/home_fond.jpg);
	background-repeat: no-repeat;
}

#home_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:215px;
	height:90px;
	background-image: url(../images/logo_abo.gif);
	font-size: 0px;
	color: white;
}

#flash{
	position:absolute;
	top:291px;
	left:0px;
	width:401px;
	height:284px;
}


#baseline{
	position:absolute;
	top:90px;
	left:0px;
	width:120px;
	height:78px;
	background-image: url(../images/sous_titre.gif);
	font-size: 0px;
	color: white;
}

a#actu{
	position:absolute;
	top:26px;
	left:740px;
	width:136px;
	height:62px;
	background-image: url(../images/actu.gif);
}

a:hover#actu{
	background-image: url(../images/actu_on.gif);
}

a#don{
	position:absolute;
	top:50px;
	left:883px;
	width:102px;
	height:60px;
	background-image: url(../images/don.gif);
	font-size: 0px;
	color: white;
}



a:hover#don{
	background-image: url(../images/don_on.gif);
}


a#decouvrez{
	position:absolute;
	top:143px;
	left:160px;
	width:177px;
	height:94px;
	background-image: url(../images/home_bt_1_off.gif);
	font-size: 0px;
	color: #7FC2D3;
}

a:hover#decouvrez{
	background-image: url(../images/home_bt_1_on.gif);
}



a#rejoindre{
	position:absolute;
	top:228px;
	left:318px;
	width:139px;
	height:68px;
	background-image: url(../images/home_bt_2_off.gif);
	font-size: 0px;
	color: #7FC2D3;
}

a:hover#rejoindre{
	background-image: url(../images/home_bt_2_on.gif);
}


a#aider{
	position:absolute;
	top:300px;
	left:393px;
	width:129px;
	height:59px;
	background-image: url(../images/home_bt_3_off.gif);
	font-size: 0px;
	color: #7FC2D3;
}

a:hover#aider{
	background-image: url(../images/home_bt_3_on.gif);
}


a#amis{
	position:absolute;
	top:492px;
	left:862px;
	width:120px;
	height:50px;
	background-image: url(../images/bt_amis.gif);
	font-size: 0px;
	color: white;
}


a#extranet{
	position:absolute;
	top:486px;
	left:571px;
	width:90px;
	height:49px;
	background-image: url(../images/bt_extranet.gif);
	font-size: 0px;
	color: white;
}

a#actu span, a#don span, a#decouvrez span, a#rejoindre span, a#aider span, a#amis span, a#extranet span {
	display: none;
}

ul{
	position:absolute;
	top:518px;
	left:665px;
	padding:0px;
	margin:0px;
	list-style-image: url(../images/puce_home.gif);
	}
	
		
li{
	display:inline;
	background-image: url(../images/puce_home.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	background-position: 0px 4px;
		}

li a{
	color: #000000;
	text-decoration: none;
	}
	
li a:hover{
	color: #000000;
	text-decoration: underline;
	}
