/* -*- coding: utf-8 -*-
  $Id: paracamplus.css,v 1.8 2008-09-24 11:59:11 queinnec Exp $ 
*/

body {
  font-size: large;
  font-family: Verdana, Arial, Helvetica;
  color: black;
  background-color: white;
  background: url(verybiglogo.png);
  position:absolute;
  left:10px;
  width: 750px;
  text-align: center;
}
.Heading { 
  border: 0pt;
  width: 100%;
  text-align: center;
  border-bottom: solid 1pt #C3C3C3;
}
.Heading .BrandName { 
  width: 90%;
  font-size: 300%;
  font-weight: bold;
  text-align: left;
  font-variant: small-caps;
}
.Heading .Slogan { 
  width: 90%;
  font-size: 100%;
  text-align: left;
  font-style: italic;
  padding-bottom: 5pt;
  border-bottom: solid 1pt #C3C3C3;
}
.Main { 
  text-align: left;
  border: 0pt;
  width: 100%;
}
.Main .MainContent {
  text-align: left;
}
.Main td {
  vertical-align: top;
}
.ActionsRow { 
  width: 100%;
/*  padding: 2px; */
/*  margin: 3px; */
  font-weight: bold;
  text-align: left;
  background-color: white;
  color: red;
  cell-spacing: 10px 10px;
  column-span: 5;
}
.ActionsColumn { 
  width: 160px;
/*  padding: 2px; */
/*  margin: 3px; */
  font-weight: bold;
  text-align: left;
  background-color: white;
  color: red;
  cell-spacing: 0 10px;
}
.ActionButton:before {
  /*          21FE RIGHTWARDS OPEN-HEADED ARROW 
     ou aussi 22B2 NORMAL SUBGROUP OF*/
  content: ">";
}
.ActionButton {
  font-family: monospace;
  text-decoration: none;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: red;
  background-color: white;
  border: 1px solid white;
  margin-top: 5px;
  margin-bottom: 5px;
/*   border-bottom: dashed 1pt red; */
}
.ActionButton:hover {
  font-family: monospace;
  text-decoration: none;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: red;
  background-color: white;
  border: 1px solid red;
  margin-top: 5px;
  margin-bottom: 5px;
/*  border-bottom: dashed 1pt red; */
}

.Main .Content {
  text-align: left;
  width: 100%;
}
.Main .Footing {
  border-top: solid 1px #C3C3C3;
  text-align: left;
  font-size: small;
}
.Main .Footing a {
  color: black;
  background-color: inherit;
  text-decoration: none;
}
.Main .Footing a:hover {
  color: black;
  text-decoration: underline;
}


.Administratif { 
  border: 1px solid #C3C3C3;
  text-align: left;
  margin: 10%;
  padding: 5px;
  color: black;
  background-color: #FFF3D1;
}

.BookTitle { 
  font-size: x-large;
  font-weight: bold;
  color: #526E43;
}

.Ouvrage { 
  width: 680px;
  padding-bottom: 3px;
  margin: 3px;
  text-align: left;
}
.Ouvrage .Bandeau { 
  background-color: #e6e6e6;
  color: black;
}
.Ouvrage .BookLine { 
  width: 600px;
  border: 3px solid #C3C3C3;
  background-color: white;
  color: black;
  margin-bottom: 5px;
}
.Ouvrage .BookLine .Title { 
  border-bottom: 1px solid #C3C3C3;
}
.BookStateImg {
  color: #20449C;
  font-size: 200%;
}
.BookStateImgBottom { 
  border-bottom: 1px solid #C3C3C3;
}
.Ouvrage .Actions { 
  padding: 2px;
  margin: 3px;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.Warning { 
   color: #c000c0;
   background-color: white;
   border: 1px solid #c000c0;
}

.Exergue { 
   color: black;
   margin-left: 10%;
   padding: 10px;
   width:  80%;
   border: 1px solid #C3C3C3;
   background-color: #FFF3D1;
}

.InterestForm .TextInput { 
  font-family: monospace;
  background-color: #FFF3D1;
  color: black;
}
.InterestForm .SubmitButton { 
  background-color: white;
  font-size: large;
  font-weight: bold;
  color: red;
  border: 1px solid red;
  text-align: center;
}
.InterestForm .SubmitButton:hover { 
  background-color: red;
  font-size: large;
  font-weight: bold;
  color: white;
  background-color: red;
  border: 1px solid red;
  text-align: center;
}

.NomPrenom { 
  font-weight: bold;
}

.BookAuthor { 
  font-weight: bold;
}

.english {
    font-style: italic;
}

.NewsTable { 
  padding-left: 10%;
  padding-right: 10%;
}
.NewsTable fieldset { 
  background-color: white;
  color: black;
}
.NewsTable legend { 
  font-weight: bold;
}
.NewsTable .PostTime { 
  color: black;
  font-size: 70%;
  text-align: right;
}
.News { 
  background-color: white;
  color: black;
  border: 1px solid #DEE6DE;
}
.News .HeadLine {
  border: 0px;
  margin: 0px;
  margin-bottom: 2px;
  padding: 2px;
  text-align: center;
  font-size: 120%;
  background-color: #DEE6DE;
  color: black;
}
.News .HeadLine a { 
  background-color: white;
  font-weight: bold;
  color: red;
  border: 1px solid red;
  text-align: center;
}
.News .HeadLine a:hover { 
  background-color: red;
  font-weight: bold;
  color: white;
  border: 1px solid red;
  text-align: center;
}
.News .HeadingButton { 
  margin: 5px;
  background-color: white;
  color: black;
}
.News .PostTime { 
  font-size: 70%;
  text-align: right;
}

.NewsHeadLines { 
  border: 1px solid #DEE6DE;
  background-color: white;
  color: black;
}
.NewsHeadLines th { 
  border: 1px solid #DEE6DE;
  background-color: #dee6de;
  color: black;
}
.NewsHeadLines td { 
  text-align: left;
  border: 0px;
  font-size: 70%;
}

.BookDetails { 
  border: 3px solid #DEE6DE;
  background-color: white;
  color: black;
  width: 100%;
}
.BookInformation {
  vertical-align: top;
  text-align: left;
  width: 70%;
}
.BookInformation .FieldName { 
  vertical-align: top;
  width: 20%;
}
.BookInformation .FieldValue { 
  text-align: left;
  width: 80%;
}
.Cover {
/*  display: none; */
  background-color: white;
  color: black;
  vertical-align: top;
  overflow: hidden;
}
.Cover img { 
  width: 200px;
  border: 1px solid #DEE6DE;
  margin: 3px;
  padding: 2px;  
}

/* fin de paracamplus.css */
