@charset "ISO-8859-1";
/* Les regles de style pour la section contenu de la page d'accueil : index.php */
div#contenu {
	padding-top:30px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
table#programmes {
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
	padding-right: 0px;
	padding-left: 0px;
	width: 533px;
}
table#programmes td{
	padding:0 0px;
}
table#programmes h1{
	font-size:24px;
	font-weight:bold;
	color: #C60000;
	letter-spacing: -0.5px;
}
table#programmes h2 {
	font-size:12px;
	font-weight:700;
	color: #C60404;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
}
table#programmes p{
	font-size:11px;
	line-height:15px;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
}
table#programmes h3 {
	font-size:13px;
	font-weight:bold;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5CFD6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFD6;
}
table#programmes h3 a{
	text-decoration:none;
	color:#333;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table#programmes h3 a:hover{
	text-decoration:none;
	color:#D10000;
	background-color: #E2E2E2;
	background-image: url(../images/arrow.gif);
	background-position: right center;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

table#programmes h4 {
	font-size:13px;
	font-weight:bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5CFD6;
	border-bottom-color: #D5CFD6;
}
table#programmes h4 a{
	text-decoration:none;
	color:#000;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
table#programmes h4 a:hover{
	text-decoration:none;
	color:#CC0000;
	background-color: #E2E2E2;
	background-image: url(../images/arrow.gif);
	background-position: right center;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

table#programmes h5 {
	font-size:12px;
	font-weight:bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
table#programmes h5 a{
	text-decoration:none;
	color:#666;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
table#programmes h5 a:hover{
	text-decoration:none;
	color:#CC0000;
	background-color: #E2E2E2;
	background-image: url(../images/arrow.gif);
	background-position: right center;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

