body{
	background-color: black;
	font-family: "Verdana";
	font-size: 10pt;
	color: white;
}
#menu{
	font-family: "Verdana";
	font-size: 10pt;
	line-height: 18px;
}
a{
	color: red;
	text-decoration: none;
}
a:hover{
	color: white;
	text-decoration: none;
}
#miniatures{
	text-align: center;
	font-size: 10pt;
}
.form_g{
	text-align: right;
}
.ligne_bas{
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
}
.ligne_bas_gauche{
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
}
.alert{
	font-weight: bold;
	color: red;
}
.colonne_img{
	text-align: center;
}
.deco_listing{
	font-size: 10pt;
	border-bottom: 1px white solid;
}