
/* ===== home ===== */

h1.home {
	font-size: 1pt;
	color: #FFFFF0;
}

a.h1 {
	text-decoration: none;
	color: #FFFFF0;
	font-size: 1pt;
}

a.h1:hover {
	color: #FFFFF0;
	font-size: 1pt;
}

/* ===== tableau  ===== */

td.titre1 {
	color: #1E1E52;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h1 {
	color: #1E1E52;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -1px;
}

td.titre2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#515179;
	font-weight: bold;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#515179;
	font-weight: bold;
	/*margin-bottom: -1px;*/
}

td.titre3 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: Black;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	margin-bottom: -1px;
}

td.texte {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #1E1E52;
}

td.texte_gauche {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #1E1E52;
}

td.texte_blanc {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: White;
}

td.texte_mauve {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #515179;
}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin-bottom: -1px;
}

h4.bis {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin-bottom: -1px;
}

h4.home {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin-bottom: -1px;
}

td.small {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: normal;
}

/* ===== liens =====*/

a {
	text-decoration: underline;
	color:#1E1E52;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#FFCC00;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.nav_bas {
	text-decoration: none;
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.nav_bas:hover {
	text-decoration: none;
	color: #FFCC00;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.nav_gauche {
	text-decoration: none;
	color: #1E1E52;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

a.nav_gauche:hover {
	text-decoration: none;
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

a.nav_design {
	text-decoration: none;
	color: #515179;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.nav_design:hover {
	text-decoration: none;
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

