html {
	height: 100%;
	overflow: auto;
}	
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
body {
	border: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #5f5f5f;
}
#content {
	height: 100%;
}
li {
	display : list-item;
	list-style-image : url(img/pin.png);
	margin-left: 40px;
} 
.html_content {
	width: 850px;
	vertical-align: top;
	margin: 15px;
}

.txt_big {
	font-weight: bold;
	font-size: 42px;
}
.txt_petit {
	font-size: 10px;
}
.txt_title {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
.txt_sub_title {
	color: #FF6600;
	font-weight: bold;
}
.fmt_logo {
	font-style: italic;
}

a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}



th {
	text-align: left;
	font-weight: bold;
	background-color: #e1e1e1;
	font-size: 12px;
}
.spacer {
	height: 100px;
}
.listTitle {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 400px;
}
.xpathExp {
	float: left;
}
.pageTitle {
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}


.fmt_moyen {
	color: #0b3a58;
}
.txt_petit {
	font-size: 10px;	
	color: #0b3a58;
}
a.txt_petit:link {
	font-size: 10px;	
	color: #0b3a58;
	text-decoration: underline;
}
a.txt_petit:hover {
	font-size: 10px;	
	color: #0b3a58;
	text-decoration: none;
}
a.txt_petit:visited {
	font-size: 10px;	
	color: #0b3a58;
	text-decoration: underline;
}
a.txt_petit:active {
	font-size: 10px;	
	color: #0b3a58;
	text-decoration: underline;
}




.txt_petit_2 {
	font-size: 12px;
	color: #FF6600;
}
a.txt_petit_2:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a.txt_petit_2:hover {
	font-size: 12px;	
	color: #000000;
	text-decoration: underline;
}
a.txt_petit_2:visited {
	font-size: 12px;	
	color: #FF6600;
	text-decoration: none;
}
a.txt_petit_2:active {
	font-size: 12px;	
	color: #FF6600;
	text-decoration: none;
}





/*debut tag cloud*/
.tagcloud
{
background-color: #f6f6f6; width: 100%; /* couleur de fond du tableau+taille */
border: 1px solid #c6c6c6; /* bordure+couleur du tableau */
padding: 2px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */
}
.tagcloud a {
text-decoration:none; /* pas de décoration sur les liens */
}
.tagcloud a:hover { /* changement de couleur au passage de la souris */
text-decoration:none;
background-color:#033353; /* couleur d'arriere plan du lien survolé */
color:#000000; /* couleur du lien survolé */
}
.tag-1 { /* nom de la class*/
color:#0b3a58; /* couleur du lien */
font-size: 18px; /* taille d'écriture */
font-weight:bold; /* gras */
}
.tag-2 {
font-size: 16px;
color:#0b3a58;
}
.tag-3 {
font-size: 14px;
color:#0b3a58;
font-weight:bold; /* gras */
}
.tag-4 {
font-size: 12px;
color:#0b3a58;
}
.tag-5 {
font-size: 10px;
color:#0b3a58;
font-weight:bold; /* gras */
}
/*fin tag cloud*/
