* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;	
}

html, body{
	height: 100%;
	font-size: 12px;
	font:normal 90%/1.2em Verdana, "Trebuchet MS", Arial, sans-serif;
}

body {	
	height: 100%;
	background: url('images/fond.png') repeat-x;
}

#tux {
	position: absolute;
	width: 128px;
	height: 141px;
	top: 8px;
	left: 11px;
	background: url('images/tux.png') no-repeat;
}

#header{
	height: 110px;
	background: url('images/logo.png') no-repeat;
}

	#header h1 {
		font-size:1px;
		line-height:1px;
		margin:0;
		padding:0;
		position:absolute;
		text-indent:-5000px
	}

#speedbarre {
	height: 18px;
	text-align: right;
	margin-top: -30px;
}

	#speedbarre a {
		width : 89px;
		height : 16px;
		background-image : url("images/item.png");
		text-decoration : none;
		font-weight : bold;
		font-size : 0.8em;
		color : #B1C4D6;
		padding-top: 2px;
		display: block;
		float: right;
		text-align: center;
	}
	
	#speedbarre a.selected {
		background-image : url("images/item-on.png");
		text-decoration : none;
		color : #FFFFFF;
	}
	
	#speedbarre a:hover {
		font-weight: bold;
		color : #FFFFFF;
	}

#recherche {
	height: 20px;
	background: url('images/recherche.png') repeat-x;
	padding-left: 160px;
	color: #BBBBBB;
}
	#recherche label {
		color : #BBBBBB;
		font-size : 1em;	
	}
	
	#recherche input {
		background-color : #222222;
		border : 1px solid #666666;
		height : 14px;
		font-size : 0.8em;
		
	}
	
	#recherche #sbi {
		width : 105px;
		border-right: 0;
		color : #DDDDDD;
	}
	
	#recherche #sbb {
		width : 22px;
		height : 20px;
		color: white;
	}

#conteneur {
	position:relative;	
	background: #f9f9f9 url('images/degrade.gif') repeat-y;
	background-position: 230px;
}

dl#menu {
	float: left;
	width: 197px;
	margin: 0;
	margin-top: 35px;
	margin-left: 15px;
	
}
	#menu dt {
		margin-top: 20px;
		height: 20px;
		text-align: center;
		background: url('images/menu_titre.png') no-repeat;
		color: white;
		font-weight: bold;
		padding-top: 1px;
	}
	
	#menu dd {
	}
	
	#menu dd ul {
		list-style-type: none;
	}
	
	#menu dd ul li {
		border-bottom: 1px solid #aabec3;
		background-color: #d4edf4;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 20px;
	}
	
	#menu dd ul li.selected, #menu dd ul li:hover {
		background-color: #59a5b8;	
	}
	
	#menu dd ul li a {
		color: black;
		text-decoration: none;	
	}
	
	#menu dd ul li.selected a {
		color: black;
		font-weight: bold;
		text-decoration: underline;	
		font-weight: bold;
	}
	
	#menu dd ul li.image{
		padding-left: 0;
		text-align: center;
		padding: 0;
	}
	
#contenu {
	margin: 0;
	margin-left: 230px;
	margin-bottom: 20px;
	padding: 2em 0.5em 2em 3em;
	height: 100%;
}

	#contenu h3 {
		font-size: 1.5em;
		margin: 1em  4em 1em 0;
		padding: 0 0 0.3em 0;
		border-bottom: 1px solid #59a5b8;
		color: #000;
	}

	#contenu h3 a {
		color: #000;
		text-decoration: none;
	}	

	#contenu p {
		margin: 0.5em 0 0.5em 0.3em;
	}
			
	#contenu ul {
		margin-left: 30px;
		list-style: square;	
	}
	
#footer {
	background-color: #444;
	color: white;
	text-align: center;
	margin-top: -20px;
	padding-top: 4px;
	font-size: 12px;
	clear: both;
	position: relative;
	bottom: 0;
}

#footer p {
	margin-bottom: 4px;	
}

#footer a {
	color: orange;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

.pagination {
    text-align: center;
}

.album {
    float: left;
    margin: 10px;
}

th {
    text-align: right;
    padding-right: 10px;
}

#b_screenshot {
    float: right;
}

#image_list {
    display: none;
}
