/* PHOTOTHEQUE */


/* Liens des albums */
.LienAlbums{
	font-family:Arial, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#85612e;
	text-decoration:none;
}
.LienAlbums:hover{
	font-family:Arial, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#cc6f10;
	text-decoration:none;
}


.Cat-Block{
	width:200px;
	font-family:Tahoma;
	font-size:11px;
	float:left;
}

.Nav-Block
{
	float:left;
}

select
{
	color:#000000;
}

.Cat-titre{
	color: #333333;
	font-weight: bold;
	text-align:left;
	margin-top:25px;
	margin-left:6px;
	font-family:Arial;
	font-size:12px;	
}

.Cat-Block ul
{
	margin:10px 0 0 0px;
	list-style-type:none;
}

.Cat-Block ul li
{
	margin:0px;
	padding:0px;
}

.Cat-link
{
	display:block;
	color:#555555;
	text-decoration:none;
	padding:1px 0px;
	padding-left:14px;
	background:url(../images/boutons/puce_vide.gif) no-repeat;
	background-position:left;
	/*border-top: 1px solid #5595d3;*/
}

.Cat-link:hover
{
	/*color:#fff;*/
	/*background:#5595d3;*/
	text-decoration:underline;
}

.Cat-link-o
{
	display:block;
	color:#5595d3;
	text-decoration:none;
	padding:1px 0px;
	/*border-top: 1px solid #5595d3;*/
	padding-left:14px;
	background:url(../images/boutons/puce_vide.gif) no-repeat;
	background-position:left;
}

.Photos-Block{
	/*width:770px;*/
}

.Photos-Cadre{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	width:220px;
	height:180px;
	background:#ededed;
	text-align:center;
}

.Photos-Cadre img
{
	border:0 none;
	margin: auto;
}

.Photos-CadreImg
{
	margin:auto;
}

.photo_nav
{
	font-size:11px;
}

.photo_nav_disabled, .photo_nav_disabled:hover
{
	color:#ccc;
}

