@import url("/site/images/style__.css");

.titrevert {
	color: green;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}
.titrerouge {
	color: red;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}
.titreorange {
	color: #ff6600;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}

.blackonwhitecontent {
	color: #000000;
	font-size: 12px;
}


/*------ BEGIN flickr -----*/
#flickrgallery {
	position: relative;
	float: left;
	/*------ width: 600px; -----*/
	padding: 0px 15px 10px 0px;
}

.flickrphotos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
	padding-right: 10px;
}
.flickrphotosets {
	clear: both;
	padding-top: 1px;
}
.flickrphotosets h2 {
	color: #000;
}
/*------ END flickr -----*/
