/* CSS Document */

.lien_menu a
{
	display:block;
	width: 195px;
	height: 20px;
	color: #E8E8EB;
	background-color: #E37726;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom:#663300 1px solid;
}

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

.lien_smenu a, .lien_smenu a:visited
{
	color:#8D5322;
	background-color: #E0DED8;
}

.lien_smenu a:hover
{
	color:#000;
}

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

#table_main
{
	background-color:#64645D;
}

.text
{
	color: #E0DED8;
}

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

}