/*
	Liste des styles d&#233;finis dans la CSS dynamique :
		- .titre1
		- .fondIndex
		- .indexlinktext
		- .tdnav a,.tdnav a:visited, .tdnav a:hover
		- .tdmenuSel a,.tdmenuSel a:visited, .tdmenuSel a:hover
		- .c1, .c2, .c3
*/
html { 	margin-bottom: 0.1px;	height:100%; }

body {
	margin: 0px;
	background-color:white;
}
a:link, a:active, a:visited{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:#10268C;
	text-decoration:none;
}
a:hover{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:#10268C;
	text-decoration:underline;
}
/* sous titre menu */
a.tmenu:link, a.tmenu:active, a.tmenu:visited, a.tmenu:hover{
	font-family:Arial,Verdana,Helvetica;
	font-size:10pt;
	color:#10268C;
	text-decoration:none;
}
p, td, ul, ol{
	font-family:Arial,Helvetica;
	font-size:10pt;
}

.titre2{
	font-size:11pt;
	font-weight:bold
} 

.navindex{
	color:red;
	font-weight:bold;
}
.navbarre{
	color:#000000;
}
.datemodif{
}
hr{
	height: 1px;
	width: 98%;
	color:#001199;
}
#print {
	position : absolute;
	top : 60px;
	right : 10px;
}
.recherche{
	color:#FFFFFF;
	font-weight: bold;
}
.fondNoir {
	background-color:#000000;
}
.fondBleu{
	background-color:#0F298F;
	color:#FFFFFF;
}
DIV.results .highlight {
  background-color: #FFFF99;
}

.tdmenu a,.tdmenu a:visited, .tdmenu a:hover{
	background-color:#CCCCCC;
	font-weight:bold;
	font-size:10pt;
	color:#464646;
	text-decoration: none;
	height: 37px;
	padding : 5px 7px 5px 8px;
	display: block;
}

.tdmenu a:hover{
	color:#FFFFFF;
}
/* Evite les espaces autour des formulaires */
form{ 
	display:inline 
}
