/* CSS Document */

/* Element de formulaire */
form {
	font:400 x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
/* Element de tableaux */
td, th {
	font:400 x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#h1 {
	font:700 small/20px arial, Helvetica, sans-serif;
	color: #c30;
	text-transform:uppercase;
}
#h2{
	font:700 x-small/30px arial, Helvetica, sans-serif;
	color: #c30;
	text-transform:uppercase;
}
#texte {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#texte a{
	color: #c30;
	text-decoration:none;
}
.txt_top_home {
	font:400 x-small Verdana, Arial, Helvetica, sans-serif;
	color: #C30;
}
.txt a, .txt_top_home a {
	color: #c30;
	text-decoration: none;
}
.txt a:hover, .txt_top_home a:hover {
	text-decoration: underline;
}
#liens,#liens a {
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	color: #c30;
	text-decoration:none;
}
.navbas a {
	color: #c30;
	text-decoration: none;
}
.navbas a:hover {
	text-decoration: underline;
}
.navbas a:visited {
	color: #666;
	text-decoration: none;
}
#pied {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #c30;
}
.credits {
	font: xx-small Arial, Helvetica, sans-serif;
	color: #878787;
}
.credits a {
	color: #878787;
	font-weight: bold;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}