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

:link {
	color: #FFFFFF;	
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;	
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;	
	text-decoration: none;
}
a:active {
	color: #FFFFFF;	
	text-decoration: underline;
}
.fmt_gros {
	color: #5e5e5e;
	text-transform: uppercase;
	font-weight: bold;
}
.fmt_moyen {
	color: #5e5e5e;
}
.txt_petit {
	font-size: 10px;	
	color: #FFFFFF;
}
a.txt_petit:link {
	font-size: 10px;	
	color: #FFFFFF;
	text-decoration: underline;
}
a.txt_petit:hover {
	font-size: 10px;	
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_petit:visited {
	font-size: 10px;	
	color: #FFFFFF;
	text-decoration: underline;
}
a.txt_petit:active {
	font-size: 10px;	
	color: #FFFFFF;
	text-decoration: underline;
}




.txt_petit_2 {
	font-size: 12px;	
	color: #a4a4a4;
}
a.txt_petit_2:link {
	font-size: 12px;	
	color: #a4a4a4;
	text-decoration: none;
}
a.txt_petit_2:hover {
	font-size: 12px;	
	color: #a4a4a4;
	text-decoration: underline;
}
a.txt_petit_2:visited {
	font-size: 12px;	
	color: #a4a4a4;
	text-decoration: none;
}
a.txt_petit_2:active {
	font-size: 12px;	
	color: #a4a4a4;
	text-decoration: none;
}
#rea-img {
	margin-top: 5px;
}
#rea img  {
	margin-bottom: 3px;
    margin-right: 3px;
	border: 1px solid #FFF;
}

#rea h3  {
	margin: 0;
    padding: 0;
}

/*debut tag cloud*/
.tagcloud
{
background-color: #888888; 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é */
}
.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:#FFFFFF; /* couleur du lien */
font-size: 18px; /* taille d'écriture */
font-weight:bold; /* gras */
}
.tag-2 {
font-size: 16px;
color:#FFFFFF;
}
.tag-3 {
font-size: 14px;
color:#FFFFFF;
font-weight:bold; /* gras */
}
.tag-4 {
font-size: 12px;
color:#FFFFFF;
}
.tag-5 {
font-size: 10px;
color:#FFFFFF;
font-weight:bold; /* gras */
}
/*fin tag cloud*/
