/*
** Nom . . . . . . : polices.css
**
** Description . . :Feuille de style (CSS) pour site web basé sur SPIP.
**                   Présentation du contenu... Articles, etc.
**
** Auteur. . . . . :Bruno Couleau
*/


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
}

#accroche, #shadow {
font-size:13px;
font-style:italic; 
}

#MnGauche a {
font-size:75%;
}

#MnGauche a.sousrubrique {
font-size:75%;
}

/*
** Le contenu (article, etc)
** ------------------------
*/
.Cont {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}

.Cont h1.titre-texte {
font-size:115%;
}

.Cont h2.titre-texte {
font-size:110%;
}

.Cont .soustitre {
font-size:100%;
font-weight:bold;
font-style:oblique;
}

.Cont .publication {
font-size:70%;
}

span.spip_code , div.spip_code {
  font-family:"Courier New",Courier,monospace;
  font-size:100%;
}

/*
.Cont .boite1 p.spip {
font-size:80%;
}

.Cont a.spip_out{
text-decoration:underline;
}
.Cont a.spip_out:hover{
text-decoration:underline;
}

.Cont a.spip_out:visited{
text-decoration:underline;
}

.Cont h3.spip {
font-size:105%;
}
*/



/*

.Cont h1{
font-size:130%;
font-weight:500;
}

.Cont h2{
font-size:120%;
font-weight:500;
}

.Cont h2{
font-size:110%;
font-weight:500;
}

.Cont a{
text-decoration:underline;
}

.Cont a:hover{
text-decoration:underline;
}

.Cont a:visited{
text-decoration:none;
}

.Cont dl.boite1 p{
font-size:80%;
}

.SpipFormV, form {font-size:80%;}

.SpipFormV fieldset.legend {
font-style:italic;
letter-spacing:4px;
}
*/

.SpipFormV label{
font-weight:bold;
}

.SideBar { 
font-size:100%;
}

.bloctype1 {
font-size:80%;
letter-spacing:-1px;
}

.bloctype1 h1 {
font-size:110%;
font-weight:bold; 
}

.bloctype1 h2 { 
font-size:105%; 
font-weight:bold; 
}

.bloctype1 a {
}

.bloctype1 p { 
}

.bloctype1 ul {
}

.bloctype1 li {
}

.bloctype1 li a {
text-decoration:none;
}

.bloctype1 dl {
}

.bloctype1 dt {
font-weight:bold;
}

.bloctype1 dd {
}

.bloctype1 .EcrireAuteur {
}
.bloctype2 {
font-size:small;
font-weight:lighter;
}

.bloctype2 h1 {
font-size:small;
font-weight:normal;
}

.bloctype2 h2 {
font-size:small;
font-weight:normal;
}

/*
** plan du site arborescent
*/
ul.plansite, ul.plansite ul {
}

ul.plansite li {
}

ul.plansite li a {
}

ul.plansite li a:hover {
}

ul.plansite li a:visited {
}

ul.plansite li strong {
font-size:105%; 
list-style-type:none;
}

/*
** Réinterprétation de spip_style



a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

.spip_code {
font-family:"Courier New",Courier,monospace;
font-size:90%;
}

p.spip_note { }
p.spip  { 
font-size:100%;
line-height:150%;
}

h3.spip {
font-size:110%;
font-weight:700;
}

h3.spiphead1 {
font-size:105%;
font-weight:600;
}

h3.spiphead2 {
font-size:100%;
font-weight:600;
}

h3.spiphead3 {
font-size:95%;
font-weight:600;
}

h3.spiphead4 {
font-size:90%;
font-weight:600;
}


.spip_documents{
	font-size : 70%;
}


code,pre{
font-family:"Courier New",Courier,monospace;
font-size:70%;
line-height:120%;
}


.forum-titre {
font-size:105%;
font-weight:bold;
}


.forum-item {
font-family:"Courier New",Courier,monospace;
font-size:100%;
}

.forum-repondre-message{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}*/ 

