body
{
	font-family: Arial;
	font-size: 14px;
	background-color: rgb(252, 250, 225);
}
.texte
{
	font-family: Arial;
	font-size: 14px;
	color: rgb(0, 0, 0);
	text-align: center;
}
.erreur
{
	font-family: Arial;
	font-size: 14px;
	color: rgb(255, 0, 0);
	font-weight: bold;
}
.tableprincipale
{
	width: 100%;
	height: 100%;
}
div.ongletMenu
{
	border: 1px solid orange;
	background-color: white;
	padding: 3px;
}
.inputMenu
{
	display: inline;
	font-size: 10px;
	border: 1px solid black;
}
.killLink
{
	text-decoration: none;
	font-size: 16px;
	color: white;
	background-color: transparent;
}
a.transparent
{
	text-decoration: none;
	font-size: 14px;
	background-color: transparent;
}

a:link
{
	text-decoration: underline;
	color: #463f32;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
	color: #b9121b;
	background-color: transparent;
}
a:visited
{
	text-decoration: underline;
	color: #463f32;
	background-color: transparent;
}
a:active
{
	text-decoration: none;
	color: #b9121b;
	background-color: transparent;
}

div.titre
{
	font-size: 19px;
	color: #463f32;
	letter-spacing: 2px;
	margin: 0 auto;
}
td.indexPage
{
	width: 320px;
	height: 200px;
	border: 1px solid grey;
}