#top
{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid silver;
}

img
{
	margin-top: 0px;
}

#menu
{
	float: left;
	width: 180px;
	margin-left: 5px;
}

.element
{
	padding: 5px;
	border: 2px solid silver;
	margin-bottom: 15px;
}

.element em
{
	border-bottom: 1px solid silver;
	
}

.element h3
{
	margin-top: 0px;
	height: 33px;
	color: white;
	background-image:url("../data/back9.png");
	background-repeat: repeat-x;
}

#corps
{
	margin-left: 200px;
	
	margin-right: 10px;
}

.article
{
	padding: 5px;
	border: 2px solid silver;
	margin-bottom: 15px;
}

.article h3
{
	margin-top: 0px;
	height: 33px;
	/*border: 1px solid silver;*/
	/*padding: 5px;*/
	color: white;
	background-image:url("../data/back9.png");
	background-repeat: repeat-x;
}

#bas
{
	float: right;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 10px;
	border-top: 2px solid silver;
}

a
{
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
}

a:active
{
	color: blue;
}

a:visited
{
	color: blue;
}

p
{
	margin: 0px;
}

body
{
	Font-Family: Arial, Sans-Serif;
	font-size: 14px;
	/*background-image:url("Data/back1.png");*/
	/*background-color: RGB(194,214,236);*/
	/*background-color: RGB(245,248,252);*/
}