/*  -----------  Entête ----------- */
#entete {
	background-image: url(img/entete.jpg);
	background-repeat: no-repeat;
	height: 287px;
	padding-left: 25px;
	background-position: top;
	
}

#entete h2 {
	margin-top: 3px;
}


/* About */
#about {
	width: 300px;
	text-align: justify;
	height: 220px;
	overflow: auto;
}

/* -------------------------------- */

/*  -----   Partie principale ----- */
#edito, #proposition, #archives {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 105px;
	text-align: justify;
	float: left;
	width: 240px;
	margin: 5px 10px;
}

#edito h2, #proposition h2, #archives h2{
  display: none; 
}

#edito {
	background-image: url(img/titreedito.jpg);
}

#archives {
	background-image: url(img/titrearchives.jpg);
}

#proposition {
	background-image: url(img/titreproposition.jpg);
}

#prop {
	border: 1px solid black;
	background-color: #F0ECE1;	
	padding: 4px;
}

#prop h3 {
	text-align: left;
}


#propdate {
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
}

.nbtextes {
	color: #333333;
	font-size: 0.75em;
}

#archives ul {
	text-align: left;
	margin-left: 0.1em;
	padding-left: 0.1em;

}

#archives a strong {
	text-decoration : none;
}