/*******************************************************************************
	Filename		: style.css

	Created			: 30 March 2007 (19:26:48)
	Created by		: Ogier Nicolas

	Last Updated	: 03 April 2007 (00:39:28)
	Updated by		: Ogier

	Comments		:
*******************************************************************************/
.galerie {
	background-color: #FFF;
	margin-top : 10px;
}
.galerie .titre {
	width: 100%;
	background-color: #FFE9AF;
	height:18px;
}
.galerie .titre .title {
	float: left;
	color: #000;
	font-weight:bold;
	margin-left:5px;
	height:18px;
}
.galerie .titre .pages {
	width: 10%;
	/* background-color: #CCFFCC;*/
	float: right;
	font-size: 8px;
	margin-right: 5px;
}

.galerie .clearfix {
	clear:both;
	height:0;
	size:0;
	}


