
/*
 * 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 (!) */

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;
	content: " [" attr(href) "]";
}


.spip-admin {
	display: none;
}

p {
	text-align: justify;
}

h3.spip {
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	margin-top : 37px;
	margin-bottom : 37px;
	margin-left: -21px;
	margin-right: -21px;
	padding: 0.5em;
	color: #000000;
	border-bottom: solid thin black;
	clear: both;
}

#logo {
	display: none;
}


#bandeau {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	border: none;
}

#titre {
	position: absolute;
	top: 0px;
	text-align:center;
	color: black;
	font-size: xx-large;
	clear:left;
}

#outils {
	display: none;
	}


#page {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	border: none;
}

#page_article { 
	padding: 20px;
}

#page_localisation {
	font-size: 8pt;
}

#page_pied {
	clear: both;
	font-size: 8pt;
	text-align: center;
}

#pose_image {
	float: right;
	border: outset thin #eeeeee;
	padding: 10px;
	background: #aeaeae;
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: -10px;
	margin-top: -10px;
}

#cote {
	display: none;
	}

#cote_menu {
	display: none;
}


#cote_liens {
	display: none;
}

.chapo{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#chapo {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#liste_sous_rubriques1 {
	left: 0px;
	width: 350px;
	border-top: dashed 1px #000000;
	border-right: dashed 1px #000000;
	padding: 10px 20px 10px 0px;
	vertical-align: middle;
	margin-right: -1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	color: #000000;
}

#liste_articles1 {
	right: 0px;
	width: 350px;
	border-top: dashed 1px #000000;
	border-left: dashed 1px #000000;
	padding: 10px 0px 10px 20px;
	vertical-align: middle;
	margin-right: -1px;
	text-align: left;
	font-size: large;
	color: #000000;
}



/* ------------------------------------ Styles spécifiques aux rubriques ---------------------------------------------------------*/

#T_liste_articles {
	font-size: medium;
}

#T_liste_articles a {
	font-size: medium;
}

#T_liste_articles a:hover {
}

#T_liste_sous_rubriques {
	font-size: medium;
	padding: 5px;
	}

#T_liste_sous_rubriques a {
}

#T_liste_sous_rubriques a:hover {
}

#T_liste_sous_rubriques_noir {
	font-size: large;
	padding: 5px;
	color: 000000;
	}

#T_liste_sous_rubriques_noir a {
	color: #000000;
}

#T_liste_sous_rubriques_noir a:hover {
	color: #FFFFFF;
}

#descriptif_rubrique {
	font-size: 150%;
	font-weight: bold;
	text-align:right;
	color: black;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#texte_rubrique {
	text-align: justify;
	align: right;
}

/* ------------------------------------ Styles spécifiques au menu ---------------------------------------------------------*/

.secteuroff, .rubriqueoff { 
	display: none;

}

.secteuron, .rubriqueon, .secteur, .rubrique { 
	display: none;

}


a.secteuroff, a.rubriqueoff, a.secteuron, a.rubriqueon, a.secteur, a.rubrique {
	display: none;

}

a.secteuroff:hover, a.rubriqueoff:hover {
	display: none;

}

a.secteuron:hover, a.rubriqueon:hover, a.secteur:hover, a.rubrique:hover {
	display: none;
}

/* ------------------------------------ Styles spécifiques aux formulaires ---------------------------------------------------------*/



