
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 80%;
	font-weight: normal;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
	border: 0;
}

.spip_logos { border: 0; }

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { margin: 10px; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; background-color: #f90; background-position: 0 0; text-align: center; }
a { text-decoration: none; color: #153c61; border-width: 0; outline-width: 0; }
a:hover { text-decoration: underline; color: #3997d2; border-width: 0; outline-width: 0; }
a.spip_out { text-decoration: none; color: #0082DC; }
a.spip_in { text-decoration: underline; color: #153c61; }

.chapo {
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	text-align: justify;
}
.ps {
	text-align: justify;
	font-size: 85%;
	background-color: #edf3fe;
	padding: 10px;
}
.notes {
	text-align: left;
	font-size: 80%;
}

.centre_bas {
	text-align: center;
	font-size: 80%;
	 background-color: #edf3fe;
}

h3.spip  {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin: 10px;
	color: #153c61;
	}
/*
 * Ici les styles pour le cote gauche
 */

.gauche { font-size: 100%; background-color: #fff; width: 180px; float: left; margin-right: 2px; margin-bottom: 2px; padding: 2px; border: solid 1px #f90; display: block; }
.gauche .titre { color: #153c61; font-size: 80%; font-weight: bold; font-variant: small-caps; background-color: #f90; text-align: center; padding: 1px; }
.gauche .texte { color: #424242; font-size: 70%; }
.gauche .soustitre { font-size: 80%; font-variant: small-caps; text-align: center; border-bottom: 1px dashed #f90; }
.gauche .detail {font-size: 80%;  color: #153c61;}
.gauche .centre {align: center;}



/*
 * Ici les styles pour le contenu
 */

.contenu { font-size: 100%; background-color: #fff; text-align: justify; width: 500px; float: right; clear: right; margin: 2px; padding: 3px; display: block; }
.contenu .titre { color: #153c61; font-size: 130%; font-weight: bold; border-bottom: 1px dashed #4f609d; }
.contenu .soustitre { color: #153c61; font-size: 100%; font-weight: bold; }
.contenu .surtitre { color: #3997d2; font-size: 110%; font-weight: bold; font-variant: small-caps; border-bottom: 1px solid #3997d2; }
.contenu .texte {
	font-size: 80%;
	color: #000;
}
.contenu .chapo { color: #000; font-size: 85%; font-weight: bold; }
.contenu .note { color: #153c61; font-size: 75%; }
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}

/*
 * tableau
 */
 
.table.spip { padding: 1px; border: solid 1px #153c61; }

table.spip tr.row_first {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

table.spip tr.row_odd {
	background-color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

table.spip tr.row_even {
	background-color: #edf3fe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}


/*
 * Disposition a l'ecran
 */
#page { font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; width: 700px; margin: 5px; padding: 5px; border: solid 1px #edf3fe; background-color: #fff; }
.header { font-size: 80%; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; text-align: center; float: left; clear: both; margin-bottom: 5px; }
.header .texte { color: #153c61; font-size: 90%; font-weight: normal; font-variant: small-caps; background-color: #f90; text-align: center; margin-top: 1px; margin-bottom: 2px; padding: 1px; }
#footer { font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; width: 700px; clear: both; padding-top: 2px; padding-bottom: 2px; }
.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


