* {
	margin: 0;
	padding: 0;	
}

a img {
	border: 0;	
}

html, body{
	height: 100%;
}

html {	
	background: url('images/fond.png') repeat-x;
    font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
    font-size: 0.8em;
}

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

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

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

#speedbarre {
	height: 25px;
	text-align: right;
	margin-top: -37px;
	margin-right: 2.4%;
}

	#speedbarre a {
		width : 89px;
		height : 22px;
		background-image : url("images/item.png");
		text-decoration : none;
		font-size : 1em;
		color : #888;
		padding-top: 3px;
		display: block;
		float: right;
		text-align: center;
	}
	
	#speedbarre a.selected {
		background-image : url("images/item-on.png");
		text-decoration : none;
		font-weight : bold;
		color : #333333;
	}
	
	#speedbarre a:hover {
	
		color : black;
	}

#recherche {
	display: none;
	width: 95%;
	margin: auto;
	height: 20px;
	background-color: white;
	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 {
	width: 95%;
	margin: auto;
	border-left: 1px solid #efefee;
	border-right: 1px solid #efefee;
	background-color: white;
}

dl#menu {
	width: 190px;
	margin: 0;
	margin-left: 20px;
	float: left;
	
}
	#menu dt {
		margin-top: 45px;
		height: 19px;
		text-align: center;
		background: url('images/menu_titre.png') no-repeat;
		color: white;
		font-weight: bold;
		padding-top: 3px;
		font-variant: small-caps;
		letter-spacing: 0.2em;
	}
	
	#menu dd {
	}
	
	#menu dd ul {
		list-style-type: none;
	}
	
	#menu dd ul li {
		border-bottom: 1px solid #dbdbdb;
		background-color: #efefef;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 20px;
	}
	
	#menu dd ul li.selected, #menu dd ul li:hover {
		background-color: #dedede;	
	}
	
	#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;
	}
	
	#menu table {
	    background: #efefef;
	}
	
#contenu {
	margin: 0 0 30px 230px;
	padding: 1em 1em 0 0;
	padding: 5px;
	min-height: 250px;
	line-height: 1.6em;
}
	#contenu p {
		margin-bottom: 10px;	
	}
	
	#contenu h3 {
		margin: 2em 2em 1.5em 0;
		border-bottom: 1px solid #eaeaea;
		color: #245891;
		font-size: 1.5em;
	}

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

	div.texte{
		margin: 0 2em 0 0.5em;
	}
	
	#contenu div.texte a {
	    color: #245891;
	    text-decoration: none;
	    border-bottom: 1px solid #dedede;
	}

	#contenu ul {
		margin-left: 30px;
		list-style: square;
	}
	
#footer {
	border-left: 1px solid #245891;
	border-right: 1px solid #245891;
	background-color: #245891;
	clear: both;
	color: white;
	text-align: center;
	margin: auto;
	margin-top: -1em;
	padding-top: 4px;
	font-size: 12px;
	width: 95%;
}

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

#footer a {
	color: white;
	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;
}

