
/* Styles css des affichages des albums */

/*Affichage de l'album en cours*/
#album_actuel{
	margin-top:5px;
	clear:both;
	float:left;
	padding:5px;
	background:#eee;
	margin-bottom:0px;
	z-index:4000;
	
}
#legende{
	float:left;
	padding-left:5px;
	background:#eee;

}
/*Affichage des photos*/
#images{
	display:block;
	float:left;
	width:829px;
	padding:0px 0px 5px 3px;
	margin-bottom:0px;
	border:1px solid #ccc;
	background:#eee;
}
#image{
	text-align:center;
	width:82px;
	height:auto;
	float:left;
	margin:10px 18px 10px 18px;

}

/*Table de centrage de l'image*/
#centre_image{
	height:162px;
	width:162px;
	border:1px solid #ccc;
}
#image #centre_image, #centre_image.s{
	background:#fff url("../images/fond_photo_s.png") no-repeat;	
	height:81px;
	width:81px;
	/*background:transparent url("../images/fond_carro.png") repeat;*/
}

#box_galerie_perso #titre, #image #titre{
	font-size:16px;
	display:block;
	padding:5px 5px 8px 5px;
	
}
#box_galerie_perso #titre a{
	text-decoration:none;
	color:#333;
}
#box_galerie_perso #titre #sous_titre, #image #titre #sous_titre{
	font-size:9px;
	font-style:italic;
	display:block;
}
#box_galerie_perso #com{
	display:block;

}
#image #com{
	display:block;
	padding-top:5px;
}

#com img{
	padding-right:2px;
}
#com{
	color:#555;
}
#com a:link{
	color:#555;
	text-decoration:none;
	font-weight:normal;
}


#com a:visited{
	color:#555;
	text-decoration:none;
	font-weight:normal;
}


#com a:active{
	color:#555;
	font-weight:normal;
	text-decoration:none;
}


#com a:hover{
	color:#B29;
	text-decoration:none;
	font-weight:bold;
}

/* zone du bas avec les boutons */

#zone_boutons{
	width:881px;
	float:left;
	display:block;
	
}


#ajout_photo{
	background:transparent url('../images/icons/com_plus_gris.png') no-repeat;
	padding-left:16px;
}

#ajout_photo:hover{
	background:transparent url('../images/icons/com_plus.png') no-repeat;
	padding-left:16px;
}

#suppr_photo{
	background:transparent url('../images/icons/com_moins_gris.png') no-repeat;
	padding-left:16px;
}

#suppr_photo:hover{
	background:transparent url('../images/icons/com_moins.png') no-repeat;
	padding-left:16px;
}

#suppr_album{
	background:transparent url('../images/icons/com_suppr_gris.png') no-repeat;
	padding-left:16px;
}

#suppr_album:hover{
	background:transparent url('../images/icons/com_suppr.png') no-repeat;
	padding-left:16px;
}


/*Checkbox supprimer photo*/
.supprimer{
	vertical-align:top;
	width:15px;
	height:15px;
}

/* Box spéciale */

#box_galerie_perso{
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	width:224px;
	
	float:left;
}

#box_galerie_perso img {
	vertical-align:top;
}

#box_galerie_perso #box_header {
	height:22px;
	width:224px;
	background: transparent url("../images/boxes/box_H_blanc.png") repeat-x;
}

#box_galerie_perso #box_milieu{
	background: transparent url("../images/boxes/box_G.png") repeat-y;
	background-position:left;
	
	font-family:Helvetica;
	font-size:12px;
}
#box_galerie_perso .box_contenu{
	width:164px;
	
	font-family:Helvetica;
	font-size:12px;
	text-align:center;
	color:#111111;

	background: transparent url("../images/boxes/box_D.png") repeat-y;
	background-position:right;
	padding-left:30px;
	padding-right:30px;



}

#box_galerie_perso #spacer{
	width:164px;
	float:left;
}

#box_galerie_perso #box_footer {
	width:224px;
}

#box_galerie_perso .box_footer{
	width:164px;
	height:117px;
	float:left;
	
	background: transparent url("../images/boxes/box_B.png") repeat-x;
	
	font-family:Helvetica;
	font-size:12px;
	color:#111111;
	text-align:center;
	

}
