body, table, input, select, textarea {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited {
	color: #32AEE4;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #32AEE4;
	font-weight: bold;
	text-decoration: underline;
}

.titre { color: #F7941D; font-weight: bold; font-size: 13px; }
.sstitre { color: #000000; font-weight: bold; font-size: 12px; }
.section { color: #0c4d69; font-weight: bold; font-size: 11px; }
.erreur { color: #FF0000; font-weight: bold; font-size: 12px; }

.titreencart { color: #FFFFFF; font-size: 11px; font-weight: bold; }
.sstitreencart { color: #000000; font-size: 11px; font-weight: bold; }

/* Onglets */
a.onglet:link, a.onglet:visited, a.onglet:hover, a.onglet:active {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.ongletover:link, a.ongletover:visited, a.ongletover:hover, a.ongletover:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Rubriques */
a.rubrique:link, a.rubrique:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.rubrique:hover, a.rubrique:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
