@charset "utf-8";
/* CSS Document */

div#global {
	width:800px;
	background-color:#FFFFff;
	overflow:auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


div#bandeau {
width:800px;
height:155px;
background-image:url(../Images/Entete.jpg);
}


div#menu {
float:left;
width:200px;
background-color:#FFFFFF;
overflow:auto}


div#contenu {
float:left;
width:600px;
background-color:#FFFFFF;
overflow:auto}


div#piedpage {
clear:both;
width:800px;
height:173px;
background-image:url(../Images/Pied.jpg);
}
body {
	background-color: #FFFFFF;
	background-image: url(../Images/Tuile1.jpg);
	background-repeat: repeat;
	text-align: center;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #70744F;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #70744F;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #d29814;
	text-decoration: underline overline;
	text-align: center;
}
a.liste2:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #d29814;
}
a.liste2:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #d29814;
}
a.liste2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #70744f;
	text-decoration: underline overline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #70774F;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #70774F;
	text-align: center;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	border-top-color: 70744f;
	border-right-color: 70744f;
	border-bottom-color: 70744f;
	border-left-color: 70744f;
	text-align: center;
}
table {
	text-align: center;
	border-top-color: #d29814;
	border-right-color: #d29814;
	border-bottom-color: #d29814;
	border-left-color: #d29814;
	color: #000;
	background: #FFF url(none);
	font-size: 14px;
}
table.fun {
	font: 12px "Times New Roman", Times, serif;
	color: #d29814;
	text-align: left;
}

