/* En-tete / header */
div#brdtitle { position: relative; }
p#prelude {
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	font-size: 0.8em;	
    display: none;
}

/* Colone à gauche / Column on left */
div#puntal_main {
	width: 100%;
	float: right;
	margin-left: -18em;
	}
div#puntal_content {
	margin-left: 18em;
	padding-left: 1ex;
	}
div#puntal_sidebar {
	width: 17em;
	float: left;
	}

/* Colone à droite / Column on right */
/*
div#puntal_main {
	width: 100%;
	float: left;
	margin-right: -18em;
	}
div#puntal_content {
	margin-right: 18em;
	padding-right: 1ex;
	}
div#puntal_sidebar {
	width: 17em;
	float: right;
	}
*/

/* Listes colone latérale / Lateral column list */
div#puntal_sidebar li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

/* Titre et infos news / Title & infos news */
h2.news span a { text-decoration: none; }
p.infos{ text-align: right; }

/* Bouton RSS / RSS buton */
a.rss:link, a.rss:visited, a.rss:active {
	color: #fff;
	background: #f90;
	border: 1px outset #f90;
	text-decoration: none;
	padding: 0.1em 0.3em;
	font-size: 85%;
}
a.rss:hover {
	color: #fff;
	border: 1px inset #f90;
}

/* Sous-menu téléchargements / Downloads sub-menu */
#sousmenu ul, #sousmenu li {
	list-style-type: none;
	display: inline;
}
#sousmenu li { margin-right: 12px; }
#sousmenu a:link, #sousmenu a:visited{ text-decoration: none; }
#sousmenu a:hover { text-decoration: underline; }

/* Boite bloc édito / Edito block box */
#editobox div.box { border-width: 1px; }
#editobox div.box p {
	line-height: 150%;
	letter-spacing: 0.08em;
}

/* Boite bloc RSS reader / RSS reader block box */
#rssreaderBox h3 {
    margin-top: 1em;
    font-weight: bold;
}