* {
	margin: 0;
	padding: 0;
	line-height: 130%;
}

dt {
	font-weight: bold;
        font-size: 1.2em;
}

ul, ol {
	padding-left: 2em;
}

dd {
	padding-left: 3em;
}

h1, h2, h3 {
	margin-top: 0.5em;
	font: blue;
}

h1 {
	text-align: center;
	border-top: thick solid blue;
	background: #bbf;
}

h1.title {
	text-indent: -9999px;
	margin-top: 0;
	min-width: 640px;
	
	height: 101px;
	background: url(banniere-c2005.jpg) center center no-repeat;
	border: none;
}

h2 {
	background: #99c;
}

h2.subtitle {
	text-align: center;
}

h2 a {
	text-decoration: none;
}

p {
	margin-top: 0.25em;
}

body {
	font-family: sans-serif;
	margin: auto;
	padding: 2.5em;
	max-width: 55em;
}

blockquote {
	margin: auto;
	text-align: center;
}

img.panelphoto {
	float: right;
	margin-left: 2em;
	margin-bottom: 0.25em;
	border-bottom: none;
	border-left: none;
	border-top: 5px outset black;
	border-right: 5px outset black;
	clear: right;
}

div.section#schedule table, div.section#horaire table {
	width: 35em;
	margin: auto;
	border: thin solid black;
}

div.section#schedule td, div.section#horaire td {
	border: thin solid black;
	padding-left: 1em;
	padding-right: 1em;
}

div.section#le-panel dd, div.section#the-panel dd {
	padding-left: 4em;
	padding-right: 1em;

}


