html
{
	height: 100%;
	background-image: url("disclabkg.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment:  fixed;
}

body
{
	margin: 0;
	padding: 0;
}

iframe
{
	border: 1px solid #FEB0E5;
	width: 560px;
	height: 100px;
	margin: 15px 0 5px 0;
}

#containeur
{
	width: 640px;
	height: 480px;
	background-image: url('disclamer/discla.gif');
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -240px 0 0 -320px;
	text-align: center;			
}
#contenu
{
	padding: 80px 20px 20px 20px;
}

span.warning
{
	font: 18px Verdana;
	font-weight: bold;
	color: #FF0000;
}

a.t1
{
	font: 30px Verdana;
}

a.t2
{
	font: 20px/50px Verdana;
}

a.link
{
	font-weight: bold;
	color: #FEBBE8;		
	text-decoration: none;		
	
}

a.link:hover
{
	text-decoration: underline;
}
			
