/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	margin: 0px;
	font-family: Verdana, Verdana, arial;
}
a { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #000000; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.ArtTitle {
	font-family: Verdana, Verdana, arial;
	font-size: 18px;
	color: #9C2F16;
	border-bottom-width: thin;
	border-bottom-style: none;
	font-weight: bold;
	text-align: left;
	font-variant: normal;
}
.text {
	font-family: Verdana, Verdana, arial;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
.Subtitle {
	font-family: Verdana, Verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #9C2F16;
	width: 450px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ArtTopTitle {
	font-family: , Verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9C2F16;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: small-caps;
	vertical-align: bottom;
	text-indent: 10px;
}
.ArtSubTitle {
	font-family: , Verdana, arial;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.toptext {
	font-family: , Verdana, arial;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
}
.footnote {
	font-family: , Verdana, arial;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-image: url(bg-news-beige.gif);
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 100%;
}

.notes {
	font-family: , Verdana, arial;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	background-image: url(bg-news-beige.gif);
	text-indent: 20px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 12pt;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 80%;
}

/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Verdana, arial;
}

.encart {
	font-family: Verdana, Verdana, arial;
}
.sidebar {
	font-family: Verdana, Verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 150px;
	padding: 2px 8px;
	background-color: #E3E5E5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none;
	border-bottom: 1px solid #999999;
	border-left: 1px none #CCCCCC;
}
.sidebarhlight {
	font-family: Verdana, Verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 150px;
	padding: 2px 5px;
	background-color: #9C2F16;
	text-transform: capitalize;
	margin: 0px;
	border: none;
}
.topic {
	font-family: Verdana, Verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebarwhite {
	font-family: Verdana, Verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 150px;
	padding: 2px 8px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

