/* feuille de style pop-pop */
body
{
  color: navy;
  background-color: #f3e8d2;
  font-family: Georgia, "Times New Roman","bookman old style", serif;
  /*font-family: "Lucida Sans Unicode", "Verdana", sans-serif;*/
  font-size:70%;
}

h1,h2,h3,h4,h5,h6
{
 
  color: brown;
}


h1
{
  text-align: center;
  font-style: italic;
}

h2
{
font-size: 120%;
}

h3
{
 font-style:italic;
font-size: 90%; 

}

*/

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:100%;
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;
}
