#home .newsbox {
	margin:4px;
	width:624px;
	height:293px;
	float:left;
	padding-left:8px;
}

#newsbox-links {
    border-bottom: none;
    float: right;
    width: 161px;
    padding-top:24px;
}

#newsbox-links a {
    display: block;
    height: 63px;
    background: url("/images/newsbox_btn01.jpg") top right no-repeat;    
    padding:3px 7px 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
	color: #8f0058;
	text-decoration: none;
}

#newsbox-links span{
	font-weight: normal;
	font-size: 11px;
	color:#000
}

#newsbox-links a.selected {
	color:#FFF;	
    background: url("/images/newsbox_btn02.jpg") top right no-repeat;
}

#newsbox-links a.selected span{
	color:#FFF;	
}

#newsbox-links a:focus {
    outline: 0;
}

#newsbox-content {
	position: relative;
	overflow: hidden;
}

#newsbox-content-container {
    border-left: none;
    height: 257px;
    overflow: hidden;
    width: 457px;
    float:left;
    margin-top:28px;
    background: black;
}

#newsbox-content .conteneur{
	top:0;
	left:0;
	position: absolute;
    width:457px;
    height:257px;
    overflow: hidden;
}

#newsbox-content .titre{
	font-size: 15px;
	position: absolute;
	bottom:0;
    width:447px;
   	padding:5px;   
   	color:#fff;
   	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/newsbox_fond_titre.png" , sizingMethod="scale");
}

html>/**/body #newsbox-content .titre{
	filter:none;
	background: url("/images/newsbox_fond_titre.png");
}

#newsbox-content .soustitre{
	font-size: 12px;
	font-weight: bold;
}

#newsbox-content .image{
	display: block;
	position: relative;
}

#newsbox-content img{
	border:0
}

#newsbox-content a{
	text-decoration: none;
}

#newsbox-content .news{
	overflow: hidden;
}

#newsbox-content .blog{
	background: url("/images/newsbox/blog.jpg") top left;
	padding-left:128px;
	padding-top:20px;
	width:329px;
	height:237px;
}

#newsbox-content .blog img{
	width:200px;
	height:200px;
}