body {
	background:#FFF;
	margin:0;
	padding:0;
	}

p {
	margin:0;
	padding:0;
	}

a:link { color:#333333; text-decoration:none; }
a:visited { color:#333333; text-decoration:none; }
a:hover { color:#0033FF; text-decoration:none; }
a:active { color:#333333; text-decoration:none; }

/* LIEN */
.link {
	width:16px;
	height:16px;
	background:url(../images/link.png) 0 0 no-repeat;
	padding-left:16px;
	}

.link:hover {
	width:16px;
	height:16px;
	background:url(../images/link.png) 0 -16px no-repeat;
	}

.link:active {
	width:16px;
	height:16px;
	background:url(../images/link.png) 0 -32px no-repeat;
	}
	
/* BOUTON DROITE */
#go_right {
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/button_right.png) 0 0 no-repeat;
	left:559px;
	top: 142px;
	}

#go_right:hover {
	width:16px;
	height:16px;
	background:url(../images/button_right.png) 0 -16px no-repeat;
	}

#go_right:active {
	width:16px;
	height:16px;
	background:url(../images/button_right.png) 0 -32px no-repeat;
	}
	
/* BOUTON GAUCHE */	
#go_left {
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/button_left.png) 0 0 no-repeat;
	left: 24px;
	top: 142px;
	}

#go_left:hover {
	width:16px;
	height:16px;
	background:url(../images/button_left.png) 0 -16px no-repeat;
	}

#go_left:active {
	width:16px;
	height:16px;
	background:url(../images/button_left.png) 0 -32px no-repeat;
	}
  
/* BOUTON BAS */
#go_down {
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/button_down.png) 0 0 no-repeat;
	right:0;
	top: 16px;
	}

#go_down:hover {
	width:16px;
	height:16px;
	background:url(../images/button_down.png) 0 -16px no-repeat;
	}

#go_down:active {
	width:16px;
	height:16px;
	background:url(../images/button_down.png) 0 -32px no-repeat;
	}
	
/* BOUTON HAUT */
#go_up {
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/button_up.png) 0 0 no-repeat;
	right:0;
	top: 0;
	}

#go_up:hover {
	width:16px;
	height:16px;
	background:url(../images/button_up.png) 0 -16px no-repeat;
	}

#go_up:active {
	width:16px;
	height:16px;
	background:url(../images/button_up.png) 0 -32px no-repeat;
	}	

/* CONTENEUR */
#main {
	position:relative;
	width:600px;
	margin: 0 auto;
}	

#fond {
	position:relative;
	width:600px;
	height:300px;
	background:url(../images/fond.png) no-repeat;
}

#slider {
	position: relative;
	top:50px;
	width:500px;
	height:200px;
	margin: 50px;
	overflow: hidden;	
	}

#inside {
	position:relative;
	width:500px;
	height:200px;
	margin: 0;
	padding: 0;
}

#inside .item {
	background:url(../images/fond_item.png) no-repeat;
	width: 500px;
	height: 200px;
	margin: 0;
	padding: 0;	
	float:left;
}

#inside .item .image {
	width: 190px;
	height: 190px;
	margin: 5px;
	float: left;
	}

#inside .item .texte {
	width: 290px;
	height: 190px;
	margin: 5px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	text-align:justify;
	}

ul {
	margin:0;
	padding:0;
	}
li {
	margin:0;	
	padding-left: 16px;
	background:url(../images/ok.png) no-repeat;
	list-style-type: none;
	}

#beta {
  position: fixed;
  top:0;
  left:0;
  background:url(../images/beta.png) no-repeat;
  width: 300px;
  height: 300px;
  }