@charset "UTF-8";
/* CSS Document */
/* layout divs */

body {
	background-color: #666666;
}

#content {
	border-width: 8px;
	background-image:url(imgs/background.png);
	border-style: solid;
	border-color: #000000;
	height: 420px;
	width: 683px;
	margin: 0px auto;
}

#fond {
	background-image:url(imgs/background.png);
	background-repeat:repeat-x;
	background-color: #000000;
	height: 378px;
	width: 683px;
}

#menu{
	background-color: #000000;
	background-image: url(imgs/back_menu.png);
	height: 42px;
	width: 683px;
}

#content-float { 
	float:left;
	height: 150px;
	width: 480px;
	padding-top:130px;
	padding-left:75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
}

/* appereance */

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

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration:line-through;
}
