/* CSS Document */
body {
	font-size: 12px;
	color:#000000;
	background:#000000 url(../img/bg_body.jpg) 0 0 repeat-x;
	line-height: 130%;
}
body *{
	margin:0;
	padding:0;
	border:0;		
	font-family: arial, helvetica, sans-serif;	
	text-align:left;
	vertical-align:top;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #feb900;
	text-decoration: none;
	font-weight: bold;

}

/* UTILE */
.clearboth {
	clear:both;
	height:1px;
}

/*
table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}

* {margin: 0; padding: 0;}*/
