
/* ------------------------------------------------------------------ */
/* -                     MODELE MISE EN PAGE 1                        */
/* ------------------------------------------------------------------ */

.pageFull{
	padding-left:90px;
	padding-right:90px;
	padding-top:0px;
	padding-bottom:20px;
}

	.left{
		width:220px;
		float:left;
	}

	.right{
		width:370px;
		float:right;
	}


/* ------------------------------------------------------------------ */
/*                               Link                                 */
/* ------------------------------------------------------------------ */
.link{	
	line-height:24px;
	border-bottom:1px solid #C6B2A2;
	background-color:#F4EEE2;
	padding:10px;	
	padding-left:12px;
}

	.link A{	
		color:#634837;
	}

	.link:hover{	
		color:#44ABE8;
	}

	.link IMG{
	margin-top:3px;
	margin-right:3px;
	}

	.link IMG:hover{
	filter:alpha(opacity=50);  
	-moz-opacity:0.50;
	opacity: 0.50;
	}

	.link .rss{
	
	}
/* ------------------------------------------------------------------ */
/* -                    Important                                     */
/* ------------------------------------------------------------------ */

.important{
	color:#1F8CCD;
	border:1px solid #1F8CCD;
	background-color:#EBF6FC;
	padding:5px;
	font-size:120%;
	line-height:22px;
}


/* ------------------------------------------------------------------ */
/* -                    Cadre                                         */
/* ------------------------------------------------------------------ */

.cadre{
	text-align:left;	
	border:#F2EADB 1px solid;
	padding:5px;
	padding:5px;
}


/* ------------------------------------------------------------------ */
/* -                    Liste                                         */
/* ------------------------------------------------------------------ */

 .liste{
	border-top:4px solid #54B0DF;
	color:white

}

 .liste TH{
	color:#54B0DF;
}

 .liste TD{
	border-bottom:1px solid #577688
}

/* ------------------------------------------------------------------ */
/* -                    Puce                                         */
/* ------------------------------------------------------------------ */

.puce{
	position:relative;
	left:-40px;
	top:8px;
	width:36px;
	height:39px;
	background:url("images/puce.gif") 0px 0px no-repeat;
	margin-bottom:-39px;
}



/* ------------------------------------------------------------------ */
/* -                    BUTTON                                        */
/* ------------------------------------------------------------------ */

.button{
	float:left;
	padding-top:45px;
	background:url("images/bg_button.jpg") center 0px no-repeat;
	width:70px;	
	text-decoration:none;
	text-align:center;
	margin-right:0px;
	font-size:9px;
	line-height:13px;
	margin-top:5px:
}

	.button:hover{
		background-position:center -82px;
	}

.button_active{
	float:left;
	padding-top:45px;
	background:url("images/bg_button.jpg") center -82px no-repeat;
	width:70px;	
	text-decoration:none;
	text-align:center;
	margin-right:0px;
	font-size:9px;
	line-height:13px;
	margin-top:5px:
}


/* ------------------------------------------------------------------ */
/* -                    postit                                        */
/* ------------------------------------------------------------------ */

.postit{
	float:left;
	width:90px;	
	height:115px;
	text-decoration:none;
	margin-right:10px;
	background:url("images/suite.gif") 90px 88px no-repeat;
	display:block;
	padding-right:20px;
	font-size:11px;
	text-align:left;
	margin-bottom:10px;
	letter-spacing:-1px;
}

	.postit IMG{
		margin-right:-40px;
		margin-bottom:0px;
		width:110px;
		height:80px;
	}

	.postit:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color:white;
	}


/* ------------------------------------------------------------------ */
/* -                    retour                                        */
/* ------------------------------------------------------------------ */

.retour{
	width:300px;	
	text-decoration:none;
	background:url("images/retour.gif") 0px 0px no-repeat;
	display:block;
	padding-left:30px;
	font-size:11px;
	text-align:left;
	margin-bottom:10px;
}
