body {
	font-family: monaco, geneva, verdana, fixed-width;
	color:#000000;
	font-size:10px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	height:100%
}

#container {
	width:1008px;
	margin:0px auto 0px auto
}

#border {
	margin:0px 0px 24px 0px;
	border-bottom:1px solid #CCCCCC;
}

#top {
	margin:0px 0px 24px 0px;
	padding:6px 0px 6px 0px;
	border-bottom:1px solid #CCCCCC;
}

#credits {
	margin:50px 0px 50px 0px;
}

#credits #left {
	float:left;
}

#credits #right {
	float:right;
}

#top #navigationButton {
	float:left;
	cursor:pointer;
}

.clear {
	clear:both;
}

#content {
	
}


#mask {
	display:none;
}


a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

#cols {
	width:1032px;
}

#col1, #col2, #col3 {
	float:left;
	width:320px;
	margin:0px 24px 24px 0px;
}

.listes_pagination span {
	display:block;
	float:left;
	border:1px solid #000000;
	width:14px;
	padding:5px;
	text-align:center;
	margin-right:1px;
}

.listes_pagination a {
	display:block;
	float:left;
	border:1px solid #CCCCCC;
	width:14px;
	padding:5px;
	text-align:center;
	margin-right:1px;
}

