/* ========================================================
	right-col.css - Stylesheet

	
======================================================== */
#right-col {
	float: right;
	width: 228px;
	margin-right: 5px;
}

	#right-col .top-mouss {
		background: transparent url(../images/site/mouss-top.png) top center no-repeat;
		line-height: 0px;
		height: 8px;
	}
	#right-col .bottom-mouss {
		background: transparent url(../images/site/mouss-bottom.png) bottom center no-repeat;
		height: 8px;
		line-height: 0px;
	}
	#mouss {
		background: #eadbd3;
		border-right: #d49d35 1px solid;
		border-left: #d49d35 1px solid;
		padding: 0 8px 0;
		position: relative;
	}
		#mouss h3.module-title {
			background: transparent url(../images/site/fleche-menu.gif) no-repeat left center;
			padding-left: 20px;
			margin: 0 0 8px 15px;
		}
		#mouss a.a-mouss {
			display: block;
			height: 179px;
			position: absolute;
			width: 210px;
		}

	/* ============  Actu  ============== */
	#right-col .top-actu {
		background: transparent url(../images/site/actu-top.png) top center no-repeat;
		line-height: 0px;
		height: 8px;
		margin-top: 15px;
	}
	#right-col .bottom-actu {
		background: transparent url(../images/site/actu-bottom.png) bottom center no-repeat;
		height: 8px;
		line-height: 0px;
	}
	#actu {
		background: #e6e899;
		border-right: #e7e240 1px solid;
		border-left: #e7e240 1px solid;
		padding: 0 8px 0;
	}

		#actu h3.module-title {
			background: transparent url(../images/site/fleche-menu.gif) no-repeat left center;
			padding-left: 15px;
			margin: 0 0 8px 0;
		}
		#actu p.read-more {
			margin-top: 5px;
			text-align: right;
		}
			#actu p.read-more a {
				color: #9e0000;
				font-weight: bold;
			}

	/* ============  Localisation  ============== */
	#loc {
		background: transparent url(../images/site/mod-loc.jpg);
		height: 80px;
		margin-top: 15px;
		padding: 5px 8px;
		position: relative;
		width: 212px;
	}
		#loc h3.module-title {
			margin: 2px 0 3px;
			text-align: center;
			text-transform: uppercase;
		}
			#loc h3.module-title a { font-size:1em; color: #fff; }
		#loc a.lightbox { font-size: 0.95em; color: #fff; }
			#loc a.lightbox img { float: right; padding-top: 4px; }
			#loc a:hover, #loc h3 a:hover { color: #9c3333; }

	/* ============  Video  ============== */
	#mod-video {
		background: transparent url(../images/site/mod-video.jpg);
		height: 80px;
		margin-top: 15px;
		padding: 5px 8px;
		position: relative;
		width: 212px;
	}
		#mod-video h3.module-title a {
			color: #fff;
			display: block;
			font-size:1em;
			height: 80px;
			position: absolute;
			text-transform: uppercase;
			width: 210px;
		}
			#mod-video h3.module-title a span {
				display: block;
				left: 16px;
				position: absolute;
				top: 32px;
			}
				#mod-video h3 a:hover { color: #9c3333; }
