/* CSS Document */
HTML, BODY
{
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2f409b
}

/* default opacity for IE */
IMG {
	filter:alpha(opacity=100);
	}

/* --- */
#PAGE
{
	width:100%;
	height:100%;
	border-collapse:collapse;
}

#PAGE TD
{
	vertical-align:middle;
	padding:0;
}

#CADRE
{
	width:796px;
	height:471px;
	border:2px solid #d9d9d9;
	margin:auto;
	border-collapse:collapse;
}

#CADRE TD
{
	vertical-align:top;
}

#HAUT
{
	height:385px;
}

#BAS
{
	height:106px !important;
	vertical-align:bottom;
}

/* --- */
#TITRE
{
	background-image:url(../img/fleche-titre.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:21px;
	padding-left:66px;
	/*margin:28px auto 6px 31px;*/
	width:666px;
	margin:28px auto 7px auto;
	/margin-bottom:6px;
	
}
/* --- */
#PANEL
{
	border-collapse:collapse;
	width:730px;
	/width:732px;
	margin:auto;
	border:1px solid #d9d9d9;
	height:305px;
}
/* --- */
#pagination
{
	position:absolute;
	width:490px;
	text-align:center;
	margin-top:151px;
	font-size:10px;
	letter-spacing: 7px;
}

#fleche-page-droite
{
	position:absolute;
	background-image:url(../img/fleche-page-right.gif);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	margin-top:24px;
	margin-left:-22px;
	cursor:pointer;
}

#fleche-page-gauche
{
	position:absolute;
	background-image:url(../img/fleche-page-left.gif);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	margin-top:270px;
	margin-left:-22px;
	cursor:pointer;
}

/* -- */
#MENU
{
	width:245px;
	background-image:url(../img/fond-menu.gif);
	height:10px;
	font-size:0px;
	padding:0;
	margin:0;
}

#MENU UL
{
	padding:0;
	margin:0;
	list-style-type:none;
}

#MENU UL LI
{
	margin-top:22px;
	/margin-top:23px;
	line-height:10px;
}

#MENU UL UL LI
{
	margin-top:4px;

}

#MENU IMG
{
	border:0px;
}
/* -- */
#CONTENU
{
	width:483px;
	padding-left:22px !important;
	overflow:hidden;
}
#CONTENU .contenu
{
	width:428px;
	padding:10px !important;
	padding-right:25px !important;
	height:295px;
	background-color:white;
	overflow:hidden;
}