* {
	margin: 0px;
	padding: 0px;
}
.preload{
	display:none;
}
/*	---------------------	*/
#conteneur_gdp {
	width: 100%;
	/*
	position: absolute;
	border: 1px solid lime;
	border-collapse: collapse;
	*/
}
#navigationSemaines {
	width: 100%;
	text-align: center;
	/*
	position: absolute;
	border: 1px solid green;
	border-collapse: collapse;
	*/
}
#listeDiffusions	{
	width: 100%;
	text-align: left;
	/*
	position: absolute;
	border: 1px solid aqua;
	border-collapse: collapse;
	*/
}
#navigationSemaines h1 {
	font-size: 15px;
	font-weight: bold; 
}
#listeDiffusions h2 {
	color: #4E4E4E;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}
.diffusionsJour {
	width: 720px;
	border: none;
	border-color: #CCCCCC;
	margin: auto;
	
}
.diffusionsJour th {
	height: 19px;
	text-align: left;
	vertical-align: middle;
}
.diffusionsJour td {
	height: 19px;
	text-align: left;
	vertical-align: top;
}
.diffusionsJour td.horaire {
	width: 66px;
	font-weight: bold; 
}
.diffusionsJour td.titre {
	width: 520px;
/*	background-image: url(images/h2_background.png);*/
	background-repeat: no-repeat;
	background-position: left;
	
}
.diffusionsJour td.duree {
	width: 63px;
}
.diffusionsJour td.info {
	width: 61px;
}
.diffusionsJour td.details {
/*	display:none;*/
}
/*
.diffusionsJour td.titre:hover {
	cursor: help;
}
*/
/* ------------------------------------------	*/
table.lm_details {
	width: 500px;
/*	margin: auto;	*/
	background-color: transparent;
	border-collapse: collapse;

 /*
	border-width: 1px;
	border-color: #6495ED;
	border-style: solid;
*/
}
table.lm_details thead {
	/*background-image: url(images/detail-thead.png);*/
	background-repeat: no-repeat;
	background-position: left;
	height: 4px;
	background-color: transparent;
	display: none;
}
table.lm_details tfoot {
	/*background-image: url(images/detail-tfoot.png);*/
	background-repeat: no-repeat;
	background-position: left;
	height: 3px;
	background-color: transparent;
}
table.lm_details tbody tr{
	/*background-image: url(images/detail-tbody.png);*/
	background-repeat: repeat-y;
	background-position: left;
	background-color: transparent;
}
table.lm_details tbody td{
	vertical-align: top;
}

.label {
	color: #0054A4;
	font-weight: bold;
	font-size: 10px;
	width: 88px;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	background-color: transparent;
}
.valeur {
	vertical-align: top;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	background-position: -88px 0px;
}

/*	-------------------------------------------------	*/
#wk_titre	{
	background-color: transparent;
	color: #006ED7;
}
#wk_menu {
	margin: auto;
	width: 80%;	/*	140px */
	height: 25px;
	color: #4E4E4E;	
}
#wk_menu a {
	display: inline;
	color: #4E4E4E;
	/*#6495ED;*/
}
#wk_menu a:hover {
	display: inline;
	color: #0054A4;
}
a.wk_back {
	/*	background-image: url(images/wk_back_init.png);	*/
/*	background-image: url(images/wk_back_05.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 50px;*/
	text-decoration: none;
	margin-right: 50px;
}
a.wk_back:hover {
/*	background-position: 0px -38px;*/
}
a.wk_back:active {
/*	background-position: 0px -76px;*/
}
/*	-------------	*/
a.wk_forward {
	/*	background-image: url(images/wk_forward_init.png);	*/
	/*background-image: url(images/wk_forward_05.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 50px;*/
	text-decoration: none;
	margin-left: 50px;
}
a.wk_forward:hover {
/*	background-position: 0px -38px;*/
}
a.wk_forward:active {
/*	background-position: 0px -76px;*/
}
/*	-------------	*/
a.wk_now {
	/*	background-image: url(images/wk_now_init.png);	*/
/*	background-image: url(images/wk_now_05.png);
	background-repeat: no-repeat;

	display: block;
	float: left;
	height: 38px;
	width: 38px;*/
	text-decoration: none;
}
a.wk_now:hover {
/*	background-position: 0px -38px;*/
}
a.wk_now:active {
/*	background-position: 0px -76px;*/
}
/*	-------------------------------------------------	*/

p.avertissement_message {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #4E4E4E;
	margin-top: 50px;
	margin-bottom: 406px;
	font-weight: bold;
}

