@charset "utf-8";
/* CSS : contenu */

.centpourcent { height: 100%; width: 100%; }

#div_fullwindow
{
	height:100%;
	min-height:100%;
	width:100%;
	position:absolute;
	display:block;
}

#div_footer
{
	width:100%;
	position:fixed;
	bottom:2px;
	text-align:center;
}

#div_statalytics, #div_anchor { display:none; }

#div_container
{
	position:relative;
	width: 1040px;
	height: 100%;
	margin: auto;
}

#div_container_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	background-color: #F7E4DA;
	text-align: left;
	width: 1040px;
	height: 415px;
	border: 1px solid #E8C7BE;
}

#dst_L
{
	height: 100px;
	width: 280px;
	position: relative;
	float:left
}

#dst_M
{
	position: relative;
	float:left;
	height: 355px;
	width: 200px;
	margin: 20px;
	background-color: #E8C7BE;
	padding-top: 20px;
	padding-left: 20px;
}

#dst_M_contenu
{
	position: relative;
	float:left;
	width: 100%;
	background-color: #E8C7BE;
}

#dst_R
{
	position: relative;
	float:left;
	height: 100%;
	width: 470px;
	margin: 0px;
	padding-top:40px;
}

#dst_RR, #dst_RL
{
	position:relative;
	float:left;
	height:100%;
	width:220px;
	padding-right:10px;
}

#dst_RR
{
	padding-left:20px;
	padding-right:0px;
}

#dst_L_contact, #dst_L_crementions, #dst_L_admin, #dst_L_erreur, #dst_L_accesclient, #dst_L_espaceclient
{
	height:100%;
	width:100%;
	position:relative;
	float:left;
	background: url(../../../MEDIA/SLIDES/fd_contact.png) no-repeat left 10px;
}

#dst_L_crementions	{ background-image:url(../../../MEDIA/SLIDES/fd_crementions.png); }
#dst_L_admin		{ background-image:url(../../../MEDIA/SLIDES/fd_admin.png); }
#dst_L_erreur		{ background-image:url(../../../MEDIA/SLIDES/fd_erreur.png); }
#dst_L_accesclient	{ background-image:url(../../../MEDIA/SLIDES/fd_acces.png); }
#dst_L_espaceclient	{ background-image:url(../../../MEDIA/SLIDES/fd_client.png); }

