.cadrePhoto {
	background: #fc0;
	padding: 5px;
	border: 1px dashed #555;
	border-left: 0;
	border-right: 0;
	font-size: 0.8em;
	width: 277px;
}

.cadrePhoto a img {
	border: 1px solid #000;
	float: left;
	margin-right: 5px; 
	
}

.cadrePhoto a {
	color: #f00;
	text-decoration: none;
}

.cadrePhoto a:hover {
	text-decoration: underline;
}

ul#photos  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#photos li {
	margin: 0;
	padding: 0;
}

ul#photos li div.even {
	margin: 10px 10px 10px 0;
	float: left;
}

ul#photos li div.odd {
	margin: 10px 0 10px 10px;
	float: right;
}

#avertissement {
	font-size: 0.8em;
	color: #999;
	margin: 10px 0 20px 0;
	text-align: center;
}

#choixGalerie {
	text-align: right;
}

#galerieTitle {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.pagination {
	text-align: right;
	color: #000;
}

.pagination a, .pagination a:hover {
	color: #f00;
	text-decoration: underline;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}