/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                              FEUILLE DE STYLE                             |
|---------------------------------------------------------------------------|
|                                                                           |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                         Benjamin COIFFARD - novembre 2007 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/



/*------------------------------------------------------------------
	Calque principal
------------------------------------------------------------------*/
.postit {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 350px;
	background-color: #ff0;
	color: #000;
	display: none;
	text-align: left;
	z-index: 200;
}


/*------------------------------------------------------------------
	Barre de titre, boutons de fermeture et barre de validation
------------------------------------------------------------------*/
#pti_titre {
	float: left;
	width: 320px;
	color: #006;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	border: none;
}
#pti_x {
	float: left;
	width: 29px;
	color: #006;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

/*------------------------------------------------------------------
	Titre de la rubrique
------------------------------------------------------------------*/
.rubrique {
	float: left;
	margin-top: 15px;
	width: 350px;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px #006 solid;
	cursor: default;
}
.element {
	float: left;
	margin-left: 15px;
	width: 330px;
	font-size: 0.8em;
	color: #000066;
	cursor: default;
}