body {
	background-color: #4F4F4F;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#conteneur {
	background-color: White;
	border-style: none solid;
	border-width: 0px 1px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-bottom: 3px;
	font-family: "Trebuchet MS", arial, helvetica;
	font-weight: bolder;
	font-size: 40px;
}

#pied {
	background: #8B0000 url(fond_bas.jpg) repeat-x fixed bottom;
	color: White;
	font-size: 11px;
}

h4{
	color: White;
	background-color: Black;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

table.pave {
	border: 1px solid Black;
}

table.pave tr td {
	/*margin: 5px 3px 10px 10px;*/
	padding: 2px;
}

table.pave tr th {
	text-align: left;
}

.baseline {
	font-weight: bold;
	font-size: 12px
}

a.titre-film {
	font-size: 12px;
	font-weight: bold;
}