/* CSS Document */
 #cadreconteneur {
width:760px;
z-index:3;
 position:relative; top:10; left:1; /* left for position to the left*/
 margin:auto; /*margin-left:1; margin-top: 10;*/  /* use margin-top to adjust - margin:auto centers the whole, */
font-family: Trebuchet MS, Verdana, Arial;
font-size: 0.6em;
color:#990000; /* main texts  */
padding: 10px;
background-color:#EFB665;  /*was beige transparent */
border-left:2px solid #cccccc; /* couleur du cadre */
border-right:5px solid #666666;
border-bottom:5px solid #444444;
border-top:3px solid #bbbbbb;
}

p.titre {
  background:#FFFFCC; /*was DED983  */
  color:#345071;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset #DED983;
  position:relative;
  margin-bottom:-1em;
  width:18em;
  margin-left:1em;
  margin-top:1em;
}
fieldset {
  border:none;
  margin-bottom:1em;
  width:50em;  /*was24 36*/
  padding-top:1.5em;
}
select {
  margin-left:9em;
  margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
  background:#CEA66C;  /*wasA4D8EE E0FFFF */
  border:outset #A4D8EE;
}
#coordonnees label {
  position:absolute;
  font-size:120%;
  padding-top:.2em;
  left:40px;  /*  20  */
  line-height:1em;
}
#coordonnees input {

  margin-left:16em;
  line-height:1.4em;
  margin-bottom:.2em;
}
/* fieldset message */
fieldset#message {
  background:#F2D99D;  /*  9DF2CE*/
  border:outset #F2D99D;  /*  9DF2CE*/
}
#civilite {
  font-size:130%;
}
#nom {
  font-size:130%;
}
#prenom {
  font-size:130%;
}
#civilite input {
  margin-left:9em;
}
#civilite input + input {
  margin-left:1em;
}
/* cases a cocher des centres d'interet */
#interets {
  font-size:120%;
}
#interets input { /*position from the left border and the left item  */
  margin-left:4em;  /*  9em */
}

#interets input +input {
  margin-left:0.5em;
}
#interets br +input {
  margin-left:9em;
}/**/
/* zone de texte du message */
textarea {
  font:1.0em "Trebuchet MS", Verdana, sans-serif; /* size of font depends on the body font size  */
  width:49em;
  padding:.2em;
}
/* les boutons button  et reset */
input[type="reset"], input[type="button"] {
  background:#DEDAAA;  /* was DED983 */
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
   border:4px outset #DED983;
}
/* les boutons submit */
input[type="submit"] {
  background:#00FF66;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  weight: 600;
  color:#0000FF;
}
p#buttons {
  text-align:center;
}












