/* feuille de style pop-pop */
body
{
  color: navy;
  background-color: #f3e8d2;
}

h1,h2,h3,h4,h5,h6
{
  font-family: garamond,"bookman old style", serif;
  color: brown;
}

/* This needs a patched html file else you have it all over the place */
/* we only want this for the "visual header" at the page top */
h1
{
  text-align: center;
  font-style: italic;
}

/* Number the h2/h3 -- doesn't work on v4/5 browsers
h2
{
   counter-increment: h2-count;
   counter-reset:     h3-count;
}

h2:before
{
   content: counter(h2-count) " ";
}

h3
{
   counter-increment: h3-count;
}

h3:before
{
   content: counter(h2-count) "." counter(h3-count) " ";

}

*/

tt
{
  color: rgb(40%,24%,24%);
}

a
{
font-size:medium;
/*font-style:italic;*/
font-weight:bold;
}



input
{
font-weight:bold;
color:brown;
}

.article
{
font_family: Georgia, garamond, serif;
font-style:italic;
font-size:130%;

color:#804040;

}

.cadre
{


border: marroon ridge 8px;
}

a {
font-size : medium;
font-weight : bold;
color : brown;
}

a :link {
font-size : medium;
font-weight : bold;
color : brown;
}
a :visited {
font-size : medium;
font-weight : bold;
color : brown;
}
a:hover {
color : #f3e8d2;
background-color : #c06543;
}

a.bouton {
background-color : #f3e8d2;
text-decoration : none;
font-weight : bold;
/*font-style : italic;*/
font-size:90%;
text-align : center;
margin-left:5px;
padding-left : 3px;
padding-right : 3px;
padding-top : 3px;
padding-bottom : 5px;
border : 4px outset #c06543;
}
a.bouton:hover {
color : #f3e8d2;
background-color : #c06543;
border : 4px inset #c06543;
}

.vitcorps {
height : 500px;
width:98%;
overflow : auto;
border-top : 3px  solid #bfbfbf;
border-left : 3px  solid #bfbfbf;
border-bottom : 3px   solid #e5e5e5;
border-right : 3px  solid #e5e5e5;
}

.corps {
height : 600px;
width:98%;
overflow : auto;
border-top : 3px  solid #bfbfbf;
border-left : 3px  solid #bfbfbf;
border-bottom : 3px   solid #e5e5e5;
border-right : 3px  solid #e5e5e5;
}