/* CSS Document */


.lien_menu
{
	border-bottom:#38444B 1px solid;
}

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

.lien_menu a:hover
{
	color:#E8E8EB;
	background-color: #50D2FC;
}
.lien_menu a
{
	color:#E8E8EB;
	background-color: #028BB6;
}
.lien_smenu a
{
	color:#E8E8EB;
	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:#95B1C0;
}

.text
{
	color: #E0DED8;
}

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

}