body {
	margin-top: 70px;
	background: #ccc;
	color: #006;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-align: center;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #FF3300;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	color: #006699;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #F30;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
}

h5 {
	font-size: 16px;
	color: #F30;
	margin: 0px;
}

h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	margin: 0px;
	padding: 5px;
	background: #444;
}

div.entree {
	border: solid #FF3300;
	border-width: 7px 0;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 1px 0px 20px;
}

div.entree  a {
	color: #006;
	text-decoration: none;
}

div.entree  a:hover {
	color: #006;
	text-decoration: underline;
}

ul {
	margin: 0 15px;
	padding: 0;
}

dl {
	margin: 0 0 10px 0;
}

table {
	margin: 0;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

table#liste {
	margin: 0;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	font-size: 14px;
}

table#entete {
	width: 700px;
}

table#contenu {
	width: 700px;
	margin-top: 10px;
}

td#texte {
	width: 500px;
	font-size: 14px;
}

td#news {
	font-size: 12px;
}

td#photos {
	width: 200px;
	text-align: right;
	font-size: 10px;
}

a:link {
	color: #F30;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #006;
	text-decoration: underline;
}

div#navbar {
	font-family: Courier, "Courier New", monospace;
	font-size: .8em;
	font-weight: bold;
	height: 20px;
}

#navbar a {
	color: #DDD;
	background-color: #ff7000;
	text-decoration: none;
	display: inline;
	border-left: solid #F30 10px;
	padding: 4px 15px;
}

#navbar a:hover {
	color: #006;
	background-color: #CCC;
	border-left-color: #006;
}

#navbar a.current {
	color: #006;
	background-color: #ccc;
	border-left-color: #006;
}

div#rubriques {
	font-family: Courier, "Courier New", monospace;
	font-size: .8em;
	font-weight: bold;
	color: #000066;
	height: 30px;
}

#rubriques a {
	color: #F30;
	text-decoration: none;
	display: inline;
}

#rubriques a:hover {
	color: #006;
	text-decoration: none
}

#rubriques a.current {
	color: #006;
	text-decoration: none
}

div#copy {
	font-size: 11px;
	text-align: left;
	background: #FF7000;
	padding: 1px 0 1px 10px;
	margin-top: 10px;
	border-left: solid #F30 10px;
}

div#copy a {
	color: #006;
}

td.lbl {
	text-align: right;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 2px;
}