/* CSS Document */
body
{
	background-color: #fdde2e;
	background-repeat: repeat-x;
	margin: 0 10 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

h1
{
	text-transform: capitalize;
	font-size: 24px;
	color: #52a85f;
	margin: 0px;
	background-image: url(../IMAGES/DESIGN/h1_icon.jpg);
	background-repeat: no-repeat;
	text-indent: 35px;
	margin-bottom: 25px;
}

.menu
{
	margin: 0px;
}

.menu .item, .itemDown
{
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	padding: 2px;
	background-image: url(../IMAGES/DESIGN/fleche.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	text-transform: capitalize;
	cursor: pointer;
}

.menu .itemDown
{
	background-color: #fdde2e;
	background-image: url(../IMAGES/DESIGN/bg_item.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	cursor: default;
	color: #FFFFFF;
}

.menu .rubr
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	text-transform: capitalize;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #FFFFFF;
	background-image: url(../IMAGES/DESIGN/bg_menu.jpg);
	background-repeat: repeat-x;
	font-style: italic;
	height: 20px;
}

.menu a
{
	text-decoration: none;
	color: #000000;
}

.footer
{
	margin:0; 
	margin-left: 1px; 
	margin-right: 1px; 
	background-image: url(../IMAGES/DESIGN/bg_footer.jpg); 
	height: 34px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

.status
{
	background-image: url(../IMAGES/DESIGN/bg_status.jpg); 
	background-repeat: repeat-x;
	margin: 0px; 
	margin-top: 1px; 
	margin-bottom: 1px; 
	font-size:10px; 
	color: #4f649b;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
}

.status .item
{
	padding: 2px;
	background-image: url(../IMAGES/DESIGN/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-transform: capitalize;
}

.status a
{
	color: #4f649b;
	text-decoration: none;
}

.status a:hover
{
	text-decoration: underline;
}

.top_links
{
	margin-top: 8px;
}

.top_links a
{
	color: #ffffff;
	text-decoration: none;
}

.top_links a:hover
{
	text-decoration: underline;
}

