
/*--MENU HOVER-------*/
a.btn_02 {
	background:url(../images/btn_02.gif) top left no-repeat;
	width: 251px;
	height: 25px;
	float: left;
}
a.btn_02:hover { background-position:top left; }

/* DIVS --------------*/
div.content {
	background: url(../images/content_bg_accueil2.gif) repeat-y;	
	width:758px;
	margin:0 0 10px 0;
	padding:0;
	overflow: auto;
}
div.img_01 {
	background :url(../images/decouvertes.jpg) no-repeat;	
	background-position: left;
	width:260px;
	height:182px;	
}
div.separe_vert {
	background: url(../images/separe_vert.gif) no-repeat;
	width : 203px;
	height: 2px;
	margin: 18px 0 0 0;
}
