﻿body {
	margin: 0;
	padding:0;
	background-image: url('fons.jpg');
}
#cap {
	border-style: groove;
	padding: 0px;
	height: 200px;
	width: 900px;
	margin: 0 auto;
	background-color: #66FF66;
}
#menu {
	border-style: groove;
	border-width: 3px;
	padding: 0PX;
	height: 20px;
		width: 900px;
		margin: 0 auto;
		background-color:gray;
	font-weight: 700;
}	

#menu ul {
	display:inline;
	margin: 0;
	padding: 0;
	
}
#menu li {
	display:inline;
		margin: 5px;
	width: 35px;
	font-weight: 700;
	font-style: italic;
}

#centre {
	border-style: groove;
	padding: 0px;
	width: 900px;
		margin: 0 auto;
		background-color: #ffc;
}
#peu {
	border-style: groove;
	border-width: 3px;
	padding: 0PX;
	height: 100px;
	width: 900px;
	margin: 0 auto;
	background-color: #fcf;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	text-align: center;
}
.tituls_pagines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #FF0000;
	text-align: center;
	margin-bottom: 17px;
}
.titul_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #0000FF;
	text-align: center;
}
.subtitul_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}

.p_peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
}



