/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#global {
	padding-right: 100px;
}
/*------------------------------------------------------------------*/
#content .description {
	padding-bottom: 15px;
	width: 500px;
}
/*------------------------------------------------------------------*/
#content table#album {
}
#content table#album td {
	vertical-align: top;
}
#content table#album td#photos {
	padding-right: 15px;
}
#content table#album td#photos #photos-in {
	width: 460px;
	background: url(images/cheval-intro.jpg) right bottom no-repeat #c8c5bc;
	border: solid 2px white;
	padding: 20px;
}
#content table#album td#photos #photos-in .une-photo {
	width: 150px;
	height: 160px;
	float: left;
	text-align: center;
}
#content table#album td#photos #photos-in .une-photo img {
	border: solid 2px white;
}
#content table#album td#photos #photos-in .une-photo .galerie-separateur {
	height: 24px;
	background: url(images/galerie-separateur.jpg) center center no-repeat;
}
#content table#album td#affiche img {
	border: solid 2px white;
}