
#la-une{
	width:590px;
	height:350px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	color:#FFF;
}

#top-image{
	width:586px;
	height:350px;
	float:left;
	border: 2px solid #CCC;
	position:absolute;
	overflow:hidden;
}

#top-image img{
	height:auto;
	width:586px;
	padding:0px;
	border:0px;
	float:left;
}

#top-article{
	width:570px;
	height:110px;
	margin-top:224px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	z-index:2;
	background:url(../images/transparent.png);
}

#top-article .title:link,
#top-article .title:active,
#top-article .title:visited {
	color:#FFF;
	font-size:1.7em;
	padding-bottom:5px;
}

#top-article .title:hover{
	color:#FF0000;
}

#authorhourtime{
	line-height:1.4em;
	color:#B2B2B2;
	}
	
#authorhourtime a{
	color:#B2B2B2;
	text-decoration:none;
	}

#images-videos{
	float:right;
	width:300px;
	padding:0px;
}

#images-videos .media{
	width:300px;
	height:225px;
	padding-bottom:4px;
	}
	
#images-videos h4{
	font-size:1.2em;
	margin-bottom:4px;
	margin-top:8px;
	}
	
#images-videos h4 a{
	color:#fff;
	}

#images-videos h4 a:hover{
	color:#FF0000;
	}

#images-videos p{
	color:#fff;
	}

#images-videos img{
	float:left;
	border:0px;
	padding:0px;
	}

/****** LA UNE ARABE ******/

#la-une-ar{
    width: 590px;
    height: 300px;
    float:right;
    margin: 10px;
    color: #fff;
}

#la-une-image-ar{
    width: 390px;
    height: 300px;
    float: left;
    overflow: hidden;
}

#la-une-image-ar img{
    width: auto;
    height: 300px;
    float:left;
    border: 0px;
    padding: 0px;
}

#la-une-post-ar{
    direction: rtl;
    float: right;
    width: 180px;
    height: 280px;
    padding: 10px;
    background: #efefef;
}

#la-une-post-ar .title:link,
#la-une-post-ar .title:active,
#la-une-post-ar .title:visited {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    }

#la-une-post-ar .title:hover{
	color:#FF0000;
}

#la-une-post-ar p{
    font-family: Georgia, Verdana;
    font-size: 14px;
    line-height: 1em;
    color: #444;
    }

