/* Menu gauche */

#gauche{
	background-image:url(../images/menu-galerie.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 200px;
	margin: 6px 0px;
	padding-bottom: 8px;
	float: left;
}

#gauche ul{
	margin: 4px 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
}

#gauche li{
	display: inline;
}

#gauche a.annee{
	margin: 0px 3px 0px 4px;
	padding: 1px 2px;
	text-decoration: none;
	color: #52371B;
	display: block;
	border-bottom: solid 1px #52371B;
	font-size: 10pt;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	width: 190px;
}

#gauche a.annee:hover{
	color: #FFFF99;
	background-color: #9F620F;
}

#gauche a.categorie{
	margin: 0px 3px 0px 10px;
	padding: 1px 2px;
	text-decoration: none;
	color: #52371B;
	display: block;
	border-bottom: dashed 1px #52371B;
	font-size: 10pt;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	width: 184px;
}

#gauche a.categorie:hover{
	color: #FFFF99;
	background-color: #9F620F;
}

/* contenu affichage par années */

#photos{
	margin: 6px 0px 0px 220px;
	width: 501px;
}

div.photo{
	float: left;
	width: 167px;
	margin: 0px 0px 6px;
	vertical-align: middle;
	text-align: center;
}

.photo img{
	border: solid 3px #996633;
}

.photo p{
	margin: 3px;
	font-weight: bold;
}

/* Pagination */

#pagination{
	text-align: center;
	width: 501px;
}

#pagination a{
	text-decoration: underline;
	font-size: 9pt;
	color: #52371B;
	font-weight: normal;
}

#pagination a:hover{
	text-decoration: underline;
	font-size: 9pt;
	color: #CC6600;
	font-weight: normal;
}

#pagination span{
	font-size: 9pt;
	color: #52371B;
	font-weight: bold;
}

/* div apercu */
#apercu{
	width: 400px;
	margin: 0px auto;
	text-align: center;
}

#apercu img{
	border: none;
	margin: 0px auto;
}

#apercu h2{
	font-size: 10pt;
	font-weight: normal;
	color: #52371B;
	font-family: Times New Roman, Times, serif;
	text-align: left;
}

/* div listing */
#listing{
	width: 501px;
	overflow: auto;
	border: solid 2px #663300;
	height: 200px;
	margin: 3px 0px 2px;
	padding: 0px;
}

#listing table{
	height: 180px;
	margin: 0px;
}

#listing td{
	vertical-align: middle;
}

#listing img{
	margin: 3px;
	border: none;
}
