body {
	background-color: #FFF;
	font-family: verdana;
	font-size: 12px;
}

/* BARRE DE MENU */
#fond_menu {
	position: absolute;
	top: 28px;
	left: 50px;
	width: 155px;
	height: 616px;
	background-image: url(./images/fond_menu.gif);
	background-repeat: no-repeat;
}

/* menu btn home */
a.menu_btn_home {
	position: absolute;
	top: 117px;
	left: 50px;
	display: block;
	width: 112px;
	height: 71px;
	background-image: url(./images/btn_home.gif);
	background-repeat: no-repeat;
}
a.menu_btn_home:hover {
	background-image: none;
	
}

/* menu btn party */
a.menu_btn_party {
	position: absolute;
	top: 209px;
	left: 50px;
	display: block;
	width: 112px;
	height: 83px;
	background-image: url(./images/btn_party.gif);
	background-repeat: no-repeat;
}
a.menu_btn_party:hover {
	background-image: none;
	
}

/* menu btn dates */
a.menu_btn_dates {
	position: absolute;
	top: 313px;
	left: 50px;
	display: block;
	width: 112px;
	height: 90px;
	background-image: url(./images/btn_dates.gif);
	background-repeat: no-repeat;
}
a.menu_btn_dates:hover {
	background-image: none;
	
}

/* menu btn links */
a.menu_btn_links {
	position: absolute;
	top: 416px;
	left: 50px;
	display: block;
	width: 112px;
	height: 99px;
	background-image: url(./images/btn_links.gif);
	background-repeat: no-repeat;
}
a.menu_btn_links:hover {
	background-image: none;
	
}

/* menu btn contact */
a.menu_btn_contact {
	position: absolute;
	top: 536px;
	left: 50px;
	display: block;
	width: 112px;
	height: 80px;
	background-image: url(./images/btn_contact.gif);
	background-repeat: no-repeat;
}
a.menu_btn_contact:hover {
	background-image: none;
	
}

/* FORMULAIRE NEWSLETTER */
#form_newsletter {
	position: absolute;
	top: 25px;
	left: 727px;
	width: 200px;
	height: 20px;
}

.form_text {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

/* CONTENT */
#content {
	position: absolute;
	top: 108px;
	left: 250px;
	width: auto;
	height: auto;
}

/* Ligne séparation */
.ligne_bloc {
	height: 54px;
	width: 687px;
	background-image: url(./images/trait_lapin.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
	line-height: 54px;
	font-size: 16px;
}

.lin_tit {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

.lin_txt {
	font-family: verdana;
	font-weight: plain;
	font-size: 10px;
}

.lin_url {
	font-family: verdana;
	font-weight: plain;
	font-size: 10px;
	color: blue;
}
