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

	
======================================================== */
#right-col {
	background: #c69c6d;
	float: right;
	margin-left: 6px;
	width: 240px;
}
	/* ================  Module Dernière Minute  ===================*/
	#last-news {
		background: transparent url(../images/last.png) no-repeat top;
		margin: 5px 5px 15px 0;
		width: 232px ;
	}
	
	#last-news p.module-title { text-align:center; color:#fcee21; }
	#last-news h3 {
		font-size: 105%;
		margin-bottom: 10px;
	}
	
	#last-news .content{
		background: #e8e0cf;
		padding: 5px 10px 0 20px;
	}
	
	#last-news .bottom {
		background: transparent url(../images/last-bottom.png) no-repeat;
		height: 12px;
	}
	
	/* ================  Module Meteo  ===================*/
	#meteo {
		background: transparent url(../images/meteo-bg.png) no-repeat;
		color: #fcee21;
		height: 87px;
		margin: 5px 5px 15px 0;
		position: relative;
		padding-top:10px;
		width: 231px;
	}
		#meteo #m_content {
			padding: 4px 5px;
			font-size: 0.9em;
		}
				#meteo #m_content .hide { display: none; }
			#meteo #m_content #m_title {
				text-align: right;
				margin-right: 5px;
			}
				#meteo #m_content h4 {
					display: inline;
					float: left;
					margin-left: 35%;
				}
				#meteo #m_content select {
					background: #343434;
					color: #fcee21;
					display: inline;
					font-size: 0.9em;
					font-weight: bold;
					outline: 0;
				}
			#meteo #m_content .bouton {
				background: transparent url(../images/meteo-jaune.png) no-repeat;
				height: 27px;
				position: absolute;
				right: 10px;
				top: 55px;
				width: 83px;
			}
				#meteo #m_content .bouton a {
					display: block;
					font-size: 0.8em;
					height: 100%;
					line-height: 11px;
					padding: 3px 5px;
					text-align: center;
				}
					#meteo #m_content .bouton a strong {
						display: block;
						text-transform: uppercase;
					}
			
			#meteo #m_content .icon {
				float: left;
				margin: 5px 5px 0 0;
				width: 40px;
			}
				#meteo #m_content .icon strong { margin-left:5px; }
	
	/* ================  Module 360HD  ===================*/
	#mod_360hd {
		background: transparent url(../images/360hd.png) no-repeat;
		height: 99px;
		margin: 5px 5px 15px 0;
		width: 238px;
	}
	
		#mod_360hd #flashcontent embed {
			margin-left: -1px;
		}