﻿@charset "UTF-8";


/** http://www.phoenity.com/newtedge/drop_shadow/ **/
.blur{
/* 	float:right;*/
/*	clear:right;*/
	background: transparent url(../images/pixel_black.png);
/*path to the 80%-transparent 1x1pixel black-colored background image*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.shadow{
	background: transparent url(../images/pixel_black_80pct.png);
/*path to the 60%-transparent 1x1pixel black-colored background image*/
	color: inherit;
}
.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}
.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 1ex;
}

.photo-legende {
	font-size: larger;
	color: gray;	
}

/* enleve les effets rendant les liens visible (souligné, etc) */
.lien-discret {
	text-decoration: none;
	border: none;
}