
/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */



html {
	padding: 0px;
	background: #000080;
}
body {
	position: relative; 
	width: 100%;
	border: #000000 0px solid;
	margin: 0px auto;
	
	font-family: "palatino linotype", palatino, "times new roman", times, serif; font-size: 14px; letter-spacing: 1px; color: #000000;
}




a { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a.spip_in { color: black; text-decoration: underline; }
a.spip_out { color: black; text-decoration: underline; }
a:after {
	display: inline;
	border: 1px solid dotted;
	}

/*
 * Un peu de coquetterie
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #707070;
}


















/* recette de Pierre Lachance  */
#droite { float: left; width: 95%; margin-left:10px; margin-right:10px; display: inline;}




#entete {
	display: block;
	height: 99px;
	background-color: #ffa500;
	border-bottom: #000000 1px solid;
	color: #000080;
}
    #entete #nom_site {
	position: absolute;   
	top: 10px; left: 150px; height: 70px; center: 16px;   

	overflow: hidden;
	font-weight: bold; font-size: 50px; color: #000080;   
}
#entete #url_site {
	position: absolute;
	top: 70px; left:150px; center: 22px;
	font-weight: bold; font-size: 16px; font-style: italic; color: #ffffff;   
}




/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */

#principal {
	margin: 0px;
}

#navigation {
	display: none;
}

#menus {
	display: none;
}








#gauche {
	display: none;
}

#pied {
	display: none;
}


.encart {
	display: none;
}

.cartouche {
	margin-top: 0.5em;
	padding-top: 1em;
	margin-bottom: 1em;
}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}


/*
 * Forums
 */

.forum-repondre {
	display: none;
}
.forum-repondre-message {
	display: none;
}


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}

/*
 * Boutons admin
 */
 
.spip-admin-float {
	display: none;
}
