
body {
	background-image: url(../images/fond_page.gif);
	background-repeat: repeat-x;

}
.titreblanc {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-image:  url('/images/fond_cellule_bleu.gif');
}

.jour_semaine {
	font-family: Arial;
	text-decoration:underline;
	font-size: 11px;
}
.jour_weekend {
	font-family: Arial;
	text-align:center;
	font-size: 11px;
	color: #415578;
}
.idx_theme {
	font-family: verdana;
	font-size: 11 px;
	background-color: #cccccc;
	height: 15px;
	padding-left: 5px;
}

.idx_theme a {
	text-decoration: none;
	color: #000000;
}

.idx_theme a:hover {
	text-decoration: underline;
}

.tableau_page {
	font-family: verdana;
	font-size: 11px;
}

.tableau_page a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.dbg {
	font-family: verdana;
	font-size: 11px;
	color: #000088;
}

.dbg a {
	text-decoration: none;
	color: #0000ff;
}

.dbg a:hover {
	text-decoration: underline;
	color: #ff0000;
}


b {
 color: #000000;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

h1 {
	color: #000000;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
}

a.liens:link {color: #ffffff; text-decoration: none}
a.liens:visited {color: #ffffff; text-decoration: none}
a.liens:hover {color: #ffffff; text-decoration: underline}

a.tableau_page:link {color: ##00509B; text-decoration: none}
a.tableau_page:visited {color: ##00509B; text-decoration: none}
a.tableau_page:hover {color: ##00509B; text-decoration: none}


.dbgClient {
	font-family: verdana;
	font-size: 11px;
	color: #ff5500;
}