/* colors */
/* bleu foncé #00008c */
/* jaune #ffdc00 */
/* vert pomme #b4dc32 */

.menu
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000088;
	text-align: left;
	text-decoration: none;
	border-top: solid #f8ff76 2px;
	border-left: solid #ffffff 0px;
	border-right: solid #708700 1px;
	border-bottom: solid #708700 2px;
	padding-left: 0px;
	width: 100%;
}

a.menu:link, a.menu:visited
{
	color: #00008c;
	border-top: solid #ffffff 0px;
	border-left: solid #ffffff 0px;
	border-right: solid #000000 0px;
	border-bottom: solid #000000 0px;
	background-color: transparent;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}

a.menu:hover
{
	color: white;
	border-top: solid #ffffff 0px;
	border-left: solid #ffffff 0px;
	border-right: solid #000000 0px;
	border-bottom: solid #000000 0px;
	background-color: #00008c;
	text-decoration: none;
}

a.menu:active
{
	color: 00008c;
	border-top: solid #ffffff 0px;
	border-left: solid #ffffff 0px;
	border-right: solid #000000 0px;
	border-bottom: solid #000000 0px;
	background-color: #ffdc00;
	text-decoration: none;
}

.titre
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #00008c;
	text-align: center;
	text-decoration: none;
	background-color: none;
}

.explication
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background-color: none;
}

.normal
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.petit
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.chapo
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.titre2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000088;
	text-align: left;
	text-decoration: none;
	border-bottom: solid white 1px;
	width: 100%;
	padding-bottom: 5px;
}

.newstitre
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	background-color: #92ba10;
	padding-left: 5px;
}

.exemple
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000088;
	text-align: left;
	text-decoration: none;
	background-color: #ffdc00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border: solid #ffffff 5px;
}

.exempletitre
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	text-decoration: none;
}

.consult
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
	text-align: center;
	text-decoration: none;
	border-top: solid #f8ff76 1px;
	border-left: solid #f8ff76 1px;
	border-right: solid #708700 1px;
	border-bottom: solid #708700 1px;
	background-color: #ffdc00;
	padding-left: 0px;
	width: 100%;
}

a.consult:link, a.consult:visited, a.consult:active
{
	text-decoration: none;
	color: #000088;
}

a.consult:hover
{
	text-decoration: none;
	background-color: #000088;
	color: #ffdc00;
}

table.consult
{
	background-color: #c5ed43;
}

a:hover, a:active
{
	color: #ff0000;
}