/************************************************
*		Copyright I-Digitale 2008				*
*		Tout droits de reproduction interdits	*
*		http://www.i-digitale.fr				*
************************************************/

#page{
	position:relative;
	left:0; top:0;
	width:900px;
	z-index:0;
	padding:0;
	margin-left:auto; margin-right:auto;
	text-align:left; /*Pour IE */
} 

#page_middle{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;/*Pour IE */
}

#visages{
	margin:0 auto;
	height:230px;
	width:900px;
	cursor:pointer;
}

#div_main{
	display:block;
	width:550px;
	/*margin:0 auto;*/
	margin:0 170px 0 180px ;
	padding:20px 0 0 0;
	
}

#main{
	display:block;
	margin:0 auto;
	padding:0 0 10px 0;
	min-height:400px;
	width:520px;
	text-align:justify;
}

#footer{
	margin:-10px auto 0;
	min-height:100px;
	width:900px;
}

#footer_in{
	/*margin:0 auto;*/
	margin:0 170px 0 180px ;
	height:50px;
	width:550px;
}

#footer_out{
	margin:0 auto;
	height:50px;
	width:900px;
	text-align:center;
}

#text_footer{
	margin:0 auto ;
	width:860px;
	color:#999;
}

#text_footer a:link { color: #999; text-decoration: underline; }
#text_footer a:visited { color: #999; text-decoration: underline; }
#text_footer a:hover { color: #006666; text-decoration: underline; }
#text_footer a:active { color: #999; text-decoration: underline; }

td.copyright{
	text-align:left;
	width:335px;
	vertical-align:top;
}

td.update{
	text-align:right;
	vertical-align:top;
}

/************************************/
/* ----- Barre de Navigation -----	*/
/************************************/
#nav{
	/*position:fixed;*/
	position:absolute;
	/*top:270px;*/
	left:25px;
	width:150px;
	padding:0;
	margin:0;
	z-index:3;
}

/****************************************/
/* ------- Zone d'identification ------	*/
/****************************************/
#identification {
	position:absolute;
	width:150px;
	top:250px;
	right:10px;
	z-index:3;
	text-align:left;
}

#identification a.ilnk{ width:100%; text-align:center;}


/********************************************/
/* -------- Zone de choix d'espace ---------*/
/********************************************/
#espace {
	position:absolute;
	width:150px;
	top:300px;
	right:10px;
	z-index:2;
	line-height: 18px;
}

#espace ul{
	margin:0;
	padding:0;
}

#espace fieldset{
	margin:0;
	padding:0;
	border:1px solid #006666;
}

#espace li{
	text-align:left;
	list-style:none;
	padding:0px  0px  0px 15px;
}

#espace li.selection {
	background:url("../images/chevron_left.png") 2% 60% no-repeat;
	font-weight:bold;
}

