/* Sample 4*/
#box4{
	position:absolute;
	border-top:1px solid #aaaaaa;
}
#box4 div
{
	position:relative;
	top:10px;
	width:440px;
	height:300px;
	float:left;
	padding:5px;
}


.box4Img
{
	float:left;
	position:relative;
	top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
#info4{
	background:#fff !important;
	color: #1e5385;/*Red !important;*/
	cursor:default
}

#cont
{
	width:450px;
	text-align:left;
}

.sample
{
	margin:4px 0px 0px 0px;
	/*border:1px solid #e1e1e1;	*/
	}

.contour
{
	width:401px;
	border:1px dotted Gray;
}	
	
.buttons
{
	padding:0px 0px 0px 0px;
}

.buttons table
{
	width:450px;
}

.buttons span, .buttons span.active, .buttons span:hover
{
	color:#1e5385;
	cursor:pointer;
	font:10px Verdana;
	display:inline;
	vertical-align:middle;
	text-align:center;
	width:150px;
	height:30px;
	/*background-image:url(../images/fondNewsItem.png);
    background-repeat:repeat-x;*/
}

.buttons td
{
	color:#1e5385;
	cursor:pointer;
	font:10px Verdana;
	vertical-align:middle;
	text-align:center;
	width:150px;
	height:30px;
	background-image:url(../images/fondNewsItem.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

.buttons td.active, .buttons td:hover
{
    background-image:url(../images/fondNewsItemOver.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

.mask3
{
	position:relative;
	width:450px;
	height:800px;
	overflow:hidden;
}
