body
{
	font-family: "Tempus Sans ITC";
	min-width: 100%;
	background-image: url("images/fond/fond.jpg");
	background-repeat: repeat x, y;
}

div#header
{
	font-family: "Tempus Sans ITC";
	width: 1000px;
	position: relative;
}

div#centrer
{
	font-family: "Tempus Sans ITC";
	width: 1000px;
	margin-top:0px;
	position: relative;
	overflow: hidden;
	text-align:justify;
	background-image: url("images/fond/fondmenu.jpg");
	background-repeat: repeat x, y;
}

div#menu
{
	font-family: "Tempus Sans ITC";
	color:white;
	width: 200px;
	padding-top:40px;
	float: left;
	background-image: url("images/fond/fondmenu.jpg");
	background-repeat: repeat x;
}

div#menu table
{
	margin-left:auto;
	margin-right:auto;
	width:80%;

}

div#menu a
{
	font-family: "Tempus Sans ITC";
	text-decoration: none;
	display: block;
	color:white;
	width: 130px;
	border-width: thin;
	border:0;
	font-size: medium;
}

div#menu a:hover
{
	font-family: "Tempus Sans ITC";
	text-decoration: none;
	display: block;
	color: yellow;
	width: 130px;
	border-width: thin;
	border:0;
}

div#contenu
{
	font-family: "Tempus Sans ITC";
	color: white;
	width: 600px;
	float: left;
	overflow:hidden;
	background-image: url("images/fond/fondcentre.jpg");
	background-repeat: repeat x, y;
}

div#contenu a
{
	font-family: "Tempus Sans ITC";
	text-decoration: none;
	display: block;
	color:white;
	border:0;
}

div#contenu a:hover
{
	font-family: "Tempus Sans ITC";
	text-decoration: none;
	display: block;
	color:yellow;
	border:0;
}

div#pub
{
	font-family: "Tempus Sans ITC";
	color: white;
	float: right;
	width: 200px;
	background-image: url("images/fond/fondpub.jpg");
	background-repeat: repeat x;
}

div#signature
{
	font-family: "Tempus Sans ITC";
	background-image: url("images/fond/fondsignature.jpg");
	background-repeat: repeat x;
	width: 1000px;
	color:white;
}

div#signature a
{
	font-family: "Tempus Sans ITC";
	color:white;
}

div#signature a:hover
{
	font-family: "Tempus Sans ITC";
	color:white;
}

h2
{
	text-align: center;
	font-family: "Tempus Sans ITC";
	text-decoration:underline;
	color:white;
}

h3
{
	font-family: "Tempus Sans ITC";
	color:white;
}

h4
{
	font-family: "Tempus Sans ITC";
	text-decoration:underline;
	color:white;
}

p
{
	color:white;
}

table.menu {
	border-width: 3px;
	border-spacing: 3px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
}

table.menu th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}

table.menu td {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
}


table.carte {
	text-align:center;
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: #c60090;
}
table.carte th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: white;
	background-color: #e8044f;
}
table.carte td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: white;
	background-color: #c60090;
}
