/* CSS Document */
 #cadreconteneur {
width:760px;
z-index:3;
 position:relative; top:1%; left:50%; /* left for position to the left*/
 margin-left:-380; /*margin-left:1; margin-top: 10;*/  /* use margin-top to adjust - margin:auto centers the whole, in FF, not in IE */
font-family: Trebuchet MS, Verdana, Arial;
font-size: 0.6em;
color:#0000aa;
padding: 10px;
background-color:#999999;  /*was transparent */
border-left:2px solid #cccccc; /* couleur du cadre */
border-right:5px solid #666666;
border-bottom:5px solid #444444;
border-top:3px solid #bbbbbb;
}
div#cadreconteneur font  { color:#dddddd; }  /* 20110530= #0000ee;    FF3744   */

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:24em; /* */
  margin-left:1em;
  margin-top:1em;
}
fieldset {
  border:none;
  margin-bottom:1em;
  width:600px;  /*was50em  24 36*/
  padding-top:1.5em;
}
select {
  margin-left:9em;
  margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
  background:#aaaaaa;  /*wasE0FFFF  A4D8EE */
  border:outset #A4D8EE;
}
#coordonnees label {
  position:absolute;
  font-size:120%;
  padding-top:.2em;
  left:20px;
  line-height:1em;
}
#coordonnees input {
  margin-left:16em;
  line-height:1.4em;
  margin-bottom:.2em;
}
/* fieldset message */
fieldset#message {
  background:#aaaaaa;  /* 9DF2CE */
  border:outset #9DF2CE;
}
#civilite {
  font-size:130%;
}
#nom {
  font-size:130%;
}
#prenom {
  font-size:130%;
}
#civilite input {
  margin-left:70px;  /* 9em */
}
#civilite input + input {
  margin-left:1em;
}
/* cases a cocher des centres d'interet */
#interets {
  font-size:120%;
}
#interets input {
  margin-left:20px;  /*9em */
}

#interets input +input {
  margin-left: 10px; /* 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;
}











