#galeries {
	padding: 0;
	}
#galeries li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
#galeries li a {
	display: block;
	padding: 5px;
	margin: 0 0 10px 0;
	background-image: url("../../templates/media/degrade.png");
	background-repeat: repeat-y;
	background-position: top right;
	font-size: 14px;
	background-color: #5b381a;
	color: white;
	font-style: italic;
	padding-left: 35px;
	}
*html #galeries li a {
	background-image: none;
	}
#galeries li a:hover {
	background-color: #18695c;
	color: #ffffcc;
	}
*+html #galeries li a, * html #galeries li a {
	padding-bottom: 4px;
	}

.clicked {
	background-color: #ffffff !important;
	color: #18695c !important;
	font-weight: bold;
	}
	
.media {
	text-align: center;
	margin: 10px;
	}
.media img {
	border: 10px solid #d2e6e8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	}
.legend {
	text-align: center !important;
	font-size: 11px !important;
	font-style: italic;
	width: 450px;
	margin: 5px auto;
	}
.legend p {
	text-align: center !important;
	font-size: 11px !important;
	font-style: italic !important;
	}
.golf{text-align:right;}
.golf a {
	color: #2c8b72;
	text-decoration: underline;
	}

.actualites{background:#e6e1d6;padding:10px;}