/***********************************************/
/* page_rando.css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Comic Sans MS";
	background-image: url(Fonds_listes/fondnostalgie.jpg);
	line-height: normal;
	color: #dddddd;
	font-size: 11pt;
}

a {
	color: #00FF00;
	text-decoration: none;
}

a:hover {
	color: #009900;
	
}

.Style1 {
	font-size: 14pt;
	color: #cc9900;
	border: 1px solid #999999;
}

#navigation{
	font-size: 11pt;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#tableau_droit{
	font-size: 11pt;
	float: right;
}

#tableau_gauche{
	font-size: 11pt;
	float: left;
}



