body, html
{
	width: 100%;
	height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}	

body
{
	background-color: #FFD4EF;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.clearB
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

div.clearL
{
	clear: left;
	font-size: 1px;
	height: 1px;	
}

/* Conteneur
----------------------------------------------------------------------*/

div#conteneur
{
	width: 750px;
	left: 50%;
	top: 0;
	margin: 10px 0 10px -375px;
	position: absolute;	
	background-color: #FFFFFF;		
	background-image: url('images/discla_header.gif');
	background-repeat: no-repeat;	
	
	font: 12px Arial;
	color: #000;	
}

#conteneur .footer
{
	background-image: url('images/discla_footer.gif');
	background-repeat: no-repeat;	
	background-position: bottom;
	padding: 10px;
}

#conteneur h1
{
	color: #ff70b7;
	font-size: 24px;	
}

#conteneur .subtitle
{
	padding: 0 0 0 20px;
	font-style: italic;
	color: #555555;
	
}

div#disctext
{
	width: 650px;
	height: 125px;
	overflow: auto;
	margin: 15px auto;
	border: 1px solid #FFD4EF;
	padding: 0 5px 5px 5px;
}

div#disctext span.warning
{
	display: block;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

#entrer
{
	text-align: center;		
}

#entrer a
{
	color: #ff70b7;
	padding: 0 15px 0 15px;
	font-size: 28px;
	font-weight: bold;	
}

span.partenaires
{
	padding: 0 0 0 20px;
	font-style: italic;
	color: #555555;	
	font-size: 14px;
	font-weight: bold;	
}

p.backlink
{
	text-align: center;
}

.backlink a
{
	color: #ff70b7;
}

table
{
	margin: 15px auto;
}

td
{
	padding: 2px 0 2px 0;
	text-align: center;
	width: 125px;
}
