body, html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

p#intro {
  text-align: center;
  color: #0000ff;
  margin: 0px;
}

#menu {
  font-size: 10px;
}

#menu p {
  background-color: #0000ff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  margin-bottom: 5px;
  padding: 2px;
  font-size: 12px;
}

#cadreprincipal {
  border: #0000ff solid 2px;
  position: absolute;
  width: 722px;
  left: 50%;
  margin-left: -361px;
}

#bandeauhaut {
  background-color: #99ccff;
  height: 109px;
}

#pub {
  width: 468px;
  height: 60px;
  float: left;
  margin-left: 15px;
  margin-top: 20px;
}

#menuhaut {
  background-color: #99ccff;
  background-image: url(../images/bandeaumenu.gif);
  height: 80px;
  padding: 0px;
  margin: 0px;
  padding-left: 210px;
}

#menuhaut li {
  width: 100px;
  margin-top: 20px;
  text-align: center;
  float: left;
  list-style-type: none;
}

#menuhaut a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#menuhaut a:hover {
  color: #00f;
}

#menu {
  border-right: #0000ff solid 2px;
  border-bottom: #0000ff solid 2px;
  width: 142px;
  text-align: center;
  background-color: #ccffff;
  position: absolute;
  left:0;
}

#menu INPUT {
  font-size:10px;
  font-family:Verdana;
  font-weight: bold;
}

#menu INPUT.champ {
  color: #0000ff;
  height: 16px;
  width: 120px;
  background-color: #fffffe;
  text-align: center;
}

#menu ul {
  text-align: left;
  margin-left: 15px;
  padding-left: 5px;
}

#menu ul a {
  color: #000;
  text-decoration: none;
}

#menu ul a:hover {
  color: #00f;
}

#menubas {
  width: 142px;
  height: 30px;
  background-image: url(../images/menubas.gif);
  background-position: right;
  position: absolute;
  left: 0;
}

#corps {
  margin-left: 144px;
  padding: 10px;
  height: 600px;
}

html>body #corps {
  min-height: 600px;
  height: auto;
}

#corps p {
  margin-bottom: 30px;
}

#corps h1{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  border-bottom:1px solid #cccccc;
  color: #333;
  margin-top: 30px;
}

#corps h2{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: #eee;
  padding: 3px;
  border: 1px #aaf solid;
}

#corps a {
  color:#0000ff;
  text-decoration:underline
}

#corps a:hover {
  color:#ff0000;
  text-decoration:underline;
}

#corps p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#corps input, #corps select, #corps textarea {
  font-size:10px;
  font-family:Verdana;
}


.rubrique {
  float: left;
  width: 45%;
  margin: 10px;
}


p#pieddepage {
  text-align: center;
  background-color: #00f;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
}

#pieddepage a {
  color: #fff;
}

.boitedeconfirmation, .boitealerte, .boiteinformation {
  padding: 5px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 20px;
}
.boitedeconfirmation strong, .boitealerte strong, .boiteinformation strong {
  font-size: 14px;
  font-family: Arial;
  position: relative;
  left: 35px;
  top: 6px;
}
.boitedeconfirmation p, .boitealerte p, .boiteinformation p {
  padding-top: 10px;
}

.boitedeconfirmation {
  border: 1px #fa0 solid;
  background-color: #ffc;
  background-image: url(http://www.livre-dor.net/images/thumb_up.gif);
}
.boitedeconfirmation strong {
  color: #d60;
  padding: 3px;
}
.boitedeconfirmation ul {
  list-style-image: url(http://www.livre-dor.net/images/flechepuce.png);
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 50px;
}
.boitedeconfirmation p {
  color: #000;
}

.boitealerte {
  border: 1px #f00 solid;
  background-color: #fcc;
  background-image: url(http://www.livre-dor.net/images/alerte.gif);
}
.boitealerte strong {
  color: #f00;
}
.boitealerte p {
  color: #000;
}

.boiteinformation {
  border: 1px #00f solid;
  background-color: #ccf;
  background-image: url(http://www.livre-dor.net/images/loupe.gif);
}
.boiteinformation strong {
  color: #00f;
}
.boiteinformation p {
  color: #000;
}


#formulairestandard #corpsform {
  padding: 7px;
}
#formulairestandard fieldset {
  margin-bottom: 10px;
}
#formulairestandard legend {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  color: #000;
}
#formulairestandard label {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 3px;
  line-height: 1.8;
  cursor: pointer;
}
#formulairestandard #corpsform input {
  font-weight: bold;
  color: #00f;
  font-family: verdana;
}
#formulairestandard #piedform input {
  font-weight: bold;
  font-size: 12px;
  font-family: verdana;
}
#formulairestandard .legende {
  font-style: italic;
  color: #333;
}
#formulairestandard img {
  cursor: help;
}
#formulairestandard .alerte {
  border: 1px solid red;
  padding: 5px;
  background-color: #fee;
  padding-left: 5px;
}
#formulairestandard .messagealerte {	/*** Mise en forme des message d'alerte ***/
  display: block;
  padding: 5px 5px 5px 20px;
  color: red;
  font-weight: bold;
  background: url('../images/icon_alert.gif') no-repeat left center;
}
#corpsform .focus {
  background: #ffc;
}
#corpsform .normal {
  background: #fff;
}
