/* CSS Document
 *
 * SPEG Typo
 *
 * tout ce qui concerne l'affichage de l'article
 */

#SPEGpano_gche {
	font: normal 90% "Georgia", "Times", serif;
	line-height: 120%;
}

#SPEGmain {
	text-align: left;
}

#SPEGchemin, #SPEGchemin a {
	color: white;
	font: bold 10px "Verdana", sans-serif;
	text-transform: capitalize;
}

#SPEGchemin a:hover, #SPEGchemin:active {
	text-decoration: underline;
}

/*
.text_pano_gche {
	padding: 1em;
}
*/

#SPEGcontenu {
	color: #000;
}

#SPEGcontenu .spip_surligne {
	background-color: #FFCB17;
}

#subRubList {
	text-align: right;
}

#subRubList ul li {
	line-height: 10px;
	font: normal 10px "Verdana", sans-serif;
	color: #666;
}

#SPEGpiedpage {
	color: #aaa;
	text-align: center;
	vertical-align: middle;
	font: 10px "Verdana", sans-serif;
	line-height: 32px;
}

#SPEGpiedpage a,
#SPEGpiedpage a:hover,
#SPEGpiedpage a:active {
	color: #88c;
}


div.chapo {
	-moz-border-radius: 1em 0 1em 0;

	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	font-size: 90%;
}
@media print
{
div.chapo {
	width: 92%;
	margin: 0;
	border: 3px solid #aaa;
	border-width: 1px 3px;
	-moz-border-radius: 0;
}
}

.spip_documents {
	text-indent: 0;
	text-align: justify;
}
