/* MISE EN PAGE GÉNÉRALE version screen  */ 

/* = = = = = = = = = = = = = =
   Menu de gauche
   = = = = = = = = = = = = = = */

#leftMenu { 
  background: url("../images/menu-gauche.png") no-repeat;
  width: 17%;
  float: left;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  margin-top: 20px;
  margin-left: 114px;
  padding: 5px;
  min-height: 270px;
}


/* = = = = = = = = = = = = = =
   Menu horizontal
   = = = = = = = = = = = = = = */

#menuHor { 
  float: left;
  padding: 5px;
  margin-top: 80px;
  text-align: left;
}


/* = = = = = = = = = = = = = =
   Contenu du site
   = = = = = = = = = = = = = = */

#content {
  min-height: 741px;
  width: 64%;
  float: right;
  text-align: left;
  padding-right: 27px;
}


/* = = = = = = = = = = = = = =
   Classe menu
   = = = = = = = = = = = = = = */

.menu { 
  padding: 10px;
  border: 1px solid black;
  font-size: 12px;
}

.menu a {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  line-height: 18px;
  text-align: right;
  color: #353535;
  font-weight: bold;
  width: 100%;
  text-decoration:none;
}

.menu span {
  display: block;
  margin-top: 10px;
  text-align: left;
}

.menu form div label { 
  width: 100%;
  text-align: center;
  margin-right: 10px;
}

.menu form div input { 
  width: 95%;
  text-align: left;
  margin-right: 10px;
}

.menu form div input[type="submit"] { 
  margin-top: 10px;
  width: 50%;
  text-align: center;
}

/* = = = = = = = = = = = = = =
   Formulaires
   = = = = = = = = = = = = = = */

input, textarea {
  border: 1px solid black;
  padding: 2px;
  font-size: 8pt;
  margin: 1px; 
  background-color: #e7e7e7;
  font-family: Verdana, Arial, sans-serif;
 }

input[type="hidden"] { 
  border: none;
  padding: 0px;
 }

.champForm label { 
  float: left;
  width: 38%;
  text-align: right;
  margin-right: 10px;
}

.champForm input[type="submit"] { 
  margin-top: 10px;
  width: 10%;
}

.champForm input[type="text"],.champForm input[type="password"],.champForm input[type="file"],.champForm select,.champForm textarea,.champForm input[type="button"] { 
  float: left;
}

.champForm span {  
  color: #C60017;
  font-size: small;
  float:right;
}

.champForm div {  
  font-size: small;
  margin-left: 5px;
  margin-top: 5px;
  float:left;
}

.champForm {  
  clear: both;
  margin: 6px auto;
  padding: 4px;
}

.fomrMail {
  clear: both;
  margin: 6px auto;
  padding: 4px;
}

.formMail input[type="text"] {
  float: left;
}

.formMail input[type="submit"] {
  float: left;
  width: 10%;
}

fieldset {
  font-weight: bold;
  color: #353535;
}

.champForm.submit { 
  text-align: center;
}

