#entete {background-image: url(img/soldanelles.jpg);}/* par defaut */
body.sect1 #entete {background-image: url(img/hudf.jpg);}
body.sect12 #entete {background-image: url(img/argentiere-pano.jpg);}
body.sect2 #entete {background-image: url(img/gneiss.jpg);}


/*#entete {
	background-image: url(img/argentiere-pano.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}*/

#entete a.nom-site, 
#entete a.nom-site:link, 
#entete a.nom-site:visited {
        
	background-image: url(none);
}

#entete  body.sect2 a.nom-site, 
#entete  body.sect2 a.nom-site:link, 
#entete body.sect2 a.nom-site:visited {
        color: red;
	background-image: url(none);
}

#entete .nom-site span /* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	top: 10px;
	right: 640px;
}

/* RECHERCHE */
body.sect1 #entete .nom-site span /* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	top: 100px;
	right: 50px;
	left: 600px;
	text-align: left;
}

/* BLOG */
body.sect2 #entete .nom-site span /* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	top: 10px;
	right: 640px;
}

/* MONTAGNE */
body.sect12 #entete .nom-site span /* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	top: 10px;
	right: 400px;
}

/* Pour justifier les textes à droite et à gauche */
#page { text-align: justify; /* pour annuler l'heritage de text-align:center de BODY */ }
.texte { text-align: justify; }
p.spip { text-align: justify; }
.ps { text-align: justify; }


h2.titre-article { margin-bottom: 5px; }


/* TABLEAU */
table.spip{width: 96%; border-collapse: separate; border-spacing: 0px; font-size: 90%;}
table.spip caption {margin: .5em auto;}
table.spip tr.row_first {background-color: #FFF; color: #000;}
table.spip tr.row_odd {background-color: #FFF;}
table.spip tr.row_even {background-color: #FFF;}
table.spip th,table.spip td {padding: .2em .4em; border: 0 solid #000;}
table.spip td {vertical-align:middle;}

div.spip_poesie
{
	margin-left: 50px;
	padding-left: 10px;
	border-left: 0px solid #FFF;
	font-size: 1.2em;
}

div.spip_poesie div
{
	text-indent: -60px;
	margin-left: 600px;
}

.spip_documents_center{
        margin: auto; 
        text-align: center;
        width: 80%;
}
