/* styles utilisé pour les daiporama des manifestations */

/* définition des vignettes apparaissant sur les pages de table de photos */
.diaporama_manif {
	width: 126px;
	height: 77px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-bottom: 4px;
	margin-right: 4px;
	border-width: 4 px;
	border-style : ridge ;
}

/* photos pleines pages */
.diaporama_hr
{
	clear: both;
	min-width: 760px;
	border-width: 4px;
	border-style : ridge ;
	max-width:95%;
	margin-top:0;
}

/* styles des icones de parcourt des photos */
.icons_manif
{
	text-decoration:none;  /* on enlève le soulignement */
	border: 2px ridge black;
	margin-left: 15px;
}
.icons_manif_left
{
	position:relative;
	top:-1px;
	float:left;
	text-decoration:none;  /* on enlève le soulignement */
	border: 1px ridge black;
	margin-right: 3px;
	margin-left: 6px;
	height:1.4em;
	padding :0px;
	margin-bottom: 0px;
}
.icons_manif_right
{
	position:relative;
	top:-1px;
	float:right;
	text-decoration:none;  /* on enlève le soulignement */
	border: 1px ridge black;
	margin-right: 3px;
	margin-left: 6px;
	height:1.4em;
	padding :0px;
	margin-bottom: 0px;
}
.cadre_num_image
{
	margin-left : 15%;
	margin-right: 5%;
	border: 4px ridge black;
	background-color: rgb(200,200,200);
	text-align:center;
	padding :0px;
}

.lien_sur_image
{
	text-align:center;
	font-weight: bolder ;
	word-spacing:1em;
	font-size : small;
}

.invitation_click_diap
{
	text-indent:1em; /* decale la première ligne des textes */
	font-weight:bold;
	font-size:120%;
	color : rgb(0,100,0);
	padding-left : 10px;
	margin-bottom : 5px; 
	font-style : italic ;
	text-decoration : underline;
	text-align : center;
	
}

