body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.style2bis {
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}
.style3 {
	color: #000000;
	font-weight: normal;
	font-size: small;
}
.style4 {
	color: #CC0033;
	font-weight: bold;
	font-size: small;
}
.style5 {
	color: #000000;
	font-weight: bold;
	font-size: large;
}
body,td,th,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
        color: #000000;
        font-size: small;
}
select {
        color: #000000;
        font-size: small;
}
a {
  color:#333333;
}
a:hover {
  color:#333333;
}
a:visited {
  color:#333333;
}

#programme_content
{
	width: 800px;
	text-align : justify; 
}

#programme_content ul
{
	list-style-type: square;
}

#programme_content img
{
	display: block;
	margin: 0 auto;
}

#programme_content p, ul
{
	margin-top : 0px;
	margin-bottom : 0px; 
}



