* { margin: 0; padding: 0; }
body {
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	color: #5e728b;
	background-color: white;
}
#all { width: 790px; margin: auto; }
#header { background-image: url(http://www.imtl.fr/header.jpg); height: 60px; padding-top: 40px; }
#top-menu { background-color: #293d55; }
#footer { text-align: center; font-size: 10px; color: #6c8099; margin-top: 30px; }

a { color: #293d55; text-decoration: none; }
a:hover { color: #6c8099; text-decoration: underline; }

img { border: none; float: right; }
th img,#footer img { float: none; }

td,th { vertical-align: top; padding: 5px; }
th { background-color: #eee; color: #293d55; text-align: left; font-weight: bold; width: 170px; }
th p { text-align: center; text-decoration: underline; margin: 10px; }

div.feed span a, div.feed span a:hover { text-decoration: none; display: block; background-color: #293d55; color: #fff; text-align: center; padding: 2px; }

ul.menu { list-style-type: none; }
ul.programme { margin-left: 30px; }
ul.feed { list-style-type: none; font-weight: normal; font-size: 10px; }
ul.feed li a, ul.feed li a:hover { color: #6c8099; }
li { padding: 5px; }


h1 a { color: #fff; font-style: italic; font-size: 20px; text-decoration: none; margin-left: 20px; }
h1 a:hover { text-decoration: none; color: #fff; }
h2 a, h2 a:hover { display: block; color: #293d55; border-bottom: 1px solid #6c8099; margin-top: 20px; font-style: italic; font-size: 18px; text-decoration: none; }
h3 { color: #000; font-weight: bold; font-size: 14px; font-style: italic; margin: 10px 0px 10px 0px; }
p { margin: 15px; }

dl.programme { margin: 15px; }
dl.programme dt { font-weight: bold; color: #000; }
dl.programme dd { margin-bottom: 15px; }

dl.liens { margin: 15px; font-size: 11px; }
dl.liens dt a, dl.liens dt a:hover { color: #000; font-weight: bold; text-decoration: underline; }
dl.liens dd { margin-bottom: 15px; }
dl.liens dd a, dl.liens dd a:hover { color: #5e728b; text-decoration: none; }
dl.liens dd a.list, dl.liens dd a.list:hover { color: #293d55; text-decoration: none; font-size: 10px; }

br.cleaner { clear: both; }
