/* CSS Document */

body{
	background:url(/images/fond.gif) repeat-x;
	/*background-color: #FF9900;*/
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:link, a:active, a:hover, a:visited{
	text-align:center;
	color: #990000;
	text-decoration:none;
}
.menu{
	background:url(/images/menu_02.gif) repeat-x;
	text-decoration:underline;
}
.menu a{cursor:pointer;}
.table_content{
	width:600px;
	border:1px outset #663300;
	text-align:center;
}
#123 li{margin-left: 100px; list-style-type:square;}
.liensactif{cursor:pointer; text-decoration:underline;}
hr,legend{ color:#000000;}
fieldset{border:1px solid #eeeeee}