DIV.prem	{
	position:relative;
	width:995px;
	height:605px;
}

DIV.second	{
	position:relative;
	left:0px;
	top:0px;
	width:995px;
}

DIV.trois	{
	position:relative;
	top:0px;
	left:0px;
	width:135px;
	height:480px;
	overflow:hidden;
}

DIV.veritas	{
	position:relative;
	left:0px;
	top:0px;
	width:180px;
	height:85px;
}

DIV.veritas2	{
	position:relative;
	left:0px;
	top:-85px;
	width:180px;
	height:85px;
}

DIV.onglet_on	{
	background-image: url(../images/onglet_on.png);
    
}

DIV.onglet_off	{
	background-image: url(../images/onglet_off.png);
	
}

DIV.contenu	{
	position:relative;
	top:-480px;
	left:135px;
	width:860px;
	height:440px;
	overflow:hidden;
	background-image: url(../images/fond_content.jpg);
}

DIV.onglet	{
	position:relative;
	top:-480px;
	left:135px;
	width:860px;
	height:40px;
	overflow:hidden;
}

