body{
	background: url(../images/bg.png);
}

#bandeau{
	background-image: url(../images/bandeau.png);
}

#menu #top_menu{
	height: 20px;
	width: 230px;
	background-image: url(../images/bg_top_menu.png);
}

#top_login,#top_language{
	height: 20px;
	width: 230px;
	background-image: url(../images/top.png);}

#menu #bottom_menu{
	height: 20px;
	width: 230px;
	background-image: url(../images/bg_bottom_menu.png);
}

#bottom_login,#bottom_language{
	height: 20px;
	width: 230px;
	background-image: url(../images/bottom.png);}

#menu li a{
	background-image: url(../images/bg_menu_item.png);
}

#menu li a:hover{
	background-position: bottom;
}

#login,#language{
	background-image: url(../images/bg_module.png);
	background-repeat: repeat-y;
}

table{
	border: 1px solid black;
	background-color: #b4cbf9;
}

table tr th{
}

table tr td.key{
}

table tr td.value{
	background-color: #eeeeee;
	border: 1px inset;
}

table.collection{
	border-collapse: collapse;
}

table.collection tr.line0{
	background-color: #cecbff;
}

table.collection tr.line1{
	background-color: #dad8ff;
}

table.collection tr:hover{
	background-color: #b4cbf9;
}

div.photo img{
	  border: 2px inset;
}