body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#left_cartouche {
	background-image:  url("images/cartouche_left.gif");
	position: relative;
	height: 35px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}

#left_cartouche a{
    color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#left_cartouche a:hover{
    color:#0000CC;
	font-weight: bold;
	text-decoration: underline;  
}

#right_cartouche {
	background-image:  url("images/cartouche_right.gif");
	position: relative;
	height: 35px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}

#right_cartouche a{
    color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#right_cartouche a:hover{
    color:#0000CC;
	font-weight: bold;
	text-decoration: underline;  
}
.smlbld {
	font-size: 12px;
	font-weight: bold;
}
#center_colum {
	background-color: #F2B972;
	border: 5px solid #D6A563;
	margin: 0px;
	padding: 5px;
}
a {
	color: #0033CC;
}
