/* CSS Document */

.lien_menu a
{
	display:block;
	width: 195px;
	height: 20px;
	color: #E8E8EB;
	background-color: #A70B27;
	padding-top: 3px;
	padding-left: 5px;
}

.lien_menu a:hover
{
	color:#E8E8EB;
	background-color: #C12944;
}

.lien_menu
{
	border-bottom:#381D20 1px solid;
}

.lien_smenu a
{
	color:#844C54;
	background-color: #E0DED8;
}

.lien_smenu
{
	max-height: 25px;
}

.ligne
{
	background-image:url(/images/tirethoriz.gif);
	background-position:left;
	background-repeat:repeat-x;
	height:1px;
	width:200px;
}

#table_main
{
	background-color:#A70B27;
}

.text
{
	color: #E0DED8;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E84865;
	text-decoration: none;
}