.mainlevel{
color:#EC004E;
font-weight:normal;
text-decoration:none;
font-weight:bold;
}
body, td, th, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a { 
	color: #DA61DA;
	text-decoration: none;
}

a:hover	{ 
	text-decoration: underline; 
}

.category_button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #6A6565;
	text-decoration: none;
}

.category_button:hover {
	text-decoration: underline;
}

/********************** Error Box **********************/

.box_error {
	background: #FF0000;
	border: solid 1px #EDD6D8; 
	width: 400px; 
	height: 40px;
	margin: 20px; 
	padding: 5px; 
}

.box_error_td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold; 
}

/********************** Info Box **********************/

.box_info {
	background: #FDE9EB;
	border: solid 1px #EDD6D8; 
	width: 400px; 
	height: 40px;
	margin: 20px; 
	padding: 5px; 
}

.box_info_td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold; 
}

/********************** Title Box **********************/

.box_title {
	background: #FDE9EB;
	border: solid 1px #EDD6D8; 
	width: 500px; 
	height: 20px;
	margin: 10px 10px 20px 10px; 
	padding: 2px; 
}

.box_title_td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold; 
}
.menu-top{
background:url(../images/menu_top_gauche.png);
width:500px;
height:20px;
border:solid 0px;
float:right;
padding:9px 7px 2px 5px;
}

.menutopa { 
	color:#FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font:bold
}