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

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

div#puntal_content {
	margin-left: 18em;
	padding-left: 1ex;
	}
div#puntal_sidebar {
	width: 17em;
	float: left;
	}

div#puntal_1 {
	width: 25%;
	float: right;
	/*height:125px;*/
/*	margin-left: -17em;*/
	}

div#puntal_4 {
	width: 70%;
	height:280px;
	float: left;
	}


div#puntal_3 {
	width: 72%;
	/*height:125px;*/
	float: left;
	}
/* Colone à droite / Column on right */
/*
div#puntal_main {
	width: 100%;
	float: left;
	margin-right: -17em;
	}
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;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
font-size: 10px;
font-family: verdana;
width: 200px;
height: 200px;
border: 0px solid black;
padding: 0px;
/*background-color: lightyellow;*/
}

#pscroller2{
font-size: 10px;
font-family: verdana;
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

