body {
	background-image:     url(images/backgrounds/gradientgris.jpg);
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.txt_normal {
	
	font-size: 12px;
	color: #333333;
}
.titre_normal {
	
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
}
h3 {
	
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.linkmenu {

	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.visitedmenu {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	
	color: #003399;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	
	font-size: 12px;
	color: #003399;
}
a:hover {
	text-decoration: none;
	
	color: #FFFFFF
	font-size: 12px;
	font-weight: bold;
	color: #0066CCC;
}
a:active {
	text-decoration: none;
	
	color: #003399;
	font-size: 12px;
}

.formbutton {
	color: Navy;
	font-family: Tahoma, Verdana, HandelGothic, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	background: url(images/backgrounds/mdc-form_b-norm.gif) repeat-x;
	border: 1px solid #5799DF;
}
