@charset "ISO-8859-1";
/* Les regles de style pour chaque programme */

table#informations {
	width:535px;
	margin-top:30px;
	margin-left:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}
table#informations td#image {
	width:185px;
}
table#informations td {
	vertical-align:top;
}
table#informations h1 {
	font-size:24px;
	font-weight:bold;
	color:#CC0000;
	margin:0 0 18px 20px;
	letter-spacing: -0.5px;
}
table#informations h2, h3 {
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	padding:15px 0 5px 20px;
}
table#informations h2 {
	padding:0 0 15px 20px;
}
table#informations h3 {
	padding:15px 0 5px 20px;
}
table#informations h2 a {
	text-decoration:underline;
	color:#CC0000;
}
table#informations h2 a:hover {
	text-decoration:none;
	background-color:#CC0000;
	color:#FFF;
}
table#informations p {
	font-size:13px;
	line-height:20px;
	margin-left:20px;
	text-indent:0px;
	margin-top: 10px;
}
table#informations p.premier {
	text-indent:0px;
}
ul#liste_conditions {
	list-style-type: disc;
	margin-left: 15px;
}
ul#liste_conditions li {
	font-size:13px;
	line-height:20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-right: 0px;
}
table#videos {
	width:100%;
	margin-top:15px;
	padding:0;
	border:0;
	border-collapse:collapse;
	background-color:#000;
}
table#videos td {
	padding:0 0 3px 15px;
}

