/*
 * Styles generaux
 */

body { 
  margin: 0px auto;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  cursor: default;
  font-weight: normal;
  background: #FFFFFF;
  color: #4C4C4C;
  text-align: center;
}

a { 
  text-decoration: underline;
  font-weight: bold;
  color: #736357;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #8DC63F;
}

.CADRE_GLOBAL {
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.CADRE_FORM {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 470px;
  background: #FFFFFF;
  border: 1px solid #000000;
}

.CADRE_QUESTION {
  margin: 10px;
  margin-top: 15px;
  text-align: left;
}

.CADRE_TEXTFR {
  font-weight: bold;
}

.CADRE_TEXTEN {
  font-style: italic;
}

.CADRE_ANSWER {
}

.CADRE_SUBMIT {
  margin: 10px;
  margin-top: 15px;
}

.INPUT_TEXT_320 {
  width: 320px;
  height: 16px;
  border: 1px dashed #333;
  font-size: 11px;
}

.BUTTON_100 {
  border: 1px solid #333333 ;
  width: 100px ;
  font-size: 11px ;
  color: #555555 ;
  height: 20px ;
  padding-bottom: 2px ;
  cursor: pointer ;
}

.BUTTON_100:hover {
  border: 1px solid #333333 ;
  width: 100px ;
  font-size: 11px ;
  color: #555555 ;
  height: 20px ;
  padding-bottom: 2px ;
  background-color: #8dc63f ;
  cursor: pointer ;
}

.BOXTXT_320{
  width: 320px;
  height: 60px;
  border: 1px dashed #333;
  font-size: 11px;
}

