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: #F1A417;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b3a58;	
}
#content {
	height: 100%;
}
.li2 {
	display : list-item;
	list-style-image : url(img/pin.png);
	margin-left: 40px;
} 

:link {
	color: #0b3a58;	
	text-decoration: underline;
}
a:visited {
	color: #0b3a58;
	text-decoration: underline;
}
a:hover {
	color: #0b3a58;
	text-decoration: none;
}
a:active {
	color: #0b3a58;
	text-decoration: underline;
}
.fmt_gros {
	color: #0b3a58;
	text-transform: uppercase;
	font-weight: bold;
}
.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: #919191;
}
a.txt_petit_2:link {
	font-size: 12px;	
	color: #919191;
	text-decoration: none;
}
a.txt_petit_2:hover {
	font-size: 12px;	
	color: #919191;
	text-decoration: underline;
}
a.txt_petit_2:visited {
	font-size: 12px;	
	color: #919191;
	text-decoration: none;
}
a.txt_petit_2:active {
	font-size: 12px;	
	color: #919191;
	text-decoration: none;
}





/*debut tag cloud*/
.tagcloud
{
background-color: #033353; width: 100%; /* couleur de fond du tableau+taille */
border: 1px solid #FFFFFF; /* bordure+couleur du tableau */
padding: 2px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */
color:#FFFFFF;
}
.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:#FFFFFF; /* couleur du lien survolé */
}
.tag-1 { /* nom de la class*/
color:#FFFFFF; /* couleur du lien */
font-size: 16px; /* taille d'écriture */
font-weight:bold; /* gras */
}
.tag-2 {
font-size: 14px;
color:#FFFFFF;
}
.tag-3 {
font-size: 12px;
color:#FFFFFF;
}
.tag-4 {
font-size: 10px;
color:#FFFFFF;
font-weight:bold; /* gras */
}
/*fin tag cloud*/