
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 180%;
	font-weight: bold;
	color: #903030;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 160%;
	font-weight: bold;
	color: #8D8DBD;
}

DL, DD, UL, OL, DD, P, DIV, TD, TH {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size 	 : 13px; 
	color 		 : #900000;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	background-color : #E7E7D2;
	margin: 5px;
}

A:link,A:visited {color:#000080}
A:active {color:#FFFFFF}
a:hover {
	text-decoration: none;
	color: #000080;
	background: #CDC9B4;
}
a.spip_out {
	text-decoration: none;
	color: #000080;
}
a.spip_in, a.spip_url {
	text-decoration: none;
	color: #000080;
}
a.spip_glossaire {
	text-decoration: none;
	color: #000080;
}

.chapo {
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	text-align: justify;
}
.ps {
	text-align: justify;
	font-size: 85%;
}
.notes {
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

 
.contenu h1,h2 {
	font-size: 110%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 90%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 90%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 70%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 50%;
}
.extrait {
	font-size: 75%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	color 		 : #900000;
}

#plan {
	color 		 : #900000;
}

#navigation {
	color 		 : #900000;
}

.encart {
	color 		 : #900000;
}

/*
 * Webproduction styles
 */

 .smalldate {
	font-size: 80%;
	font-style : italic;
	color: #CE6300;
}

 .brevetitre {
	font-size: 120%;
	color : #900000;
	font-weight : bold;
}

.rubriquetitre {
	border-bottom: 1px solid #AE3800;
	background-color : #DFCAA1;
	margin: 2px;
	padding-left: 3px;
	border-right: 1px solid #AE3800;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 110%;
	font-weight: bold;
}
