body
{
  margin: 1em;
	font-family: sans-serif;
	background-image: url("../picz/background.jpg");
	background-repeat: repeat;	
}

#main
{
	clear: none;
	margin-left: 120px;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}

p.titre
{
	font-family:arial,serif;
	font-weight:bold;
	font-size: 14pt;
	color:white;
	padding: 2px;
	margin: 0px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
	text-align: center;
	background-color: #2479AC;
}

#menu
{
  position: relative;
	clear: none;
	float: left;
	border: 1px;
	border-style: solid;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

#menu a.menu-link
{
	text-align: center;
	background-color:#999999;
	color: white;
	border-color:black;
	text-decoration: none;
	width: 96px;
	margin: 0px;
	padding: 2px;
}

#menu a
{
	background-color: white;
	float:left;
	width: 67px;
	text-align: center;
	color: #2479AC;
	text-decoration: none;
	width: 96px;
	margin: 0px;
	padding: 2px;
}

#menu a:hover
{
	color:white;
	text-decoration: none;
	background-color: #2479AC;
	color: white;
	width: 96px;
	margin: 0px;
	padding: 2px;
}

p.menu-item
{
	text-align: center;
	background-color:#999999;
	color: white;
	border-color:black;
	text-decoration: none;
	width: 96px;
	margin: 0px;
	padding: 2px;
}

#news
{
	font-family:arial,serif;
	color:#0066cc;
	padding: 3px;
	border-width: 0px;
}

#credit
{
  font-size:smaller;
	float: left;
	text-align:left;
	margin-top:5px;
	margin-bottom:0.5em;
}

#help
{
	font-size:smaller;
	float: right;
	text-align:right;
	margin-top:5px;
	margin-bottom:0.5em;
}

hr
{
	background-image: url("../images/hline.jpg");
}

h3 
{
  margin-bottom:0;
  padding-bottom:0.2em;
}

p.texte
{
	text-indent: 0em;
}

p
{
	padding: 1em;
}

ul
{
	font-family: arial, serif;
}

li
{
	font-weight: bold;
}

li.number
{
	font-weight: normal;
	list-style-type: decimal
}

div.photo
{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	margin: 5px;
	clear: none;
}

div.name
{
	border-bottom-width: 1px;
	background-color: #0055bb;
	padding: 1px;
	color: white;
	text-align: center;
}

img.photo
{
	display: block;
	border-width: 0px;
	margin: 1px;
}
