@charset "utf-8";
/* CSS Document */
<!--
html, body,{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/top_fond.gif);
	background-repeat: repeat-x;
	height:100%;
}
   #wrapper {
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background:url(img/nav_fond.gif);
	background-repeat: repeat-y;
	height:100%;
   }
 
.dyade_baseline {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.dyade_baseline a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.dyade_baseline a:visited
  {color: #333333; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
  text-decoration: underline; 
  background-color: transparent 
 }
.dyade_baseline a:link 
  {color: #333333; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
  text-decoration: underline; 
  background-color: transparent 
 }
.dyade_baseline a:hover 
  { color: #D82E3A; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
  text-decoration: none; 
  background-color: transparent 
 }


.dyade_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.dyade_txt a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: underline;
}
.dyade_txt a:visited
  {color: #666666; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
  text-decoration: underline; 
  background-color: transparent }
.dyade_txt a:link 
  {color: #666666; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
  text-decoration: underline; 
  background-color: transparent }
.dyade_txt a:hover 
  { color: #D82E3A; 
  	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
  text-decoration: none; 
  background-color: transparent }
-->