html, body{
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	background-color:#212121;
}

A:link { color:#FFFFFF;text-decoration:none; }
A:visited { color:#FFFFFF;text-decoration:none; }
A:hover { color:#EE0000;text-decoration:none; }
A:active { color:#FFFFFF;text-decoration:none; }

hr{
	width:100%;
	color:#5B5B5B;
	height:1px;
}

.header{
	padding : 10px 0px 0px 20px;
	margin:auto;
	height:20px;
}

.footer{
	clear:both;
}

div.name{
	color:#EE0000;
	float:right;
	width:200px;
	font: 1em "Courier";
}

div.categoryName{
	margin:auto;
	padding : 0px 0px 0px 0px;
	font-family : Courier;
	width:150px;
	height:auto;
	float:left;
	text-align:center;
}

div.categoryName a:hover{
	color:#EE0000;
}

div.univers{
	width:100%;
	height:auto;
}

.photos{
	width:100%;
	height:220px;
}

div.photo{
	margin:10px;
	border:0px solid;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	font-family : Courier;
}

.photo a:link img{
	border : 10px solid #111111;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}
.photo a:visited img{
	border : 10px solid #111111;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}
.photo a:hover img{
	border : 10px solid #444444;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
.photo a:active img{
	border : 10px solid #111111;
}

div.info{
	color:#FFFFFF;
}

