/************************************************
*		Copyright I-Digitale 2008				*
*		Tout droits de reproduction interdits	*
*		http://www.i-digitale.fr				*
************************************************/
body {
	background: url("../template/metal/motif_clair.jpg");
}

/************************************
*		Tableau de l'index			*
************************************/

#page{
	position:relative;
	left:0; top:0;
	width:800px;
	z-index:0;
	padding:0;
	margin-left:auto; margin-right:auto;
	text-align:left; /*Pour IE */
	background-color:white;
} 


#partie_1{
	margin:0 auto;
	height:450px;
	width:800px;
	background: url("../images/index-haut.jpg");
	background-repeat:no-repeat;
	background-color:white;
	padding-top:12px;
}

#partie_1 table{
	border-collapse:collapse;
	width:800px;
	margin:0 auto;
	padding:0px;
}

#partie_1 table td{
	margin:0px;
	padding:0px;
}


#accroche{
	margin:0 auto;
	height:50px;
	width:800px;
	background: url("../images/index-accroche.jpg");
	background-repeat:no-repeat;
}

#partie_2{
	margin:0 auto;
	width:800px;
	background: bottom url("../images/index-bas.jpg")  no-repeat ;
	background-color:white;
	padding-bottom:20px;
}

#div_id{
	text-align:center;
}

.titre_id, .description_id, .legal_id{display:block;text-align:center;}

.titre_id{
	color:#006666;font-size: 18px; margin:20px auto;
	font-weight:bold;
}

.new_site{font-weight:normal;}

.description_id{
	color:#44a2c7;font-size: 13px;
}

.legal_id{
	color:#006666;font-size: 10px;
}

/************************************/
/*  -----  identification   ------	*/
/************************************/
#form_identification {
	width:150px;
}


#b_fermer_id{
	/*position:absolute;*/
	width:10px;
	height:10px;
	/*top:6px;
	right:15px;*/
	margin-left: auto;
	margin-right: 10px;
	cursor:pointer;
	background:url("../images/boutons/close.png") no-repeat;
}

#handle_login{
	height:10px;
	background:url("../images/header_login.png") 50% no-repeat;
	text-align:right;
}

#flyer_identification{
	margin-top:15px;
	margin-left:-100px;
}

#table_identification{
	width:150px;
	border:1px solid #a1a1a1;
	background: url("../template/metal/motif_clair_50percent.png");
}


/********************
*		Login		*
********************/
table.login{
	border-collapse:collapse;
	width:400px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
	color:#006666;
}

td.espace_p{
	 width:30%;
	 text-align:right;
}

td.espace_m{
	 width:30%;
	 text-align:left;
}


.ico{
	position:relative;
	top:4px;
	text-decoration:none;
}
	
.login a{
	color:#006666;
}

.login a:hover{
	text-decoration:underline;
}

/************************************/
/*  -----  Sensor - flyer   ------	*/
/************************************/
div.sensor{
	display:block;
	z-index:100;
}

.sensor:hover{cursor:default;}

div.flyer {

	position:absolute; text-align:center;
	margin-top:14px;
	margin-left:5px;
	width:150px;
	display:none;
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	word-spacing:normal;
	letter-spacing:normal;
	
	/*padding:5px;
	background-color:#CCFFCC;
	border:1px outset #006666;*/

}
/*div.sensor:hover > div.flyer, div.flyer:hover {display:inline; }*/

div.flyer.fixe {display:inline; }




