/* Copyright 2008 - Grégory Duchatelet (http://www.duchatelet.net/)
***************************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #080808;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 50px;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
/*	border-bottom: 1px dashed; */
}

img {
	border: none;
	width: 128px;
}

/* Content
***************************************************/
.content {
	width: 483px; /* = 161 x 4 cases */
	display: block;
	margin: 4em auto auto auto;
}

.title {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 9px;
	margin-bottom: 40px;
}

.zone {
	text-align: center;
	padding-bottom: 230px;
}

.case {
	background-color: #525252;
	width: 144px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

/*
	margin-left: auto;
	margin-right: auto;
*/

.case a:visited, a:link {
	color: #fff;
}

.case a:hover {
	color: #fff;
}

/* Footer
***************************************************/
.footer {
	height: auto;
	margin: 10px 0 0 37px;
	padding: 0 10px 0 0;
	font-size: 80%;
	text-align: center;
	color: #fff;
}

.footer a, a:visited, a:hover {
	color:  #fff;
}


