/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:transparent;
}


#contenu {
	z-index:100;
}


#colonne_0 {
	height: 100%;
	position : absolute;
	left : 0;
	top: 0;
	width : 380px;
}

table {
	position : relative;
	left : -10px;
	width : 100%;
	border-collapse:collapse;
}

table td {
	text-align : center;
}

table td.tdClip{
	vertical-align : top;
	line-height: 0.8em;
}
table td.tdClip a{
	display:block;
	height:105px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration: none;
	color : #888;
	font-weight:bold;
}

a:hover {
	color : #3bb576;
}

#paging {
	position : absolute;
	left : 150px;
	top : 420px;
	
}

