body {
	background-image: url(../images/bckgrd.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	color: #FFF;
}
h3 {
	font-size: 12px;
	color: #FFF;
}
h4 {
	font-size: 10px;
	color: #FFF;
}
h5 {
	font-size: 8px;
	color: #FFF;
}
h6 {
	font-size: 9px;
	color: #FFF;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#container {
	width: 1000px;
	border: thin groove #FFF;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	float: left;
}
#header {
	background-image: url(../images/titre.jpg);
	height: 100px;
	width: 1000px;
	border: thin groove #FFF;
	margin-bottom: 15px;
	float: left;
}
#maincontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 75px;
	width: 1000px;
	margin-top: 15px;
	background-color: #000;
	border: thin groove #FFF;
	float: left;
}
#menu {
	margin-left: 320px;
	margin-bottom: 50px;
}
#menuText {
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
	
#menuText li
	{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	margin-right: 1px;
	margin-left: 1px;
}

#menuText li a
	{
	display: block;
	text-decoration: none;
	width: 105px;
	color: #EAFFED;
	white-space: nowrap;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menuText li a:hover
	{
	background-color: #2E000D;
}
		
#menuText li ul
		{
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
		
#menuText li ul li
		{
	float: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
}
		
#menuText li ul li a {
	width: 100px;
	background-color: #2E000D;
	color: #FFF;
	margin-top: 2px;
	z-index: 105;
}
		
#menuText li ul li a:hover
		{
	background-color: #5B031D;
	color: #FFF;
	z-index: 100;
}
#footer p {
	font-size: 9px;
	line-height: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.intro ul {
	margin-right: 20px;
}

